Shades of Orchid #E47DDB
Tints of Orchid #E47DDB
RGB
CMYK
RGB Variations
Color information
#E47DDB (or 0xE47DDB) is known color: Orchid. HEX triplet: E4, 7D and DB. RGB value is (228,125,219). Sum of RGB (Red+Green+Blue) = 228+125+219=572 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.86% from 572); Green value is 125 (49.22% from 255 or 21.85% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 228 - color contains mainly: red. Hex color #E47DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47DDB is #1B8224. Grayscale: #A6A6A6. Windows color (decimal): -1802789 or 14384612. OLE color: 14384612.
HSL color Cylindrical-coordinate representation of color #E47DDB: hue angle of 305.24º 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 #E47DDB is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 125 | 219 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.11 |
| HSL | 305.24º | 0.66% | 0.69% | - |
| HSV(B) | 305.24º | 0.45% | 0.89% | - |
| XYZ | 52.11 | 36.28 | 71.27 | - |
| YUV | 166.51 | 157.62 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 125 | 219 | 0 | 0.45 | 0.04 | 0.11 | 305.24 | 0.66 | 0.69 |
| Hex | E4 | 7D | DB | 0 | 2D | 4 | B | 131 | 42 | 45 |
| Octal | 344 | 175 | 333 | 0 | 55 | 4 | 13 | 461 | 102 | 105 |
| Binary | 11100100 | 1111101 | 11011011 | 0 | 101101 | 100 | 1011 | 100110001 | 1000010 | 1000101 |
Color Harmonies of #E47DDB
Complementary color
Monochromatic Colors of #E47DDB
Black with #E47DDB
Text Example
Text Example
White with #E47DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47DDB; }
p { color: rgb(228,125,219); }
H1.HeaderClassName
{
color: #E47DDB;
}
.AnyTagClassName
{
color: #E47DDB;
}
</style>
background-color css
<style>
a { background-color: #E47DDB; }
a { background-color: rgb(228,125,219); }
div.DivClassName
{
background-color: #E47DDB;
}
.BgClassName
{
background-color: #E47DDB;
}
</style>
border-color css
<style>
span { border-color: #E47DDB; }
span { border-color: rgb(228,125,219); }
td.TdClassName
{
border-color: #E47DDB;
}
.TagClassName
{
border-color: #E47DDB;
}
</style>