Shades of Orchid #D971BC
Tints of Orchid #D971BC
RGB
CMYK
RGB Variations
Color information
#D971BC (or 0xD971BC) is known color: Orchid. HEX triplet: D9, 71 and BC. RGB value is (217,113,188). Sum of RGB (Red+Green+Blue) = 217+113+188=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D971BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D971BC is #268E43. Grayscale: #989898. Windows color (decimal): -2526788 or 12349913. OLE color: 12349913.
HSL color Cylindrical-coordinate representation of color #D971BC: hue angle of 316.73º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D971BC is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 113 | 188 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.15 |
| HSL | 316.73º | 0.58% | 0.65% | - |
| HSV(B) | 316.73º | 0.48% | 0.85% | - |
| XYZ | 43.6 | 30.19 | 51.11 | - |
| YUV | 152.65 | 147.96 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 113 | 188 | 0 | 0.48 | 0.13 | 0.15 | 316.73 | 0.58 | 0.65 |
| Hex | D9 | 71 | BC | 0 | 30 | D | F | 13D | 3A | 41 |
| Octal | 331 | 161 | 274 | 0 | 60 | 15 | 17 | 475 | 72 | 101 |
| Binary | 11011001 | 1110001 | 10111100 | 0 | 110000 | 1101 | 1111 | 100111101 | 111010 | 1000001 |
Color Harmonies of #D971BC
Complementary color
Monochromatic Colors of #D971BC
Black with #D971BC
Text Example
Text Example
White with #D971BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D971BC; }
p { color: rgb(217,113,188); }
H1.HeaderClassName
{
color: #D971BC;
}
.AnyTagClassName
{
color: #D971BC;
}
</style>
background-color css
<style>
a { background-color: #D971BC; }
a { background-color: rgb(217,113,188); }
div.DivClassName
{
background-color: #D971BC;
}
.BgClassName
{
background-color: #D971BC;
}
</style>
border-color css
<style>
span { border-color: #D971BC; }
span { border-color: rgb(217,113,188); }
td.TdClassName
{
border-color: #D971BC;
}
.TagClassName
{
border-color: #D971BC;
}
</style>