Shades of Orchid #D976C1
Tints of Orchid #D976C1
RGB
CMYK
RGB Variations
Color information
#D976C1 (or 0xD976C1) is known color: Orchid. HEX triplet: D9, 76 and C1. RGB value is (217,118,193). Sum of RGB (Red+Green+Blue) = 217+118+193=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D976C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D976C1 is #26893E. Grayscale: #9B9B9B. Windows color (decimal): -2525503 or 12678873. OLE color: 12678873.
HSL color Cylindrical-coordinate representation of color #D976C1: hue angle of 314.55º 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 #D976C1 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 118 | 193 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.15 |
| HSL | 314.55º | 0.57% | 0.66% | - |
| HSV(B) | 314.55º | 0.46% | 0.85% | - |
| XYZ | 44.72 | 31.56 | 54.19 | - |
| YUV | 156.15 | 148.8 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 193 | 0 | 0.46 | 0.11 | 0.15 | 314.55 | 0.57 | 0.66 |
| Hex | D9 | 76 | C1 | 0 | 2E | B | F | 13B | 39 | 42 |
| Octal | 331 | 166 | 301 | 0 | 56 | 13 | 17 | 473 | 71 | 102 |
| Binary | 11011001 | 1110110 | 11000001 | 0 | 101110 | 1011 | 1111 | 100111011 | 111001 | 1000010 |
Color Harmonies of #D976C1
Complementary color
Monochromatic Colors of #D976C1
Black with #D976C1
Text Example
Text Example
White with #D976C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D976C1; }
p { color: rgb(217,118,193); }
H1.HeaderClassName
{
color: #D976C1;
}
.AnyTagClassName
{
color: #D976C1;
}
</style>
background-color css
<style>
a { background-color: #D976C1; }
a { background-color: rgb(217,118,193); }
div.DivClassName
{
background-color: #D976C1;
}
.BgClassName
{
background-color: #D976C1;
}
</style>
border-color css
<style>
span { border-color: #D976C1; }
span { border-color: rgb(217,118,193); }
td.TdClassName
{
border-color: #D976C1;
}
.TagClassName
{
border-color: #D976C1;
}
</style>