By:Rajesh P.S. HTML Color Picker Selected Color: HEX : #ff0000 RGB : 255 , 0 , 0 HSL : 0° , 100.0% , 50.0% HSV : 0° , 100% , 100% CMYK : 0% , 100% , 100% , 0% HTML / CSS Color Chart Color NameColorHex CodeR,G, B ...
RGB color table Basic colors: ColorHTML / CSS NameHex Code #RRGGBB Decimal Code (R,G,B) Black#000000(0,0,0) White#FFFFFF(255,255,255) Red#FF0000(255,0,0) Lime#00FF00(0,255,0) Blue#0000FF(0,0,255) Yellow#FFFF00(255,255,0) ...
ColorNameHex CodeRGB Code White#FFFFFFrgb(255, 255, 255) Silver#C0C0C0rgb(192, 192, 192) Gray#808080rgb(128, 128, 128) Black#000000rgb(0, 0, 0) Red#FF0000rgb(255, 0, 0) Maroon#800000rgb(128, 0, 0) Yellow#FFFF00rgb(255, 255, 0) ...
ColorNameHex CodeRGB Code White#FFFFFFrgb(255, 255, 255) Silver#C0C0C0rgb(192, 192, 192) Gray#808080rgb(128, 128, 128) Black#000000rgb(0, 0, 0) Red#FF0000rgb(255, 0, 0) Maroon#800000rgb(128, 0, 0) Yellow#FFFF00rgb(255, 255, 0) ...
HTML Color Names ❮ PreviousNext ❯ Color Names Supported by All Browsers All modern browsers support the following 140 color names (click on a color name, or a hex value, to view the color as the background-color along with different text colors):...
The hexadecimal RGB code of Gamboge Orange (Brown) color is #996600 and the decimal is rgb(153,102,0). The red-green-blue components are 99 (153) red, 66 (102) green and 00 (0) blue.
<ColorPicker x:Name="myColorPicker"/> By default, the color picker shows a preview of the chosen color on the rectangular bar beside the color spectrum. You can use either the ColorChanged event or the Color property to access the selected color and use it in your app. See the following...
Color NameHex Code RGBDecimal Code RGB Black0000000,0,0 SilverC0C0C0192,192,192 Gray808080128,128,128 WhiteFFFFFF255,255,255 Maroon800000128,0,0 RedFF0000255,0,0 Color NameHex Code RGBDecimal Code RGB Purple800080128,0,128 FuchsiaFF00FF255,0,255 ...
Code README MIT license color Color lets you use colorized outputs in terms ofANSI Escape Codesin Go (Golang). It has support for Windows too! The API can be used in several ways, pick one that suits you. Install go get github.com/fatih/color ...
<ColorPickerx:Name="myColorPicker"/> By default, the color picker shows a preview of the chosen color on the rectangular bar beside the color spectrum. You can use either theColorChangedevent or theColorproperty to access the selected color and use it in your app. See the following example...