Shades of Orchid #E47CDD
Tints of Orchid #E47CDD
RGB
CMYK
RGB Variations
Color information
#E47CDD (or 0xE47CDD) is known color: Orchid. HEX triplet: E4, 7C and DD. RGB value is (228,124,221). Sum of RGB (Red+Green+Blue) = 228+124+221=573 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.79% from 573); Green value is 124 (48.83% from 255 or 21.64% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 228 - color contains mainly: red. Hex color #E47CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47CDD is #1B8322. Grayscale: #A5A5A5. Windows color (decimal): -1803043 or 14515428. OLE color: 14515428.
HSL color Cylindrical-coordinate representation of color #E47CDD: hue angle of 304.04º 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 #E47CDD is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 124 | 221 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.11 |
| HSL | 304.04º | 0.66% | 0.69% | - |
| HSV(B) | 304.04º | 0.46% | 0.89% | - |
| XYZ | 52.25 | 36.13 | 72.63 | - |
| YUV | 166.15 | 158.96 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 124 | 221 | 0 | 0.46 | 0.03 | 0.11 | 304.04 | 0.66 | 0.69 |
| Hex | E4 | 7C | DD | 0 | 2E | 3 | B | 130 | 42 | 45 |
| Octal | 344 | 174 | 335 | 0 | 56 | 3 | 13 | 460 | 102 | 105 |
| Binary | 11100100 | 1111100 | 11011101 | 0 | 101110 | 11 | 1011 | 100110000 | 1000010 | 1000101 |
Color Harmonies of #E47CDD
Complementary color
Monochromatic Colors of #E47CDD
Black with #E47CDD
Text Example
Text Example
White with #E47CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47CDD; }
p { color: rgb(228,124,221); }
H1.HeaderClassName
{
color: #E47CDD;
}
.AnyTagClassName
{
color: #E47CDD;
}
</style>
background-color css
<style>
a { background-color: #E47CDD; }
a { background-color: rgb(228,124,221); }
div.DivClassName
{
background-color: #E47CDD;
}
.BgClassName
{
background-color: #E47CDD;
}
</style>
border-color css
<style>
span { border-color: #E47CDD; }
span { border-color: rgb(228,124,221); }
td.TdClassName
{
border-color: #E47CDD;
}
.TagClassName
{
border-color: #E47CDD;
}
</style>