#D976D2

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

Shades of Orchid #D976D2

Tints of Orchid #D976D2

Color information

#D976D2 (or 0xD976D2) is unknown color: approx Orchid. HEX triplet: D9, 76 and D2. RGB value is (217,118,210). Sum of RGB (Red+Green+Blue) = 217+118+210=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 210 (82.42% from 255 or 38.53% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D976D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D976D2 is #26892D. Grayscale: #9D9D9D. Windows color (decimal): -2525486 or 13792985. OLE color: 13792985.

HSL color Cylindrical-coordinate representation of color #D976D2: hue angle of 304.24º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D976D2 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB217118210-
CMYK00.460.030.15
HSL304.24º56.57%65.69%-
HSV(B)304.24º45.62%85.1%-
XYZ46.7332.3664.76-
YUV158.09157.3170.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.82%
GREEN value IS 118 (46.48% from 255) = 21.65%
BLUE value IS 210 (82.42% from 255) = 38.53%
R=39.82%
G=21.65%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711821000.460.030.15304.2456.5765.69
HexD976D202E3F1303942
Octal33116632205631746071102
Binary1101100111101101101001001011101111111001100001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D976D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D976D2; }

 p { color: rgb(217,118,210); }

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

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

 a { background-color: rgb(217,118,210); }

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

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

 span { border-color: rgb(217,118,210); }

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