Shades of Orchid #E87BCE
Tints of Orchid #E87BCE
RGB
CMYK
RGB Variations
Color information
#E87BCE (or 0xE87BCE) is known color: Orchid. HEX triplet: E8, 7B and CE. RGB value is (232,123,206). Sum of RGB (Red+Green+Blue) = 232+123+206=561 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.35% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 232 - color contains mainly: red. Hex color #E87BCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87BCE is #178431. Grayscale: #A4A4A4. Windows color (decimal): -1541170 or 13532136. OLE color: 13532136.
HSL color Cylindrical-coordinate representation of color #E87BCE: hue angle of 314.31º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E87BCE is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 123 | 206 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.09 |
| HSL | 314.31º | 0.7% | 0.7% | - |
| HSV(B) | 314.31º | 0.47% | 0.91% | - |
| XYZ | 51.5 | 35.78 | 62.58 | - |
| YUV | 165.05 | 151.11 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 123 | 206 | 0 | 0.47 | 0.11 | 0.09 | 314.31 | 0.7 | 0.7 |
| Hex | E8 | 7B | CE | 0 | 2F | B | 9 | 13A | 46 | 46 |
| Octal | 350 | 173 | 316 | 0 | 57 | 13 | 11 | 472 | 106 | 106 |
| Binary | 11101000 | 1111011 | 11001110 | 0 | 101111 | 1011 | 1001 | 100111010 | 1000110 | 1000110 |
Color Harmonies of #E87BCE
Complementary color
Monochromatic Colors of #E87BCE
Black with #E87BCE
Text Example
Text Example
White with #E87BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87BCE; }
p { color: rgb(232,123,206); }
H1.HeaderClassName
{
color: #E87BCE;
}
.AnyTagClassName
{
color: #E87BCE;
}
</style>
background-color css
<style>
a { background-color: #E87BCE; }
a { background-color: rgb(232,123,206); }
div.DivClassName
{
background-color: #E87BCE;
}
.BgClassName
{
background-color: #E87BCE;
}
</style>
border-color css
<style>
span { border-color: #E87BCE; }
span { border-color: rgb(232,123,206); }
td.TdClassName
{
border-color: #E87BCE;
}
.TagClassName
{
border-color: #E87BCE;
}
</style>