Shades of Orchid #E47ED7
Tints of Orchid #E47ED7
RGB
CMYK
RGB Variations
Color information
#E47ED7 (or 0xE47ED7) is known color: Orchid. HEX triplet: E4, 7E and D7. RGB value is (228,126,215). Sum of RGB (Red+Green+Blue) = 228+126+215=569 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.07% from 569); Green value is 126 (49.61% from 255 or 22.14% from 569); Blue value is 215 (84.38% from 255 or 37.79% from 569); Max value from RGB is 228 - color contains mainly: red. Hex color #E47ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47ED7 is #1B8128. Grayscale: #A6A6A6. Windows color (decimal): -1802537 or 14122724. OLE color: 14122724.
HSL color Cylindrical-coordinate representation of color #E47ED7: hue angle of 307.65º degrees, saturation: 0.65, 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 #E47ED7 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 126 | 215 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.11 |
| HSL | 307.65º | 0.65% | 0.69% | - |
| HSV(B) | 307.65º | 0.45% | 0.89% | - |
| XYZ | 51.72 | 36.32 | 68.57 | - |
| YUV | 166.64 | 155.29 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 126 | 215 | 0 | 0.45 | 0.06 | 0.11 | 307.65 | 0.65 | 0.69 |
| Hex | E4 | 7E | D7 | 0 | 2D | 6 | B | 134 | 41 | 45 |
| Octal | 344 | 176 | 327 | 0 | 55 | 6 | 13 | 464 | 101 | 105 |
| Binary | 11100100 | 1111110 | 11010111 | 0 | 101101 | 110 | 1011 | 100110100 | 1000001 | 1000101 |
Color Harmonies of #E47ED7
Complementary color
Monochromatic Colors of #E47ED7
Black with #E47ED7
Text Example
Text Example
White with #E47ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47ED7; }
p { color: rgb(228,126,215); }
H1.HeaderClassName
{
color: #E47ED7;
}
.AnyTagClassName
{
color: #E47ED7;
}
</style>
background-color css
<style>
a { background-color: #E47ED7; }
a { background-color: rgb(228,126,215); }
div.DivClassName
{
background-color: #E47ED7;
}
.BgClassName
{
background-color: #E47ED7;
}
</style>
border-color css
<style>
span { border-color: #E47ED7; }
span { border-color: rgb(228,126,215); }
td.TdClassName
{
border-color: #E47ED7;
}
.TagClassName
{
border-color: #E47ED7;
}
</style>