Shades of Orchid #D871CE
Tints of Orchid #D871CE
RGB
CMYK
RGB Variations
Color information
#D871CE (or 0xD871CE) is known color: Orchid. HEX triplet: D8, 71 and CE. RGB value is (216,113,206). Sum of RGB (Red+Green+Blue) = 216+113+206=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D871CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D871CE is #278E31. Grayscale: #9A9A9A. Windows color (decimal): -2592306 or 13529560. OLE color: 13529560.
HSL color Cylindrical-coordinate representation of color #D871CE: hue angle of 305.83º degrees, saturation: 0.57, 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 #D871CE is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 113 | 206 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.15 |
| HSL | 305.83º | 0.57% | 0.65% | - |
| HSV(B) | 305.83º | 0.48% | 0.85% | - |
| XYZ | 45.36 | 30.87 | 61.96 | - |
| YUV | 154.4 | 157.12 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 113 | 206 | 0 | 0.48 | 0.05 | 0.15 | 305.83 | 0.57 | 0.65 |
| Hex | D8 | 71 | CE | 0 | 30 | 5 | F | 132 | 39 | 41 |
| Octal | 330 | 161 | 316 | 0 | 60 | 5 | 17 | 462 | 71 | 101 |
| Binary | 11011000 | 1110001 | 11001110 | 0 | 110000 | 101 | 1111 | 100110010 | 111001 | 1000001 |
Color Harmonies of #D871CE
Complementary color
Monochromatic Colors of #D871CE
Black with #D871CE
Text Example
Text Example
White with #D871CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D871CE; }
p { color: rgb(216,113,206); }
H1.HeaderClassName
{
color: #D871CE;
}
.AnyTagClassName
{
color: #D871CE;
}
</style>
background-color css
<style>
a { background-color: #D871CE; }
a { background-color: rgb(216,113,206); }
div.DivClassName
{
background-color: #D871CE;
}
.BgClassName
{
background-color: #D871CE;
}
</style>
border-color css
<style>
span { border-color: #D871CE; }
span { border-color: rgb(216,113,206); }
td.TdClassName
{
border-color: #D871CE;
}
.TagClassName
{
border-color: #D871CE;
}
</style>