Shades of Orchid #E57CDE
Tints of Orchid #E57CDE
RGB
CMYK
RGB Variations
Color information
#E57CDE (or 0xE57CDE) is known color: Orchid. HEX triplet: E5, 7C and DE. RGB value is (229,124,222). Sum of RGB (Red+Green+Blue) = 229+124+222=575 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.83% from 575); Green value is 124 (48.83% from 255 or 21.57% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 229 - color contains mainly: red. Hex color #E57CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57CDE is #1A8321. Grayscale: #A6A6A6. Windows color (decimal): -1737506 or 14580965. OLE color: 14580965.
HSL color Cylindrical-coordinate representation of color #E57CDE: hue angle of 304º 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 #E57CDE is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 124 | 222 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.10 |
| HSL | 304º | 0.67% | 0.69% | - |
| HSV(B) | 304º | 0.46% | 0.9% | - |
| XYZ | 52.71 | 36.35 | 73.35 | - |
| YUV | 166.57 | 159.29 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 124 | 222 | 0 | 0.46 | 0.03 | 0.10 | 304 | 0.67 | 0.69 |
| Hex | E5 | 7C | DE | 0 | 2E | 3 | A | 130 | 43 | 45 |
| Octal | 345 | 174 | 336 | 0 | 56 | 3 | 12 | 460 | 103 | 105 |
| Binary | 11100101 | 1111100 | 11011110 | 0 | 101110 | 11 | 1010 | 100110000 | 1000011 | 1000101 |
Color Harmonies of #E57CDE
Complementary color
Monochromatic Colors of #E57CDE
Black with #E57CDE
Text Example
Text Example
White with #E57CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57CDE; }
p { color: rgb(229,124,222); }
H1.HeaderClassName
{
color: #E57CDE;
}
.AnyTagClassName
{
color: #E57CDE;
}
</style>
background-color css
<style>
a { background-color: #E57CDE; }
a { background-color: rgb(229,124,222); }
div.DivClassName
{
background-color: #E57CDE;
}
.BgClassName
{
background-color: #E57CDE;
}
</style>
border-color css
<style>
span { border-color: #E57CDE; }
span { border-color: rgb(229,124,222); }
td.TdClassName
{
border-color: #E57CDE;
}
.TagClassName
{
border-color: #E57CDE;
}
</style>