Shades of Orchid #E47AD9
Tints of Orchid #E47AD9
RGB
CMYK
RGB Variations
Color information
#E47AD9 (or 0xE47AD9) is known color: Orchid. HEX triplet: E4, 7A and D9. RGB value is (228,122,217). Sum of RGB (Red+Green+Blue) = 228+122+217=567 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.21% from 567); Green value is 122 (48.05% from 255 or 21.52% from 567); Blue value is 217 (85.16% from 255 or 38.27% from 567); Max value from RGB is 228 - color contains mainly: red. Hex color #E47AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47AD9 is #1B8526. Grayscale: #A4A4A4. Windows color (decimal): -1803559 or 14252772. OLE color: 14252772.
HSL color Cylindrical-coordinate representation of color #E47AD9: hue angle of 306.23º 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 #E47AD9 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 122 | 217 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.11 |
| HSL | 306.23º | 0.66% | 0.69% | - |
| HSV(B) | 306.23º | 0.46% | 0.89% | - |
| XYZ | 51.48 | 35.42 | 69.77 | - |
| YUV | 164.52 | 157.62 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 122 | 217 | 0 | 0.46 | 0.05 | 0.11 | 306.23 | 0.66 | 0.69 |
| Hex | E4 | 7A | D9 | 0 | 2E | 5 | B | 132 | 42 | 45 |
| Octal | 344 | 172 | 331 | 0 | 56 | 5 | 13 | 462 | 102 | 105 |
| Binary | 11100100 | 1111010 | 11011001 | 0 | 101110 | 101 | 1011 | 100110010 | 1000010 | 1000101 |
Color Harmonies of #E47AD9
Complementary color
Monochromatic Colors of #E47AD9
Black with #E47AD9
Text Example
Text Example
White with #E47AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47AD9; }
p { color: rgb(228,122,217); }
H1.HeaderClassName
{
color: #E47AD9;
}
.AnyTagClassName
{
color: #E47AD9;
}
</style>
background-color css
<style>
a { background-color: #E47AD9; }
a { background-color: rgb(228,122,217); }
div.DivClassName
{
background-color: #E47AD9;
}
.BgClassName
{
background-color: #E47AD9;
}
</style>
border-color css
<style>
span { border-color: #E47AD9; }
span { border-color: rgb(228,122,217); }
td.TdClassName
{
border-color: #E47AD9;
}
.TagClassName
{
border-color: #E47AD9;
}
</style>