Shades of Orchid #D971CA
Tints of Orchid #D971CA
RGB
CMYK
RGB Variations
Color information
#D971CA (or 0xD971CA) is known color: Orchid. HEX triplet: D9, 71 and CA. RGB value is (217,113,202). Sum of RGB (Red+Green+Blue) = 217+113+202=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D971CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D971CA is #268E35. Grayscale: #999999. Windows color (decimal): -2526774 or 13267417. OLE color: 13267417.
HSL color Cylindrical-coordinate representation of color #D971CA: hue angle of 308.65º 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 #D971CA is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 113 | 202 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.15 |
| HSL | 308.65º | 0.58% | 0.65% | - |
| HSV(B) | 308.65º | 0.48% | 0.85% | - |
| XYZ | 45.18 | 30.83 | 59.45 | - |
| YUV | 154.24 | 154.96 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 113 | 202 | 0 | 0.48 | 0.07 | 0.15 | 308.65 | 0.58 | 0.65 |
| Hex | D9 | 71 | CA | 0 | 30 | 7 | F | 135 | 3A | 41 |
| Octal | 331 | 161 | 312 | 0 | 60 | 7 | 17 | 465 | 72 | 101 |
| Binary | 11011001 | 1110001 | 11001010 | 0 | 110000 | 111 | 1111 | 100110101 | 111010 | 1000001 |
Color Harmonies of #D971CA
Complementary color
Monochromatic Colors of #D971CA
Black with #D971CA
Text Example
Text Example
White with #D971CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D971CA; }
p { color: rgb(217,113,202); }
H1.HeaderClassName
{
color: #D971CA;
}
.AnyTagClassName
{
color: #D971CA;
}
</style>
background-color css
<style>
a { background-color: #D971CA; }
a { background-color: rgb(217,113,202); }
div.DivClassName
{
background-color: #D971CA;
}
.BgClassName
{
background-color: #D971CA;
}
</style>
border-color css
<style>
span { border-color: #D971CA; }
span { border-color: rgb(217,113,202); }
td.TdClassName
{
border-color: #D971CA;
}
.TagClassName
{
border-color: #D971CA;
}
</style>