#D966E9

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

Shades of Orchid #D966E9

Tints of Orchid #D966E9

Color information

#D966E9 (or 0xD966E9) is unknown color: approx Orchid. HEX triplet: D9, 66 and E9. RGB value is (217,102,233). Sum of RGB (Red+Green+Blue) = 217+102+233=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 102 (40.23% from 255 or 18.48% from 552); Blue value is 233 (91.41% from 255 or 42.21% from 552); Max value from RGB is 233 - color contains mainly: blue. Hex color #D966E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D966E9 is #269916. Grayscale: #969696. Windows color (decimal): -2529559 or 15296217. OLE color: 15296217.

HSL color Cylindrical-coordinate representation of color #D966E9: hue angle of 292.67º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D966E9 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB217102233-
CMYK0.070.5600.09
HSL292.67º74.86%65.69%-
HSV(B)292.67º56.22%91.37%-
XYZ48.0730.1480.37-
YUV151.32174.1174.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.31%
GREEN value IS 102 (40.23% from 255) = 18.48%
BLUE value IS 233 (91.41% from 255) = 42.21%
R=39.31%
G=18.48%
B=42.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2171022330.070.5600.09292.6774.8665.69
HexD966E9738091254b42
Octal331146351770011445113102
Binary110110011100110111010011111110000100110010010110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D966E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D966E9; }

 p { color: rgb(217,102,233); }

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

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

 a { background-color: rgb(217,102,233); }

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

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

 span { border-color: rgb(217,102,233); }

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