Shades of Orchid #E57DCD
Tints of Orchid #E57DCD
RGB
CMYK
RGB Variations
Color information
#E57DCD (or 0xE57DCD) is known color: Orchid. HEX triplet: E5, 7D and CD. RGB value is (229,125,205). Sum of RGB (Red+Green+Blue) = 229+125+205=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 125 (49.22% from 255 or 22.36% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57DCD is #1A8232. Grayscale: #A5A5A5. Windows color (decimal): -1737267 or 13467109. OLE color: 13467109.
HSL color Cylindrical-coordinate representation of color #E57DCD: hue angle of 313.85º 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 #E57DCD is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 125 | 205 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.10 |
| HSL | 313.85º | 0.67% | 0.69% | - |
| HSV(B) | 313.85º | 0.45% | 0.9% | - |
| XYZ | 50.67 | 35.73 | 61.98 | - |
| YUV | 165.22 | 150.46 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 125 | 205 | 0 | 0.45 | 0.10 | 0.10 | 313.85 | 0.67 | 0.69 |
| Hex | E5 | 7D | CD | 0 | 2D | A | A | 13A | 43 | 45 |
| Octal | 345 | 175 | 315 | 0 | 55 | 12 | 12 | 472 | 103 | 105 |
| Binary | 11100101 | 1111101 | 11001101 | 0 | 101101 | 1010 | 1010 | 100111010 | 1000011 | 1000101 |
Color Harmonies of #E57DCD
Complementary color
Monochromatic Colors of #E57DCD
Black with #E57DCD
Text Example
Text Example
White with #E57DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57DCD; }
p { color: rgb(229,125,205); }
H1.HeaderClassName
{
color: #E57DCD;
}
.AnyTagClassName
{
color: #E57DCD;
}
</style>
background-color css
<style>
a { background-color: #E57DCD; }
a { background-color: rgb(229,125,205); }
div.DivClassName
{
background-color: #E57DCD;
}
.BgClassName
{
background-color: #E57DCD;
}
</style>
border-color css
<style>
span { border-color: #E57DCD; }
span { border-color: rgb(229,125,205); }
td.TdClassName
{
border-color: #E57DCD;
}
.TagClassName
{
border-color: #E57DCD;
}
</style>