#D866DB

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

Shades of Orchid #D866DB

Tints of Orchid #D866DB

Color information

#D866DB (or 0xD866DB) is unknown color: approx Orchid. HEX triplet: D8, 66 and DB. RGB value is (216,102,219). Sum of RGB (Red+Green+Blue) = 216+102+219=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 102 (40.23% from 255 or 18.99% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #D866DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D866DB is #279924. Grayscale: #959595. Windows color (decimal): -2595109 or 14378712. OLE color: 14378712.

HSL color Cylindrical-coordinate representation of color #D866DB: hue angle of 298.46º 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 #D866DB is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216102219-
CMYK0.010.5300.14
HSL298.46º61.9%62.94%-
HSV(B)298.46º53.42%85.88%-
XYZ45.8629.2270.24-
YUV149.42167.27175.49-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.22%
GREEN value IS 102 (40.23% from 255) = 18.99%
BLUE value IS 219 (85.94% from 255) = 40.78%
R=40.22%
G=18.99%
B=40.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161022190.010.5300.14298.4661.962.94
HexD866DB1350E12a3e3f
Octal3301463331650164527677
Binary11011000110011011011011111010101110100101010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D866DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D866DB; }

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

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

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

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

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

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

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

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