Shades of Orchid #E87ADD
Tints of Orchid #E87ADD
RGB
CMYK
RGB Variations
Color information
#E87ADD (or 0xE87ADD) is known color: Orchid. HEX triplet: E8, 7A and DD. RGB value is (232,122,221). Sum of RGB (Red+Green+Blue) = 232+122+221=575 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.35% from 575); Green value is 122 (48.05% from 255 or 21.22% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 232 - color contains mainly: red. Hex color #E87ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87ADD is #178522. Grayscale: #A5A5A5. Windows color (decimal): -1541411 or 14514920. OLE color: 14514920.
HSL color Cylindrical-coordinate representation of color #E87ADD: hue angle of 306º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E87ADD is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 122 | 221 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.09 |
| HSL | 306º | 0.71% | 0.69% | - |
| HSV(B) | 306º | 0.47% | 0.91% | - |
| XYZ | 53.29 | 36.3 | 72.6 | - |
| YUV | 166.18 | 158.94 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 122 | 221 | 0 | 0.47 | 0.05 | 0.09 | 306 | 0.71 | 0.69 |
| Hex | E8 | 7A | DD | 0 | 2F | 5 | 9 | 132 | 47 | 45 |
| Octal | 350 | 172 | 335 | 0 | 57 | 5 | 11 | 462 | 107 | 105 |
| Binary | 11101000 | 1111010 | 11011101 | 0 | 101111 | 101 | 1001 | 100110010 | 1000111 | 1000101 |
Color Harmonies of #E87ADD
Complementary color
Monochromatic Colors of #E87ADD
Black with #E87ADD
Text Example
Text Example
White with #E87ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87ADD; }
p { color: rgb(232,122,221); }
H1.HeaderClassName
{
color: #E87ADD;
}
.AnyTagClassName
{
color: #E87ADD;
}
</style>
background-color css
<style>
a { background-color: #E87ADD; }
a { background-color: rgb(232,122,221); }
div.DivClassName
{
background-color: #E87ADD;
}
.BgClassName
{
background-color: #E87ADD;
}
</style>
border-color css
<style>
span { border-color: #E87ADD; }
span { border-color: rgb(232,122,221); }
td.TdClassName
{
border-color: #E87ADD;
}
.TagClassName
{
border-color: #E87ADD;
}
</style>