Shades of Orchid #D976CD
Tints of Orchid #D976CD
RGB
CMYK
RGB Variations
Color information
#D976CD (or 0xD976CD) is known color: Orchid. HEX triplet: D9, 76 and CD. RGB value is (217,118,205). Sum of RGB (Red+Green+Blue) = 217+118+205=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 118 (46.48% from 255 or 21.85% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 217 - color contains mainly: red. Hex color #D976CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D976CD is #268932. Grayscale: #9D9D9D. Windows color (decimal): -2525491 or 13465305. OLE color: 13465305.
HSL color Cylindrical-coordinate representation of color #D976CD: hue angle of 307.27º 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 #D976CD is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 118 | 205 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.15 |
| HSL | 307.27º | 0.57% | 0.66% | - |
| HSV(B) | 307.27º | 0.46% | 0.85% | - |
| XYZ | 46.11 | 32.12 | 61.53 | - |
| YUV | 157.52 | 154.8 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 205 | 0 | 0.46 | 0.06 | 0.15 | 307.27 | 0.57 | 0.66 |
| Hex | D9 | 76 | CD | 0 | 2E | 6 | F | 133 | 39 | 42 |
| Octal | 331 | 166 | 315 | 0 | 56 | 6 | 17 | 463 | 71 | 102 |
| Binary | 11011001 | 1110110 | 11001101 | 0 | 101110 | 110 | 1111 | 100110011 | 111001 | 1000010 |
Color Harmonies of #D976CD
Complementary color
Monochromatic Colors of #D976CD
Black with #D976CD
Text Example
Text Example
White with #D976CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D976CD; }
p { color: rgb(217,118,205); }
H1.HeaderClassName
{
color: #D976CD;
}
.AnyTagClassName
{
color: #D976CD;
}
</style>
background-color css
<style>
a { background-color: #D976CD; }
a { background-color: rgb(217,118,205); }
div.DivClassName
{
background-color: #D976CD;
}
.BgClassName
{
background-color: #D976CD;
}
</style>
border-color css
<style>
span { border-color: #D976CD; }
span { border-color: rgb(217,118,205); }
td.TdClassName
{
border-color: #D976CD;
}
.TagClassName
{
border-color: #D976CD;
}
</style>