Shades of Orchid #E57CD2
Tints of Orchid #E57CD2
RGB
CMYK
RGB Variations
Color information
#E57CD2 (or 0xE57CD2) is known color: Orchid. HEX triplet: E5, 7C and D2. RGB value is (229,124,210). Sum of RGB (Red+Green+Blue) = 229+124+210=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 124 (48.83% from 255 or 22.02% from 563); Blue value is 210 (82.42% from 255 or 37.30% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E57CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57CD2 is #1A832D. Grayscale: #A4A4A4. Windows color (decimal): -1737518 or 13794533. OLE color: 13794533.
HSL color Cylindrical-coordinate representation of color #E57CD2: hue angle of 310.86º 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 #E57CD2 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 124 | 210 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.10 |
| HSL | 310.86º | 0.67% | 0.69% | - |
| HSV(B) | 310.86º | 0.46% | 0.9% | - |
| XYZ | 51.15 | 35.73 | 65.17 | - |
| YUV | 165.2 | 153.29 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 124 | 210 | 0 | 0.46 | 0.08 | 0.10 | 310.86 | 0.67 | 0.69 |
| Hex | E5 | 7C | D2 | 0 | 2E | 8 | A | 137 | 43 | 45 |
| Octal | 345 | 174 | 322 | 0 | 56 | 10 | 12 | 467 | 103 | 105 |
| Binary | 11100101 | 1111100 | 11010010 | 0 | 101110 | 1000 | 1010 | 100110111 | 1000011 | 1000101 |
Color Harmonies of #E57CD2
Complementary color
Monochromatic Colors of #E57CD2
Black with #E57CD2
Text Example
Text Example
White with #E57CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57CD2; }
p { color: rgb(229,124,210); }
H1.HeaderClassName
{
color: #E57CD2;
}
.AnyTagClassName
{
color: #E57CD2;
}
</style>
background-color css
<style>
a { background-color: #E57CD2; }
a { background-color: rgb(229,124,210); }
div.DivClassName
{
background-color: #E57CD2;
}
.BgClassName
{
background-color: #E57CD2;
}
</style>
border-color css
<style>
span { border-color: #E57CD2; }
span { border-color: rgb(229,124,210); }
td.TdClassName
{
border-color: #E57CD2;
}
.TagClassName
{
border-color: #E57CD2;
}
</style>