#D666DB

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

Shades of Orchid #D666DB

Tints of Orchid #D666DB

Color information

#D666DB (or 0xD666DB) is unknown color: approx Orchid. HEX triplet: D6, 66 and DB. RGB value is (214,102,219). Sum of RGB (Red+Green+Blue) = 214+102+219=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 102 (40.23% from 255 or 19.07% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #D666DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D666DB is #299924. Grayscale: #949494. Windows color (decimal): -2726181 or 14378710. OLE color: 14378710.

HSL color Cylindrical-coordinate representation of color #D666DB: hue angle of 297.44º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D666DB is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB214102219-
CMYK0.020.5300.14
HSL297.44º61.9%62.94%-
HSV(B)297.44º53.42%85.88%-
XYZ45.2728.9170.21-
YUV148.83167.61174.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40%
GREEN value IS 102 (40.23% from 255) = 19.07%
BLUE value IS 219 (85.94% from 255) = 40.93%
R=40%
G=19.07%
B=40.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141022190.020.5300.14297.4461.962.94
HexD666DB2350E1293e3f
Octal3261463332650164517677
Binary110101101100110110110111011010101110100101001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D666DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D666DB; }

 p { color: rgb(214,102,219); }

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

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

 a { background-color: rgb(214,102,219); }

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

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

 span { border-color: rgb(214,102,219); }

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