Shades of Orchid #D871E1
Tints of Orchid #D871E1
RGB
CMYK
RGB Variations
Color information
#D871E1 (or 0xD871E1) is known color: Orchid. HEX triplet: D8, 71 and E1. RGB value is (216,113,225). Sum of RGB (Red+Green+Blue) = 216+113+225=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 113 (44.53% from 255 or 20.40% from 554); Blue value is 225 (88.28% from 255 or 40.61% from 554); Max value from RGB is 225 - color contains mainly: blue. Hex color #D871E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D871E1 is #278E1E. Grayscale: #9C9C9C. Windows color (decimal): -2592287 or 14774744. OLE color: 14774744.
HSL color Cylindrical-coordinate representation of color #D871E1: hue angle of 295.18º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D871E1 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 113 | 225 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.12 |
| HSL | 295.18º | 0.65% | 0.66% | - |
| HSV(B) | 295.18º | 0.5% | 0.88% | - |
| XYZ | 47.81 | 31.85 | 74.86 | - |
| YUV | 156.57 | 166.62 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 113 | 225 | 0.04 | 0.50 | 0 | 0.12 | 295.18 | 0.65 | 0.66 |
| Hex | D8 | 71 | E1 | 4 | 32 | 0 | C | 127 | 41 | 42 |
| Octal | 330 | 161 | 341 | 4 | 62 | 0 | 14 | 447 | 101 | 102 |
| Binary | 11011000 | 1110001 | 11100001 | 100 | 110010 | 0 | 1100 | 100100111 | 1000001 | 1000010 |
Color Harmonies of #D871E1
Complementary color
Monochromatic Colors of #D871E1
Black with #D871E1
Text Example
Text Example
White with #D871E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D871E1; }
p { color: rgb(216,113,225); }
H1.HeaderClassName
{
color: #D871E1;
}
.AnyTagClassName
{
color: #D871E1;
}
</style>
background-color css
<style>
a { background-color: #D871E1; }
a { background-color: rgb(216,113,225); }
div.DivClassName
{
background-color: #D871E1;
}
.BgClassName
{
background-color: #D871E1;
}
</style>
border-color css
<style>
span { border-color: #D871E1; }
span { border-color: rgb(216,113,225); }
td.TdClassName
{
border-color: #D871E1;
}
.TagClassName
{
border-color: #D871E1;
}
</style>