#D966CC

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

Shades of Orchid #D966CC

Tints of Orchid #D966CC

Color information

#D966CC (or 0xD966CC) is unknown color: approx Orchid. HEX triplet: D9, 66 and CC. RGB value is (217,102,204). Sum of RGB (Red+Green+Blue) = 217+102+204=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D966CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966CC is #269933. Grayscale: #939393. Windows color (decimal): -2529588 or 13395673. OLE color: 13395673.

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

Color convert

RGB217102204-
CMYK00.530.060.15
HSL306.78º60.21%62.55%-
HSV(B)306.78º53%85.1%-
XYZ44.2728.6160.32-
YUV148.01159.6177.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.49%
GREEN value IS 102 (40.23% from 255) = 19.50%
BLUE value IS 204 (80.08% from 255) = 39.01%
R=41.49%
G=19.50%
B=39.01%

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
Decimal21710220400.530.060.15306.7860.2162.55
HexD966CC0356F1333c3f
Octal3311463140656174637477
Binary1101100111001101100110001101011101111100110011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D966CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D966CC; }

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

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

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

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

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

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

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

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