#D06FC9

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

Shades of Orchid #D06FC9

Tints of Orchid #D06FC9

Color information

#D06FC9 (or 0xD06FC9) is unknown color: approx Orchid. HEX triplet: D0, 6F and C9. RGB value is (208,111,201). Sum of RGB (Red+Green+Blue) = 208+111+201=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D06FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FC9 is #2F9036. Grayscale: #969696. Windows color (decimal): -3117111 or 13201360. OLE color: 13201360.

HSL color Cylindrical-coordinate representation of color #D06FC9: hue angle of 304.33º 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 #D06FC9 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB208111201-
CMYK00.470.030.18
HSL304.33º50.79%62.55%-
HSV(B)304.33º46.63%81.57%-
XYZ42.242958.63-
YUV150.26156.64169.18-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40%
GREEN value IS 111 (43.75% from 255) = 21.35%
BLUE value IS 201 (78.91% from 255) = 38.65%
R=40%
G=21.35%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811120100.470.030.18304.3350.7962.55
HexD06FC902F312130333f
Octal3201573110573224606377
Binary1101000011011111100100101011111110010100110000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06FC9; }

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

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

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

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

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

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

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

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