Shades of Orchid #E57CCD
Tints of Orchid #E57CCD
RGB
CMYK
RGB Variations
Color information
#E57CCD (or 0xE57CCD) is known color: Orchid. HEX triplet: E5, 7C and CD. RGB value is (229,124,205). Sum of RGB (Red+Green+Blue) = 229+124+205=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 124 (48.83% from 255 or 22.22% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 229 - color contains mainly: red. Hex color #E57CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57CCD is #1A8332. Grayscale: #A4A4A4. Windows color (decimal): -1737523 or 13466853. OLE color: 13466853.
HSL color Cylindrical-coordinate representation of color #E57CCD: hue angle of 313.71º 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 #E57CCD is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 124 | 205 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.10 |
| HSL | 313.71º | 0.67% | 0.69% | - |
| HSV(B) | 313.71º | 0.46% | 0.9% | - |
| XYZ | 50.54 | 35.48 | 61.94 | - |
| YUV | 164.63 | 150.79 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 124 | 205 | 0 | 0.46 | 0.10 | 0.10 | 313.71 | 0.67 | 0.69 |
| Hex | E5 | 7C | CD | 0 | 2E | A | A | 13A | 43 | 45 |
| Octal | 345 | 174 | 315 | 0 | 56 | 12 | 12 | 472 | 103 | 105 |
| Binary | 11100101 | 1111100 | 11001101 | 0 | 101110 | 1010 | 1010 | 100111010 | 1000011 | 1000101 |
Color Harmonies of #E57CCD
Complementary color
Monochromatic Colors of #E57CCD
Black with #E57CCD
Text Example
Text Example
White with #E57CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57CCD; }
p { color: rgb(229,124,205); }
H1.HeaderClassName
{
color: #E57CCD;
}
.AnyTagClassName
{
color: #E57CCD;
}
</style>
background-color css
<style>
a { background-color: #E57CCD; }
a { background-color: rgb(229,124,205); }
div.DivClassName
{
background-color: #E57CCD;
}
.BgClassName
{
background-color: #E57CCD;
}
</style>
border-color css
<style>
span { border-color: #E57CCD; }
span { border-color: rgb(229,124,205); }
td.TdClassName
{
border-color: #E57CCD;
}
.TagClassName
{
border-color: #E57CCD;
}
</style>