#D866DC

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

Shades of Orchid #D866DC

Tints of Orchid #D866DC

Color information

#D866DC (or 0xD866DC) is unknown color: approx Orchid. HEX triplet: D8, 66 and DC. RGB value is (216,102,220). Sum of RGB (Red+Green+Blue) = 216+102+220=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 102 (40.23% from 255 or 18.96% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #D866DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D866DC is #279923. Grayscale: #959595. Windows color (decimal): -2595108 or 14444248. OLE color: 14444248.

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

Color convert

RGB216102220-
CMYK0.020.5400.14
HSL297.97º62.77%63.14%-
HSV(B)297.97º53.64%86.27%-
XYZ45.9929.2770.94-
YUV149.54167.77175.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.15%
GREEN value IS 102 (40.23% from 255) = 18.96%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=40.15%
G=18.96%
B=40.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161022200.020.5400.14297.9762.7763.14
HexD866DC2360E12a3f3f
Octal3301463342660164527777
Binary110110001100110110111001011011001110100101010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D866DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D866DC; }

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

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

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

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

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

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

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

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