#D966CA

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

Shades of Orchid #D966CA

Tints of Orchid #D966CA

Color information

#D966CA (or 0xD966CA) is unknown color: approx Orchid. HEX triplet: D9, 66 and CA. RGB value is (217,102,202). Sum of RGB (Red+Green+Blue) = 217+102+202=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D966CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966CA is #269935. Grayscale: #939393. Windows color (decimal): -2529590 or 13264601. OLE color: 13264601.

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

Color convert

RGB217102202-
CMYK00.530.070.15
HSL307.83º60.21%62.55%-
HSV(B)307.83º53%85.1%-
XYZ44.0328.5259.06-
YUV147.78158.6177.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.65%
GREEN value IS 102 (40.23% from 255) = 19.58%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=41.65%
G=19.58%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710220200.530.070.15307.8360.2162.55
HexD966CA0357F1343c3f
Octal3311463120657174647477
Binary1101100111001101100101001101011111111100110100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D966CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D966CA; }

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

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

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

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

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

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

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

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