Shades of Orchid #E57CCA
Tints of Orchid #E57CCA
RGB
CMYK
RGB Variations
Color information
#E57CCA (or 0xE57CCA) is known color: Orchid. HEX triplet: E5, 7C and CA. RGB value is (229,124,202). Sum of RGB (Red+Green+Blue) = 229+124+202=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E57CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57CCA is #1A8335. Grayscale: #A4A4A4. Windows color (decimal): -1737526 or 13270245. OLE color: 13270245.
HSL color Cylindrical-coordinate representation of color #E57CCA: hue angle of 315.43º 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 #E57CCA is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 124 | 202 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.10 |
| HSL | 315.43º | 0.67% | 0.69% | - |
| HSV(B) | 315.43º | 0.46% | 0.9% | - |
| XYZ | 50.18 | 35.34 | 60.05 | - |
| YUV | 164.29 | 149.29 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 124 | 202 | 0 | 0.46 | 0.12 | 0.10 | 315.43 | 0.67 | 0.69 |
| Hex | E5 | 7C | CA | 0 | 2E | C | A | 13B | 43 | 45 |
| Octal | 345 | 174 | 312 | 0 | 56 | 14 | 12 | 473 | 103 | 105 |
| Binary | 11100101 | 1111100 | 11001010 | 0 | 101110 | 1100 | 1010 | 100111011 | 1000011 | 1000101 |
Color Harmonies of #E57CCA
Complementary color
Monochromatic Colors of #E57CCA
Black with #E57CCA
Text Example
Text Example
White with #E57CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57CCA; }
p { color: rgb(229,124,202); }
H1.HeaderClassName
{
color: #E57CCA;
}
.AnyTagClassName
{
color: #E57CCA;
}
</style>
background-color css
<style>
a { background-color: #E57CCA; }
a { background-color: rgb(229,124,202); }
div.DivClassName
{
background-color: #E57CCA;
}
.BgClassName
{
background-color: #E57CCA;
}
</style>
border-color css
<style>
span { border-color: #E57CCA; }
span { border-color: rgb(229,124,202); }
td.TdClassName
{
border-color: #E57CCA;
}
.TagClassName
{
border-color: #E57CCA;
}
</style>