#D066C6

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

Shades of Orchid #D066C6

Tints of Orchid #D066C6

Color information

#D066C6 (or 0xD066C6) is unknown color: approx Orchid. HEX triplet: D0, 66 and C6. RGB value is (208,102,198). Sum of RGB (Red+Green+Blue) = 208+102+198=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D066C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D066C6 is #2F9939. Grayscale: #909090. Windows color (decimal): -3119418 or 13002448. OLE color: 13002448.

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

Color convert

RGB208102198-
CMYK00.510.050.18
HSL305.66º53%60.78%-
HSV(B)305.66º50.96%81.57%-
XYZ40.9626.9956.48-
YUV144.64158.12173.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.94%
GREEN value IS 102 (40.23% from 255) = 20.08%
BLUE value IS 198 (77.73% from 255) = 38.98%
R=40.94%
G=20.08%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810219800.510.050.18305.665360.78
HexD066C6033512132353d
Octal3201463060635224626575
Binary11010000110011011000110011001110110010100110010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D066C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D066C6; }

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

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

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

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

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

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

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

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