Shades of Orchid #E47DD9
Tints of Orchid #E47DD9
RGB
CMYK
RGB Variations
Color information
#E47DD9 (or 0xE47DD9) is known color: Orchid. HEX triplet: E4, 7D and D9. RGB value is (228,125,217). Sum of RGB (Red+Green+Blue) = 228+125+217=570 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 228 - color contains mainly: red. Hex color #E47DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47DD9 is #1B8226. Grayscale: #A6A6A6. Windows color (decimal): -1802791 or 14253540. OLE color: 14253540.
HSL color Cylindrical-coordinate representation of color #E47DD9: hue angle of 306.41º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E47DD9 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 125 | 217 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.11 |
| HSL | 306.41º | 0.66% | 0.69% | - |
| HSV(B) | 306.41º | 0.45% | 0.89% | - |
| XYZ | 51.85 | 36.17 | 69.89 | - |
| YUV | 166.29 | 156.62 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 125 | 217 | 0 | 0.45 | 0.05 | 0.11 | 306.41 | 0.66 | 0.69 |
| Hex | E4 | 7D | D9 | 0 | 2D | 5 | B | 132 | 42 | 45 |
| Octal | 344 | 175 | 331 | 0 | 55 | 5 | 13 | 462 | 102 | 105 |
| Binary | 11100100 | 1111101 | 11011001 | 0 | 101101 | 101 | 1011 | 100110010 | 1000010 | 1000101 |
Color Harmonies of #E47DD9
Complementary color
Monochromatic Colors of #E47DD9
Black with #E47DD9
Text Example
Text Example
White with #E47DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47DD9; }
p { color: rgb(228,125,217); }
H1.HeaderClassName
{
color: #E47DD9;
}
.AnyTagClassName
{
color: #E47DD9;
}
</style>
background-color css
<style>
a { background-color: #E47DD9; }
a { background-color: rgb(228,125,217); }
div.DivClassName
{
background-color: #E47DD9;
}
.BgClassName
{
background-color: #E47DD9;
}
</style>
border-color css
<style>
span { border-color: #E47DD9; }
span { border-color: rgb(228,125,217); }
td.TdClassName
{
border-color: #E47DD9;
}
.TagClassName
{
border-color: #E47DD9;
}
</style>