Shades of Orchid #D971D0
Tints of Orchid #D971D0
RGB
CMYK
RGB Variations
Color information
#D971D0 (or 0xD971D0) is known color: Orchid. HEX triplet: D9, 71 and D0. RGB value is (217,113,208). Sum of RGB (Red+Green+Blue) = 217+113+208=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D971D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D971D0 is #268E2F. Grayscale: #9A9A9A. Windows color (decimal): -2526768 or 13660633. OLE color: 13660633.
HSL color Cylindrical-coordinate representation of color #D971D0: hue angle of 305.19º 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 #D971D0 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 113 | 208 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.15 |
| HSL | 305.19º | 0.58% | 0.65% | - |
| HSV(B) | 305.19º | 0.48% | 0.85% | - |
| XYZ | 45.91 | 31.12 | 63.26 | - |
| YUV | 154.93 | 157.96 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 113 | 208 | 0 | 0.48 | 0.04 | 0.15 | 305.19 | 0.58 | 0.65 |
| Hex | D9 | 71 | D0 | 0 | 30 | 4 | F | 131 | 3A | 41 |
| Octal | 331 | 161 | 320 | 0 | 60 | 4 | 17 | 461 | 72 | 101 |
| Binary | 11011001 | 1110001 | 11010000 | 0 | 110000 | 100 | 1111 | 100110001 | 111010 | 1000001 |
Color Harmonies of #D971D0
Complementary color
Monochromatic Colors of #D971D0
Black with #D971D0
Text Example
Text Example
White with #D971D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D971D0; }
p { color: rgb(217,113,208); }
H1.HeaderClassName
{
color: #D971D0;
}
.AnyTagClassName
{
color: #D971D0;
}
</style>
background-color css
<style>
a { background-color: #D971D0; }
a { background-color: rgb(217,113,208); }
div.DivClassName
{
background-color: #D971D0;
}
.BgClassName
{
background-color: #D971D0;
}
</style>
border-color css
<style>
span { border-color: #D971D0; }
span { border-color: rgb(217,113,208); }
td.TdClassName
{
border-color: #D971D0;
}
.TagClassName
{
border-color: #D971D0;
}
</style>