Shades of Orchid #D971D5
Tints of Orchid #D971D5
RGB
CMYK
RGB Variations
Color information
#D971D5 (or 0xD971D5) is known color: Orchid. HEX triplet: D9, 71 and D5. RGB value is (217,113,213). Sum of RGB (Red+Green+Blue) = 217+113+213=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 113 (44.53% from 255 or 20.81% from 543); Blue value is 213 (83.59% from 255 or 39.23% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D971D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D971D5 is #268E2A. Grayscale: #9B9B9B. Windows color (decimal): -2526763 or 13988313. OLE color: 13988313.
HSL color Cylindrical-coordinate representation of color #D971D5: hue angle of 302.31º 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 #D971D5 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 113 | 213 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.15 |
| HSL | 302.31º | 0.58% | 0.65% | - |
| HSV(B) | 302.31º | 0.48% | 0.85% | - |
| XYZ | 46.53 | 31.37 | 66.55 | - |
| YUV | 155.5 | 160.46 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 113 | 213 | 0 | 0.48 | 0.02 | 0.15 | 302.31 | 0.58 | 0.65 |
| Hex | D9 | 71 | D5 | 0 | 30 | 2 | F | 12E | 3A | 41 |
| Octal | 331 | 161 | 325 | 0 | 60 | 2 | 17 | 456 | 72 | 101 |
| Binary | 11011001 | 1110001 | 11010101 | 0 | 110000 | 10 | 1111 | 100101110 | 111010 | 1000001 |
Color Harmonies of #D971D5
Complementary color
Monochromatic Colors of #D971D5
Black with #D971D5
Text Example
Text Example
White with #D971D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D971D5; }
p { color: rgb(217,113,213); }
H1.HeaderClassName
{
color: #D971D5;
}
.AnyTagClassName
{
color: #D971D5;
}
</style>
background-color css
<style>
a { background-color: #D971D5; }
a { background-color: rgb(217,113,213); }
div.DivClassName
{
background-color: #D971D5;
}
.BgClassName
{
background-color: #D971D5;
}
</style>
border-color css
<style>
span { border-color: #D971D5; }
span { border-color: rgb(217,113,213); }
td.TdClassName
{
border-color: #D971D5;
}
.TagClassName
{
border-color: #D971D5;
}
</style>