#D06FC8

Color #D06FC8 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D06FC8

Tints of Orchid #D06FC8

Color information

#D06FC8 (or 0xD06FC8) is unknown color: approx Orchid. HEX triplet: D0, 6F and C8. RGB value is (208,111,200). Sum of RGB (Red+Green+Blue) = 208+111+200=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D06FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FC8 is #2F9037. Grayscale: #959595. Windows color (decimal): -3117112 or 13135824. OLE color: 13135824.

HSL color Cylindrical-coordinate representation of color #D06FC8: hue angle of 304.95º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D06FC8 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB208111200-
CMYK00.470.040.18
HSL304.95º50.79%62.55%-
HSV(B)304.95º46.63%81.57%-
XYZ42.1228.9558.01-
YUV150.15156.14169.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 40.08%
GREEN value IS 111 (43.75% from 255) = 21.39%
BLUE value IS 200 (78.52% from 255) = 38.54%
R=40.08%
G=21.39%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811120000.470.040.18304.9550.7962.55
HexD06FC802F412131333f
Octal3201573100574224616377
Binary11010000110111111001000010111110010010100110001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06FC8; }

 p { color: rgb(208,111,200); }

 H1.HeaderClassName
 {
   color: #D06FC8;
 }
 .AnyTagClassName
 {
   color: #D06FC8;
 }
</style>
background-color css

<style>
 a { background-color: #D06FC8; }

 a { background-color: rgb(208,111,200); }

 div.DivClassName
 {
   background-color: #D06FC8;
 }
 .BgClassName
 {
   background-color: #D06FC8;
 }
</style>
border-color css

<style>
 span { border-color: #D06FC8; }

 span { border-color: rgb(208,111,200); }

 td.TdClassName
 {
   border-color: #D06FC8;
 }
 .TagClassName
 {
   border-color: #D06FC8;
 }
</style>