#D966CE

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

Shades of Orchid #D966CE

Tints of Orchid #D966CE

Color information

#D966CE (or 0xD966CE) is unknown color: approx Orchid. HEX triplet: D9, 66 and CE. RGB value is (217,102,206). Sum of RGB (Red+Green+Blue) = 217+102+206=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 102 (40.23% from 255 or 19.43% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D966CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966CE is #269931. Grayscale: #939393. Windows color (decimal): -2529586 or 13526745. OLE color: 13526745.

HSL color Cylindrical-coordinate representation of color #D966CE: hue angle of 305.74º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D966CE is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB217102206-
CMYK00.530.050.15
HSL305.74º60.21%62.55%-
HSV(B)305.74º53%85.1%-
XYZ44.5128.7161.59-
YUV148.24160.6177.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.33%
GREEN value IS 102 (40.23% from 255) = 19.43%
BLUE value IS 206 (80.86% from 255) = 39.24%
R=41.33%
G=19.43%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710220600.530.050.15305.7460.2162.55
HexD966CE0355F1323c3f
Octal3311463160655174627477
Binary1101100111001101100111001101011011111100110010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D966CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D966CE; }

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

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

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

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

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

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

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

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