Shades of Orchid #D971D6
Tints of Orchid #D971D6
RGB
CMYK
RGB Variations
Color information
#D971D6 (or 0xD971D6) is known color: Orchid. HEX triplet: D9, 71 and D6. RGB value is (217,113,214). Sum of RGB (Red+Green+Blue) = 217+113+214=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 113 (44.53% from 255 or 20.77% from 544); Blue value is 214 (83.98% from 255 or 39.34% from 544); Max value from RGB is 217 - color contains mainly: red. Hex color #D971D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D971D6 is #268E29. Grayscale: #9B9B9B. Windows color (decimal): -2526762 or 14053849. OLE color: 14053849.
HSL color Cylindrical-coordinate representation of color #D971D6: hue angle of 301.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 #D971D6 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 113 | 214 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.15 |
| HSL | 301.73º | 0.58% | 0.65% | - |
| HSV(B) | 301.73º | 0.48% | 0.85% | - |
| XYZ | 46.66 | 31.42 | 67.22 | - |
| YUV | 155.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 113 | 214 | 0 | 0.48 | 0.01 | 0.15 | 301.73 | 0.58 | 0.65 |
| Hex | D9 | 71 | D6 | 0 | 30 | 1 | F | 12E | 3A | 41 |
| Octal | 331 | 161 | 326 | 0 | 60 | 1 | 17 | 456 | 72 | 101 |
| Binary | 11011001 | 1110001 | 11010110 | 0 | 110000 | 1 | 1111 | 100101110 | 111010 | 1000001 |
Color Harmonies of #D971D6
Complementary color
Monochromatic Colors of #D971D6
Black with #D971D6
Text Example
Text Example
White with #D971D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D971D6; }
p { color: rgb(217,113,214); }
H1.HeaderClassName
{
color: #D971D6;
}
.AnyTagClassName
{
color: #D971D6;
}
</style>
background-color css
<style>
a { background-color: #D971D6; }
a { background-color: rgb(217,113,214); }
div.DivClassName
{
background-color: #D971D6;
}
.BgClassName
{
background-color: #D971D6;
}
</style>
border-color css
<style>
span { border-color: #D971D6; }
span { border-color: rgb(217,113,214); }
td.TdClassName
{
border-color: #D971D6;
}
.TagClassName
{
border-color: #D971D6;
}
</style>