Shades of Orchid #E87DCE
Tints of Orchid #E87DCE
RGB
CMYK
RGB Variations
Color information
#E87DCE (or 0xE87DCE) is known color: Orchid. HEX triplet: E8, 7D and CE. RGB value is (232,125,206). Sum of RGB (Red+Green+Blue) = 232+125+206=563 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.21% from 563); Green value is 125 (49.22% from 255 or 22.20% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 232 - color contains mainly: red. Hex color #E87DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87DCE is #178231. Grayscale: #A6A6A6. Windows color (decimal): -1540658 or 13532648. OLE color: 13532648.
HSL color Cylindrical-coordinate representation of color #E87DCE: hue angle of 314.58º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E87DCE is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 125 | 206 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.09 |
| HSL | 314.58º | 0.7% | 0.7% | - |
| HSV(B) | 314.58º | 0.46% | 0.91% | - |
| XYZ | 51.75 | 36.28 | 62.67 | - |
| YUV | 166.23 | 150.45 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 125 | 206 | 0 | 0.46 | 0.11 | 0.09 | 314.58 | 0.7 | 0.7 |
| Hex | E8 | 7D | CE | 0 | 2E | B | 9 | 13B | 46 | 46 |
| Octal | 350 | 175 | 316 | 0 | 56 | 13 | 11 | 473 | 106 | 106 |
| Binary | 11101000 | 1111101 | 11001110 | 0 | 101110 | 1011 | 1001 | 100111011 | 1000110 | 1000110 |
Color Harmonies of #E87DCE
Complementary color
Monochromatic Colors of #E87DCE
Black with #E87DCE
Text Example
Text Example
White with #E87DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87DCE; }
p { color: rgb(232,125,206); }
H1.HeaderClassName
{
color: #E87DCE;
}
.AnyTagClassName
{
color: #E87DCE;
}
</style>
background-color css
<style>
a { background-color: #E87DCE; }
a { background-color: rgb(232,125,206); }
div.DivClassName
{
background-color: #E87DCE;
}
.BgClassName
{
background-color: #E87DCE;
}
</style>
border-color css
<style>
span { border-color: #E87DCE; }
span { border-color: rgb(232,125,206); }
td.TdClassName
{
border-color: #E87DCE;
}
.TagClassName
{
border-color: #E87DCE;
}
</style>