Shades of Orchid #D976D7
Tints of Orchid #D976D7
RGB
CMYK
RGB Variations
Color information
#D976D7 (or 0xD976D7) is known color: Orchid. HEX triplet: D9, 76 and D7. RGB value is (217,118,215). Sum of RGB (Red+Green+Blue) = 217+118+215=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 118 (46.48% from 255 or 21.45% from 550); Blue value is 215 (84.38% from 255 or 39.09% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D976D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D976D7 is #268928. Grayscale: #9E9E9E. Windows color (decimal): -2525481 or 14120665. OLE color: 14120665.
HSL color Cylindrical-coordinate representation of color #D976D7: hue angle of 301.21º 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 #D976D7 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 118 | 215 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.15 |
| HSL | 301.21º | 0.57% | 0.66% | - |
| HSV(B) | 301.21º | 0.46% | 0.85% | - |
| XYZ | 47.36 | 32.61 | 68.09 | - |
| YUV | 158.66 | 159.8 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 215 | 0 | 0.46 | 0.01 | 0.15 | 301.21 | 0.57 | 0.66 |
| Hex | D9 | 76 | D7 | 0 | 2E | 1 | F | 12D | 39 | 42 |
| Octal | 331 | 166 | 327 | 0 | 56 | 1 | 17 | 455 | 71 | 102 |
| Binary | 11011001 | 1110110 | 11010111 | 0 | 101110 | 1 | 1111 | 100101101 | 111001 | 1000010 |
Color Harmonies of #D976D7
Complementary color
Monochromatic Colors of #D976D7
Black with #D976D7
Text Example
Text Example
White with #D976D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D976D7; }
p { color: rgb(217,118,215); }
H1.HeaderClassName
{
color: #D976D7;
}
.AnyTagClassName
{
color: #D976D7;
}
</style>
background-color css
<style>
a { background-color: #D976D7; }
a { background-color: rgb(217,118,215); }
div.DivClassName
{
background-color: #D976D7;
}
.BgClassName
{
background-color: #D976D7;
}
</style>
border-color css
<style>
span { border-color: #D976D7; }
span { border-color: rgb(217,118,215); }
td.TdClassName
{
border-color: #D976D7;
}
.TagClassName
{
border-color: #D976D7;
}
</style>