Shades of Orchid #D976CF
Tints of Orchid #D976CF
RGB
CMYK
RGB Variations
Color information
#D976CF (or 0xD976CF) is known color: Orchid. HEX triplet: D9, 76 and CF. RGB value is (217,118,207). Sum of RGB (Red+Green+Blue) = 217+118+207=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D976CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D976CF is #268930. Grayscale: #9D9D9D. Windows color (decimal): -2525489 or 13596377. OLE color: 13596377.
HSL color Cylindrical-coordinate representation of color #D976CF: hue angle of 306.06º 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 #D976CF is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 118 | 207 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.15 |
| HSL | 306.06º | 0.57% | 0.66% | - |
| HSV(B) | 306.06º | 0.46% | 0.85% | - |
| XYZ | 46.36 | 32.21 | 62.81 | - |
| YUV | 157.75 | 155.8 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 207 | 0 | 0.46 | 0.05 | 0.15 | 306.06 | 0.57 | 0.66 |
| Hex | D9 | 76 | CF | 0 | 2E | 5 | F | 132 | 39 | 42 |
| Octal | 331 | 166 | 317 | 0 | 56 | 5 | 17 | 462 | 71 | 102 |
| Binary | 11011001 | 1110110 | 11001111 | 0 | 101110 | 101 | 1111 | 100110010 | 111001 | 1000010 |
Color Harmonies of #D976CF
Complementary color
Monochromatic Colors of #D976CF
Black with #D976CF
Text Example
Text Example
White with #D976CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D976CF; }
p { color: rgb(217,118,207); }
H1.HeaderClassName
{
color: #D976CF;
}
.AnyTagClassName
{
color: #D976CF;
}
</style>
background-color css
<style>
a { background-color: #D976CF; }
a { background-color: rgb(217,118,207); }
div.DivClassName
{
background-color: #D976CF;
}
.BgClassName
{
background-color: #D976CF;
}
</style>
border-color css
<style>
span { border-color: #D976CF; }
span { border-color: rgb(217,118,207); }
td.TdClassName
{
border-color: #D976CF;
}
.TagClassName
{
border-color: #D976CF;
}
</style>