Shades of Orchid #E57CDA
Tints of Orchid #E57CDA
RGB
CMYK
RGB Variations
Color information
#E57CDA (or 0xE57CDA) is known color: Orchid. HEX triplet: E5, 7C and DA. RGB value is (229,124,218). Sum of RGB (Red+Green+Blue) = 229+124+218=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 124 (48.83% from 255 or 21.72% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 229 - color contains mainly: red. Hex color #E57CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57CDA is #1A8325. Grayscale: #A5A5A5. Windows color (decimal): -1737510 or 14318821. OLE color: 14318821.
HSL color Cylindrical-coordinate representation of color #E57CDA: hue angle of 306.29º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E57CDA is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 124 | 218 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.10 |
| HSL | 306.29º | 0.67% | 0.69% | - |
| HSV(B) | 306.29º | 0.46% | 0.9% | - |
| XYZ | 52.18 | 36.14 | 70.55 | - |
| YUV | 166.11 | 157.29 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 124 | 218 | 0 | 0.46 | 0.05 | 0.10 | 306.29 | 0.67 | 0.69 |
| Hex | E5 | 7C | DA | 0 | 2E | 5 | A | 132 | 43 | 45 |
| Octal | 345 | 174 | 332 | 0 | 56 | 5 | 12 | 462 | 103 | 105 |
| Binary | 11100101 | 1111100 | 11011010 | 0 | 101110 | 101 | 1010 | 100110010 | 1000011 | 1000101 |
Color Harmonies of #E57CDA
Complementary color
Monochromatic Colors of #E57CDA
Black with #E57CDA
Text Example
Text Example
White with #E57CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57CDA; }
p { color: rgb(229,124,218); }
H1.HeaderClassName
{
color: #E57CDA;
}
.AnyTagClassName
{
color: #E57CDA;
}
</style>
background-color css
<style>
a { background-color: #E57CDA; }
a { background-color: rgb(229,124,218); }
div.DivClassName
{
background-color: #E57CDA;
}
.BgClassName
{
background-color: #E57CDA;
}
</style>
border-color css
<style>
span { border-color: #E57CDA; }
span { border-color: rgb(229,124,218); }
td.TdClassName
{
border-color: #E57CDA;
}
.TagClassName
{
border-color: #E57CDA;
}
</style>