Shades of Orchid #E57DCF
Tints of Orchid #E57DCF
RGB
CMYK
RGB Variations
Color information
#E57DCF (or 0xE57DCF) is known color: Orchid. HEX triplet: E5, 7D and CF. RGB value is (229,125,207). Sum of RGB (Red+Green+Blue) = 229+125+207=561 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.82% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57DCF is #1A8230. Grayscale: #A5A5A5. Windows color (decimal): -1737265 or 13598181. OLE color: 13598181.
HSL color Cylindrical-coordinate representation of color #E57DCF: hue angle of 312.69º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E57DCF is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 125 | 207 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.10 |
| HSL | 312.69º | 0.67% | 0.69% | - |
| HSV(B) | 312.69º | 0.45% | 0.9% | - |
| XYZ | 50.91 | 35.83 | 63.26 | - |
| YUV | 165.44 | 151.46 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 125 | 207 | 0 | 0.45 | 0.10 | 0.10 | 312.69 | 0.67 | 0.69 |
| Hex | E5 | 7D | CF | 0 | 2D | A | A | 139 | 43 | 45 |
| Octal | 345 | 175 | 317 | 0 | 55 | 12 | 12 | 471 | 103 | 105 |
| Binary | 11100101 | 1111101 | 11001111 | 0 | 101101 | 1010 | 1010 | 100111001 | 1000011 | 1000101 |
Color Harmonies of #E57DCF
Complementary color
Monochromatic Colors of #E57DCF
Black with #E57DCF
Text Example
Text Example
White with #E57DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57DCF; }
p { color: rgb(229,125,207); }
H1.HeaderClassName
{
color: #E57DCF;
}
.AnyTagClassName
{
color: #E57DCF;
}
</style>
background-color css
<style>
a { background-color: #E57DCF; }
a { background-color: rgb(229,125,207); }
div.DivClassName
{
background-color: #E57DCF;
}
.BgClassName
{
background-color: #E57DCF;
}
</style>
border-color css
<style>
span { border-color: #E57DCF; }
span { border-color: rgb(229,125,207); }
td.TdClassName
{
border-color: #E57DCF;
}
.TagClassName
{
border-color: #E57DCF;
}
</style>