Shades of Orchid #E47AD8
Tints of Orchid #E47AD8
RGB
CMYK
RGB Variations
Color information
#E47AD8 (or 0xE47AD8) is known color: Orchid. HEX triplet: E4, 7A and D8. RGB value is (228,122,216). Sum of RGB (Red+Green+Blue) = 228+122+216=566 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.28% from 566); Green value is 122 (48.05% from 255 or 21.55% from 566); Blue value is 216 (84.77% from 255 or 38.16% from 566); Max value from RGB is 228 - color contains mainly: red. Hex color #E47AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47AD8 is #1B8527. Grayscale: #A4A4A4. Windows color (decimal): -1803560 or 14187236. OLE color: 14187236.
HSL color Cylindrical-coordinate representation of color #E47AD8: hue angle of 306.79º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E47AD8 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 122 | 216 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.11 |
| HSL | 306.79º | 0.66% | 0.69% | - |
| HSV(B) | 306.79º | 0.46% | 0.89% | - |
| XYZ | 51.35 | 35.37 | 69.09 | - |
| YUV | 164.41 | 157.12 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 122 | 216 | 0 | 0.46 | 0.05 | 0.11 | 306.79 | 0.66 | 0.69 |
| Hex | E4 | 7A | D8 | 0 | 2E | 5 | B | 133 | 42 | 45 |
| Octal | 344 | 172 | 330 | 0 | 56 | 5 | 13 | 463 | 102 | 105 |
| Binary | 11100100 | 1111010 | 11011000 | 0 | 101110 | 101 | 1011 | 100110011 | 1000010 | 1000101 |
Color Harmonies of #E47AD8
Complementary color
Monochromatic Colors of #E47AD8
Black with #E47AD8
Text Example
Text Example
White with #E47AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47AD8; }
p { color: rgb(228,122,216); }
H1.HeaderClassName
{
color: #E47AD8;
}
.AnyTagClassName
{
color: #E47AD8;
}
</style>
background-color css
<style>
a { background-color: #E47AD8; }
a { background-color: rgb(228,122,216); }
div.DivClassName
{
background-color: #E47AD8;
}
.BgClassName
{
background-color: #E47AD8;
}
</style>
border-color css
<style>
span { border-color: #E47AD8; }
span { border-color: rgb(228,122,216); }
td.TdClassName
{
border-color: #E47AD8;
}
.TagClassName
{
border-color: #E47AD8;
}
</style>