Shades of Orchid #E87ADC
Tints of Orchid #E87ADC
RGB
CMYK
RGB Variations
Color information
#E87ADC (or 0xE87ADC) is known color: Orchid. HEX triplet: E8, 7A and DC. RGB value is (232,122,220). Sum of RGB (Red+Green+Blue) = 232+122+220=574 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.42% from 574); Green value is 122 (48.05% from 255 or 21.25% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 232 - color contains mainly: red. Hex color #E87ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87ADC is #178523. Grayscale: #A5A5A5. Windows color (decimal): -1541412 or 14449384. OLE color: 14449384.
HSL color Cylindrical-coordinate representation of color #E87ADC: hue angle of 306.55º 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 #E87ADC is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 122 | 220 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.09 |
| HSL | 306.55º | 0.71% | 0.69% | - |
| HSV(B) | 306.55º | 0.47% | 0.91% | - |
| XYZ | 53.16 | 36.24 | 71.9 | - |
| YUV | 166.06 | 158.44 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 122 | 220 | 0 | 0.47 | 0.05 | 0.09 | 306.55 | 0.71 | 0.69 |
| Hex | E8 | 7A | DC | 0 | 2F | 5 | 9 | 133 | 47 | 45 |
| Octal | 350 | 172 | 334 | 0 | 57 | 5 | 11 | 463 | 107 | 105 |
| Binary | 11101000 | 1111010 | 11011100 | 0 | 101111 | 101 | 1001 | 100110011 | 1000111 | 1000101 |
Color Harmonies of #E87ADC
Complementary color
Monochromatic Colors of #E87ADC
Black with #E87ADC
Text Example
Text Example
White with #E87ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87ADC; }
p { color: rgb(232,122,220); }
H1.HeaderClassName
{
color: #E87ADC;
}
.AnyTagClassName
{
color: #E87ADC;
}
</style>
background-color css
<style>
a { background-color: #E87ADC; }
a { background-color: rgb(232,122,220); }
div.DivClassName
{
background-color: #E87ADC;
}
.BgClassName
{
background-color: #E87ADC;
}
</style>
border-color css
<style>
span { border-color: #E87ADC; }
span { border-color: rgb(232,122,220); }
td.TdClassName
{
border-color: #E87ADC;
}
.TagClassName
{
border-color: #E87ADC;
}
</style>