Shades of Orchid #E57BDE
Tints of Orchid #E57BDE
RGB
CMYK
RGB Variations
Color information
#E57BDE (or 0xE57BDE) is known color: Orchid. HEX triplet: E5, 7B and DE. RGB value is (229,123,222). Sum of RGB (Red+Green+Blue) = 229+123+222=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 123 (48.44% from 255 or 21.43% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 229 - color contains mainly: red. Hex color #E57BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57BDE is #1A8421. Grayscale: #A5A5A5. Windows color (decimal): -1737762 or 14580709. OLE color: 14580709.
HSL color Cylindrical-coordinate representation of color #E57BDE: hue angle of 303.96º 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 #E57BDE is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 123 | 222 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.10 |
| HSL | 303.96º | 0.67% | 0.69% | - |
| HSV(B) | 303.96º | 0.46% | 0.9% | - |
| XYZ | 52.58 | 36.1 | 73.3 | - |
| YUV | 165.98 | 159.62 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 123 | 222 | 0 | 0.46 | 0.03 | 0.10 | 303.96 | 0.67 | 0.69 |
| Hex | E5 | 7B | DE | 0 | 2E | 3 | A | 130 | 43 | 45 |
| Octal | 345 | 173 | 336 | 0 | 56 | 3 | 12 | 460 | 103 | 105 |
| Binary | 11100101 | 1111011 | 11011110 | 0 | 101110 | 11 | 1010 | 100110000 | 1000011 | 1000101 |
Color Harmonies of #E57BDE
Complementary color
Monochromatic Colors of #E57BDE
Black with #E57BDE
Text Example
Text Example
White with #E57BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57BDE; }
p { color: rgb(229,123,222); }
H1.HeaderClassName
{
color: #E57BDE;
}
.AnyTagClassName
{
color: #E57BDE;
}
</style>
background-color css
<style>
a { background-color: #E57BDE; }
a { background-color: rgb(229,123,222); }
div.DivClassName
{
background-color: #E57BDE;
}
.BgClassName
{
background-color: #E57BDE;
}
</style>
border-color css
<style>
span { border-color: #E57BDE; }
span { border-color: rgb(229,123,222); }
td.TdClassName
{
border-color: #E57BDE;
}
.TagClassName
{
border-color: #E57BDE;
}
</style>