Shades of Orchid #E871CE
Tints of Orchid #E871CE
RGB
CMYK
RGB Variations
Color information
#E871CE (or 0xE871CE) is known color: Orchid. HEX triplet: E8, 71 and CE. RGB value is (232,113,206). Sum of RGB (Red+Green+Blue) = 232+113+206=551 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.11% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 232 - color contains mainly: red. Hex color #E871CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E871CE is #178E31. Grayscale: #9E9E9E. Windows color (decimal): -1543730 or 13529576. OLE color: 13529576.
HSL color Cylindrical-coordinate representation of color #E871CE: hue angle of 313.11º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E871CE is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 113 | 206 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.09 |
| HSL | 313.11º | 0.72% | 0.68% | - |
| HSV(B) | 313.11º | 0.51% | 0.91% | - |
| XYZ | 50.32 | 33.42 | 62.19 | - |
| YUV | 159.18 | 154.42 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 113 | 206 | 0 | 0.51 | 0.11 | 0.09 | 313.11 | 0.72 | 0.68 |
| Hex | E8 | 71 | CE | 0 | 33 | B | 9 | 139 | 48 | 44 |
| Octal | 350 | 161 | 316 | 0 | 63 | 13 | 11 | 471 | 110 | 104 |
| Binary | 11101000 | 1110001 | 11001110 | 0 | 110011 | 1011 | 1001 | 100111001 | 1001000 | 1000100 |
Color Harmonies of #E871CE
Complementary color
Monochromatic Colors of #E871CE
Black with #E871CE
Text Example
Text Example
White with #E871CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E871CE; }
p { color: rgb(232,113,206); }
H1.HeaderClassName
{
color: #E871CE;
}
.AnyTagClassName
{
color: #E871CE;
}
</style>
background-color css
<style>
a { background-color: #E871CE; }
a { background-color: rgb(232,113,206); }
div.DivClassName
{
background-color: #E871CE;
}
.BgClassName
{
background-color: #E871CE;
}
</style>
border-color css
<style>
span { border-color: #E871CE; }
span { border-color: rgb(232,113,206); }
td.TdClassName
{
border-color: #E871CE;
}
.TagClassName
{
border-color: #E871CE;
}
</style>