Shades of Orchid #E57BD8
Tints of Orchid #E57BD8
RGB
CMYK
RGB Variations
Color information
#E57BD8 (or 0xE57BD8) is known color: Orchid. HEX triplet: E5, 7B and D8. RGB value is (229,123,216). Sum of RGB (Red+Green+Blue) = 229+123+216=568 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.32% from 568); Green value is 123 (48.44% from 255 or 21.65% from 568); Blue value is 216 (84.77% from 255 or 38.03% from 568); Max value from RGB is 229 - color contains mainly: red. Hex color #E57BD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57BD8 is #1A8427. Grayscale: #A5A5A5. Windows color (decimal): -1737768 or 14187493. OLE color: 14187493.
HSL color Cylindrical-coordinate representation of color #E57BD8: hue angle of 307.36º 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 #E57BD8 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 123 | 216 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.10 |
| HSL | 307.36º | 0.67% | 0.69% | - |
| HSV(B) | 307.36º | 0.46% | 0.9% | - |
| XYZ | 51.79 | 35.78 | 69.14 | - |
| YUV | 165.3 | 156.62 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 123 | 216 | 0 | 0.46 | 0.06 | 0.10 | 307.36 | 0.67 | 0.69 |
| Hex | E5 | 7B | D8 | 0 | 2E | 6 | A | 133 | 43 | 45 |
| Octal | 345 | 173 | 330 | 0 | 56 | 6 | 12 | 463 | 103 | 105 |
| Binary | 11100101 | 1111011 | 11011000 | 0 | 101110 | 110 | 1010 | 100110011 | 1000011 | 1000101 |
Color Harmonies of #E57BD8
Complementary color
Monochromatic Colors of #E57BD8
Black with #E57BD8
Text Example
Text Example
White with #E57BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57BD8; }
p { color: rgb(229,123,216); }
H1.HeaderClassName
{
color: #E57BD8;
}
.AnyTagClassName
{
color: #E57BD8;
}
</style>
background-color css
<style>
a { background-color: #E57BD8; }
a { background-color: rgb(229,123,216); }
div.DivClassName
{
background-color: #E57BD8;
}
.BgClassName
{
background-color: #E57BD8;
}
</style>
border-color css
<style>
span { border-color: #E57BD8; }
span { border-color: rgb(229,123,216); }
td.TdClassName
{
border-color: #E57BD8;
}
.TagClassName
{
border-color: #E57BD8;
}
</style>