Shades of Orchid #E47DDD
Tints of Orchid #E47DDD
RGB
CMYK
RGB Variations
Color information
#E47DDD (or 0xE47DDD) is known color: Orchid. HEX triplet: E4, 7D and DD. RGB value is (228,125,221). Sum of RGB (Red+Green+Blue) = 228+125+221=574 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.72% from 574); Green value is 125 (49.22% from 255 or 21.78% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 228 - color contains mainly: red. Hex color #E47DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47DDD is #1B8222. Grayscale: #A6A6A6. Windows color (decimal): -1802787 or 14515684. OLE color: 14515684.
HSL color Cylindrical-coordinate representation of color #E47DDD: hue angle of 304.08º 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 #E47DDD is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 125 | 221 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.11 |
| HSL | 304.08º | 0.66% | 0.69% | - |
| HSV(B) | 304.08º | 0.45% | 0.89% | - |
| XYZ | 52.38 | 36.38 | 72.67 | - |
| YUV | 166.74 | 158.62 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 125 | 221 | 0 | 0.45 | 0.03 | 0.11 | 304.08 | 0.66 | 0.69 |
| Hex | E4 | 7D | DD | 0 | 2D | 3 | B | 130 | 42 | 45 |
| Octal | 344 | 175 | 335 | 0 | 55 | 3 | 13 | 460 | 102 | 105 |
| Binary | 11100100 | 1111101 | 11011101 | 0 | 101101 | 11 | 1011 | 100110000 | 1000010 | 1000101 |
Color Harmonies of #E47DDD
Complementary color
Monochromatic Colors of #E47DDD
Black with #E47DDD
Text Example
Text Example
White with #E47DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47DDD; }
p { color: rgb(228,125,221); }
H1.HeaderClassName
{
color: #E47DDD;
}
.AnyTagClassName
{
color: #E47DDD;
}
</style>
background-color css
<style>
a { background-color: #E47DDD; }
a { background-color: rgb(228,125,221); }
div.DivClassName
{
background-color: #E47DDD;
}
.BgClassName
{
background-color: #E47DDD;
}
</style>
border-color css
<style>
span { border-color: #E47DDD; }
span { border-color: rgb(228,125,221); }
td.TdClassName
{
border-color: #E47DDD;
}
.TagClassName
{
border-color: #E47DDD;
}
</style>