Shades of Orchid #D871C9
Tints of Orchid #D871C9
RGB
CMYK
RGB Variations
Color information
#D871C9 (or 0xD871C9) is known color: Orchid. HEX triplet: D8, 71 and C9. RGB value is (216,113,201). Sum of RGB (Red+Green+Blue) = 216+113+201=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 113 (44.53% from 255 or 21.32% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D871C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D871C9 is #278E36. Grayscale: #999999. Windows color (decimal): -2592311 or 13201880. OLE color: 13201880.
HSL color Cylindrical-coordinate representation of color #D871C9: hue angle of 308.74º 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 #D871C9 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 113 | 201 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.15 |
| HSL | 308.74º | 0.57% | 0.65% | - |
| HSV(B) | 308.74º | 0.48% | 0.85% | - |
| XYZ | 44.77 | 30.63 | 58.81 | - |
| YUV | 153.83 | 154.62 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 113 | 201 | 0 | 0.48 | 0.07 | 0.15 | 308.74 | 0.57 | 0.65 |
| Hex | D8 | 71 | C9 | 0 | 30 | 7 | F | 135 | 39 | 41 |
| Octal | 330 | 161 | 311 | 0 | 60 | 7 | 17 | 465 | 71 | 101 |
| Binary | 11011000 | 1110001 | 11001001 | 0 | 110000 | 111 | 1111 | 100110101 | 111001 | 1000001 |
Color Harmonies of #D871C9
Complementary color
Monochromatic Colors of #D871C9
Black with #D871C9
Text Example
Text Example
White with #D871C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D871C9; }
p { color: rgb(216,113,201); }
H1.HeaderClassName
{
color: #D871C9;
}
.AnyTagClassName
{
color: #D871C9;
}
</style>
background-color css
<style>
a { background-color: #D871C9; }
a { background-color: rgb(216,113,201); }
div.DivClassName
{
background-color: #D871C9;
}
.BgClassName
{
background-color: #D871C9;
}
</style>
border-color css
<style>
span { border-color: #D871C9; }
span { border-color: rgb(216,113,201); }
td.TdClassName
{
border-color: #D871C9;
}
.TagClassName
{
border-color: #D871C9;
}
</style>