Shades of Orchid #E47CDA
Tints of Orchid #E47CDA
RGB
CMYK
RGB Variations
Color information
#E47CDA (or 0xE47CDA) is known color: Orchid. HEX triplet: E4, 7C and DA. RGB value is (228,124,218). Sum of RGB (Red+Green+Blue) = 228+124+218=570 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40% from 570); Green value is 124 (48.83% from 255 or 21.75% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 228 - color contains mainly: red. Hex color #E47CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47CDA is #1B8325. Grayscale: #A5A5A5. Windows color (decimal): -1803046 or 14318820. OLE color: 14318820.
HSL color Cylindrical-coordinate representation of color #E47CDA: hue angle of 305.77º 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 #E47CDA is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 124 | 218 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.11 |
| HSL | 305.77º | 0.66% | 0.69% | - |
| HSV(B) | 305.77º | 0.46% | 0.89% | - |
| XYZ | 51.86 | 35.97 | 70.54 | - |
| YUV | 165.81 | 157.46 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 124 | 218 | 0 | 0.46 | 0.04 | 0.11 | 305.77 | 0.66 | 0.69 |
| Hex | E4 | 7C | DA | 0 | 2E | 4 | B | 132 | 42 | 45 |
| Octal | 344 | 174 | 332 | 0 | 56 | 4 | 13 | 462 | 102 | 105 |
| Binary | 11100100 | 1111100 | 11011010 | 0 | 101110 | 100 | 1011 | 100110010 | 1000010 | 1000101 |
Color Harmonies of #E47CDA
Complementary color
Monochromatic Colors of #E47CDA
Black with #E47CDA
Text Example
Text Example
White with #E47CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47CDA; }
p { color: rgb(228,124,218); }
H1.HeaderClassName
{
color: #E47CDA;
}
.AnyTagClassName
{
color: #E47CDA;
}
</style>
background-color css
<style>
a { background-color: #E47CDA; }
a { background-color: rgb(228,124,218); }
div.DivClassName
{
background-color: #E47CDA;
}
.BgClassName
{
background-color: #E47CDA;
}
</style>
border-color css
<style>
span { border-color: #E47CDA; }
span { border-color: rgb(228,124,218); }
td.TdClassName
{
border-color: #E47CDA;
}
.TagClassName
{
border-color: #E47CDA;
}
</style>