Shades of Orchid #E57CDF
Tints of Orchid #E57CDF
RGB
CMYK
RGB Variations
Color information
#E57CDF (or 0xE57CDF) is known color: Orchid. HEX triplet: E5, 7C and DF. RGB value is (229,124,223). Sum of RGB (Red+Green+Blue) = 229+124+223=576 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.76% from 576); Green value is 124 (48.83% from 255 or 21.53% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 229 - color contains mainly: red. Hex color #E57CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57CDF is #1A8320. Grayscale: #A6A6A6. Windows color (decimal): -1737505 or 14646501. OLE color: 14646501.
HSL color Cylindrical-coordinate representation of color #E57CDF: hue angle of 303.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 #E57CDF is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 124 | 223 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.10 |
| HSL | 303.43º | 0.67% | 0.69% | - |
| HSV(B) | 303.43º | 0.46% | 0.9% | - |
| XYZ | 52.84 | 36.4 | 74.05 | - |
| YUV | 166.68 | 159.79 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 124 | 223 | 0 | 0.46 | 0.03 | 0.10 | 303.43 | 0.67 | 0.69 |
| Hex | E5 | 7C | DF | 0 | 2E | 3 | A | 12F | 43 | 45 |
| Octal | 345 | 174 | 337 | 0 | 56 | 3 | 12 | 457 | 103 | 105 |
| Binary | 11100101 | 1111100 | 11011111 | 0 | 101110 | 11 | 1010 | 100101111 | 1000011 | 1000101 |
Color Harmonies of #E57CDF
Complementary color
Monochromatic Colors of #E57CDF
Black with #E57CDF
Text Example
Text Example
White with #E57CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57CDF; }
p { color: rgb(229,124,223); }
H1.HeaderClassName
{
color: #E57CDF;
}
.AnyTagClassName
{
color: #E57CDF;
}
</style>
background-color css
<style>
a { background-color: #E57CDF; }
a { background-color: rgb(229,124,223); }
div.DivClassName
{
background-color: #E57CDF;
}
.BgClassName
{
background-color: #E57CDF;
}
</style>
border-color css
<style>
span { border-color: #E57CDF; }
span { border-color: rgb(229,124,223); }
td.TdClassName
{
border-color: #E57CDF;
}
.TagClassName
{
border-color: #E57CDF;
}
</style>