#D966CB

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

Shades of Orchid #D966CB

Tints of Orchid #D966CB

Color information

#D966CB (or 0xD966CB) is unknown color: approx Orchid. HEX triplet: D9, 66 and CB. RGB value is (217,102,203). Sum of RGB (Red+Green+Blue) = 217+102+203=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D966CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966CB is #269934. Grayscale: #939393. Windows color (decimal): -2529589 or 13330137. OLE color: 13330137.

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

Color convert

RGB217102203-
CMYK00.530.060.15
HSL307.3º60.21%62.55%-
HSV(B)307.3º53%85.1%-
XYZ44.1528.5759.69-
YUV147.9159.1177.29-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.57%
GREEN value IS 102 (40.23% from 255) = 19.54%
BLUE value IS 203 (79.69% from 255) = 38.89%
R=41.57%
G=19.54%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710220300.530.060.15307.360.2162.55
HexD966CB0356F1333c3f
Octal3311463130656174637477
Binary1101100111001101100101101101011101111100110011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D966CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D966CB; }

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

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

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

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

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

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

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

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