Shades of Orchid #D976BF
Tints of Orchid #D976BF
RGB
CMYK
RGB Variations
Color information
#D976BF (or 0xD976BF) is known color: Orchid. HEX triplet: D9, 76 and BF. RGB value is (217,118,191). Sum of RGB (Red+Green+Blue) = 217+118+191=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 118 (46.48% from 255 or 22.43% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D976BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D976BF is #268940. Grayscale: #9B9B9B. Windows color (decimal): -2525505 or 12547801. OLE color: 12547801.
HSL color Cylindrical-coordinate representation of color #D976BF: hue angle of 315.76º 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 #D976BF is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 118 | 191 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.15 |
| HSL | 315.76º | 0.57% | 0.66% | - |
| HSV(B) | 315.76º | 0.46% | 0.85% | - |
| XYZ | 44.5 | 31.47 | 53.02 | - |
| YUV | 155.92 | 147.8 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 191 | 0 | 0.46 | 0.12 | 0.15 | 315.76 | 0.57 | 0.66 |
| Hex | D9 | 76 | BF | 0 | 2E | C | F | 13C | 39 | 42 |
| Octal | 331 | 166 | 277 | 0 | 56 | 14 | 17 | 474 | 71 | 102 |
| Binary | 11011001 | 1110110 | 10111111 | 0 | 101110 | 1100 | 1111 | 100111100 | 111001 | 1000010 |
Color Harmonies of #D976BF
Complementary color
Monochromatic Colors of #D976BF
Black with #D976BF
Text Example
Text Example
White with #D976BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D976BF; }
p { color: rgb(217,118,191); }
H1.HeaderClassName
{
color: #D976BF;
}
.AnyTagClassName
{
color: #D976BF;
}
</style>
background-color css
<style>
a { background-color: #D976BF; }
a { background-color: rgb(217,118,191); }
div.DivClassName
{
background-color: #D976BF;
}
.BgClassName
{
background-color: #D976BF;
}
</style>
border-color css
<style>
span { border-color: #D976BF; }
span { border-color: rgb(217,118,191); }
td.TdClassName
{
border-color: #D976BF;
}
.TagClassName
{
border-color: #D976BF;
}
</style>