#D06FC6

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

Shades of Orchid #D06FC6

Tints of Orchid #D06FC6

Color information

#D06FC6 (or 0xD06FC6) is unknown color: approx Orchid. HEX triplet: D0, 6F and C6. RGB value is (208,111,198). Sum of RGB (Red+Green+Blue) = 208+111+198=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 198 (77.73% from 255 or 38.30% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D06FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FC6 is #2F9039. Grayscale: #959595. Windows color (decimal): -3117114 or 13004752. OLE color: 13004752.

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

Color convert

RGB208111198-
CMYK00.470.050.18
HSL306.19º50.79%62.55%-
HSV(B)306.19º46.63%81.57%-
XYZ41.8928.8656.79-
YUV149.92155.14169.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.23%
GREEN value IS 111 (43.75% from 255) = 21.47%
BLUE value IS 198 (77.73% from 255) = 38.30%
R=40.23%
G=21.47%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811119800.470.050.18306.1950.7962.55
HexD06FC602F512132333f
Octal3201573060575224626377
Binary11010000110111111000110010111110110010100110010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06FC6; }

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

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

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

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

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

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

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

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