Shades of Orchid #E47CDB
Tints of Orchid #E47CDB
RGB
CMYK
RGB Variations
Color information
#E47CDB (or 0xE47CDB) is known color: Orchid. HEX triplet: E4, 7C and DB. RGB value is (228,124,219). Sum of RGB (Red+Green+Blue) = 228+124+219=571 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.93% from 571); Green value is 124 (48.83% from 255 or 21.72% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 228 - color contains mainly: red. Hex color #E47CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47CDB is #1B8324. Grayscale: #A5A5A5. Windows color (decimal): -1803045 or 14384356. OLE color: 14384356.
HSL color Cylindrical-coordinate representation of color #E47CDB: hue angle of 305.19º 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 #E47CDB is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 124 | 219 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.11 |
| HSL | 305.19º | 0.66% | 0.69% | - |
| HSV(B) | 305.19º | 0.46% | 0.89% | - |
| XYZ | 51.99 | 36.02 | 71.23 | - |
| YUV | 165.93 | 157.96 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 124 | 219 | 0 | 0.46 | 0.04 | 0.11 | 305.19 | 0.66 | 0.69 |
| Hex | E4 | 7C | DB | 0 | 2E | 4 | B | 131 | 42 | 45 |
| Octal | 344 | 174 | 333 | 0 | 56 | 4 | 13 | 461 | 102 | 105 |
| Binary | 11100100 | 1111100 | 11011011 | 0 | 101110 | 100 | 1011 | 100110001 | 1000010 | 1000101 |
Color Harmonies of #E47CDB
Complementary color
Monochromatic Colors of #E47CDB
Black with #E47CDB
Text Example
Text Example
White with #E47CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47CDB; }
p { color: rgb(228,124,219); }
H1.HeaderClassName
{
color: #E47CDB;
}
.AnyTagClassName
{
color: #E47CDB;
}
</style>
background-color css
<style>
a { background-color: #E47CDB; }
a { background-color: rgb(228,124,219); }
div.DivClassName
{
background-color: #E47CDB;
}
.BgClassName
{
background-color: #E47CDB;
}
</style>
border-color css
<style>
span { border-color: #E47CDB; }
span { border-color: rgb(228,124,219); }
td.TdClassName
{
border-color: #E47CDB;
}
.TagClassName
{
border-color: #E47CDB;
}
</style>