Shades of Orchid #E57DDA
Tints of Orchid #E57DDA
RGB
CMYK
RGB Variations
Color information
#E57DDA (or 0xE57DDA) is known color: Orchid. HEX triplet: E5, 7D and DA. RGB value is (229,125,218). Sum of RGB (Red+Green+Blue) = 229+125+218=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 125 (49.22% from 255 or 21.85% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57DDA is #1A8225. Grayscale: #A6A6A6. Windows color (decimal): -1737254 or 14319077. OLE color: 14319077.
HSL color Cylindrical-coordinate representation of color #E57DDA: hue angle of 306.35º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E57DDA is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 125 | 218 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.10 |
| HSL | 306.35º | 0.67% | 0.69% | - |
| HSV(B) | 306.35º | 0.45% | 0.9% | - |
| XYZ | 52.3 | 36.39 | 70.6 | - |
| YUV | 166.7 | 156.96 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 125 | 218 | 0 | 0.45 | 0.05 | 0.10 | 306.35 | 0.67 | 0.69 |
| Hex | E5 | 7D | DA | 0 | 2D | 5 | A | 132 | 43 | 45 |
| Octal | 345 | 175 | 332 | 0 | 55 | 5 | 12 | 462 | 103 | 105 |
| Binary | 11100101 | 1111101 | 11011010 | 0 | 101101 | 101 | 1010 | 100110010 | 1000011 | 1000101 |
Color Harmonies of #E57DDA
Complementary color
Monochromatic Colors of #E57DDA
Black with #E57DDA
Text Example
Text Example
White with #E57DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57DDA; }
p { color: rgb(229,125,218); }
H1.HeaderClassName
{
color: #E57DDA;
}
.AnyTagClassName
{
color: #E57DDA;
}
</style>
background-color css
<style>
a { background-color: #E57DDA; }
a { background-color: rgb(229,125,218); }
div.DivClassName
{
background-color: #E57DDA;
}
.BgClassName
{
background-color: #E57DDA;
}
</style>
border-color css
<style>
span { border-color: #E57DDA; }
span { border-color: rgb(229,125,218); }
td.TdClassName
{
border-color: #E57DDA;
}
.TagClassName
{
border-color: #E57DDA;
}
</style>