Shades of Orchid #E57AD7
Tints of Orchid #E57AD7
RGB
CMYK
RGB Variations
Color information
#E57AD7 (or 0xE57AD7) is known color: Orchid. HEX triplet: E5, 7A and D7. RGB value is (229,122,215). Sum of RGB (Red+Green+Blue) = 229+122+215=566 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.46% from 566); Green value is 122 (48.05% from 255 or 21.55% from 566); Blue value is 215 (84.38% from 255 or 37.99% from 566); Max value from RGB is 229 - color contains mainly: red. Hex color #E57AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57AD7 is #1A8528. Grayscale: #A4A4A4. Windows color (decimal): -1738025 or 14121701. OLE color: 14121701.
HSL color Cylindrical-coordinate representation of color #E57AD7: hue angle of 307.85º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E57AD7 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 122 | 215 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.10 |
| HSL | 307.85º | 0.67% | 0.69% | - |
| HSV(B) | 307.85º | 0.47% | 0.9% | - |
| XYZ | 51.54 | 35.48 | 68.42 | - |
| YUV | 164.6 | 156.45 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 122 | 215 | 0 | 0.47 | 0.06 | 0.10 | 307.85 | 0.67 | 0.69 |
| Hex | E5 | 7A | D7 | 0 | 2F | 6 | A | 134 | 43 | 45 |
| Octal | 345 | 172 | 327 | 0 | 57 | 6 | 12 | 464 | 103 | 105 |
| Binary | 11100101 | 1111010 | 11010111 | 0 | 101111 | 110 | 1010 | 100110100 | 1000011 | 1000101 |
Color Harmonies of #E57AD7
Complementary color
Monochromatic Colors of #E57AD7
Black with #E57AD7
Text Example
Text Example
White with #E57AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57AD7; }
p { color: rgb(229,122,215); }
H1.HeaderClassName
{
color: #E57AD7;
}
.AnyTagClassName
{
color: #E57AD7;
}
</style>
background-color css
<style>
a { background-color: #E57AD7; }
a { background-color: rgb(229,122,215); }
div.DivClassName
{
background-color: #E57AD7;
}
.BgClassName
{
background-color: #E57AD7;
}
</style>
border-color css
<style>
span { border-color: #E57AD7; }
span { border-color: rgb(229,122,215); }
td.TdClassName
{
border-color: #E57AD7;
}
.TagClassName
{
border-color: #E57AD7;
}
</style>