Shades of Orchid #E87BDA
Tints of Orchid #E87BDA
RGB
CMYK
RGB Variations
Color information
#E87BDA (or 0xE87BDA) is known color: Orchid. HEX triplet: E8, 7B and DA. RGB value is (232,123,218). Sum of RGB (Red+Green+Blue) = 232+123+218=573 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.49% from 573); Green value is 123 (48.44% from 255 or 21.47% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 232 - color contains mainly: red. Hex color #E87BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87BDA is #178425. Grayscale: #A6A6A6. Windows color (decimal): -1541158 or 14318568. OLE color: 14318568.
HSL color Cylindrical-coordinate representation of color #E87BDA: hue angle of 307.71º 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 #E87BDA is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 123 | 218 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.09 |
| HSL | 307.71º | 0.7% | 0.7% | - |
| HSV(B) | 307.71º | 0.47% | 0.91% | - |
| XYZ | 53.02 | 36.38 | 70.56 | - |
| YUV | 166.42 | 157.11 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 123 | 218 | 0 | 0.47 | 0.06 | 0.09 | 307.71 | 0.7 | 0.7 |
| Hex | E8 | 7B | DA | 0 | 2F | 6 | 9 | 134 | 46 | 46 |
| Octal | 350 | 173 | 332 | 0 | 57 | 6 | 11 | 464 | 106 | 106 |
| Binary | 11101000 | 1111011 | 11011010 | 0 | 101111 | 110 | 1001 | 100110100 | 1000110 | 1000110 |
Color Harmonies of #E87BDA
Complementary color
Monochromatic Colors of #E87BDA
Black with #E87BDA
Text Example
Text Example
White with #E87BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87BDA; }
p { color: rgb(232,123,218); }
H1.HeaderClassName
{
color: #E87BDA;
}
.AnyTagClassName
{
color: #E87BDA;
}
</style>
background-color css
<style>
a { background-color: #E87BDA; }
a { background-color: rgb(232,123,218); }
div.DivClassName
{
background-color: #E87BDA;
}
.BgClassName
{
background-color: #E87BDA;
}
</style>
border-color css
<style>
span { border-color: #E87BDA; }
span { border-color: rgb(232,123,218); }
td.TdClassName
{
border-color: #E87BDA;
}
.TagClassName
{
border-color: #E87BDA;
}
</style>