Shades of Orchid #E57BDF
Tints of Orchid #E57BDF
RGB
CMYK
RGB Variations
Color information
#E57BDF (or 0xE57BDF) is known color: Orchid. HEX triplet: E5, 7B and DF. RGB value is (229,123,223). Sum of RGB (Red+Green+Blue) = 229+123+223=575 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.83% from 575); Green value is 123 (48.44% from 255 or 21.39% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 229 - color contains mainly: red. Hex color #E57BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57BDF is #1A8420. Grayscale: #A5A5A5. Windows color (decimal): -1737761 or 14646245. OLE color: 14646245.
HSL color Cylindrical-coordinate representation of color #E57BDF: hue angle of 303.4º 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 #E57BDF is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 123 | 223 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.10 |
| HSL | 303.4º | 0.67% | 0.69% | - |
| HSV(B) | 303.4º | 0.46% | 0.9% | - |
| XYZ | 52.72 | 36.15 | 74.01 | - |
| YUV | 166.09 | 160.12 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 123 | 223 | 0 | 0.46 | 0.03 | 0.10 | 303.4 | 0.67 | 0.69 |
| Hex | E5 | 7B | DF | 0 | 2E | 3 | A | 12F | 43 | 45 |
| Octal | 345 | 173 | 337 | 0 | 56 | 3 | 12 | 457 | 103 | 105 |
| Binary | 11100101 | 1111011 | 11011111 | 0 | 101110 | 11 | 1010 | 100101111 | 1000011 | 1000101 |
Color Harmonies of #E57BDF
Complementary color
Monochromatic Colors of #E57BDF
Black with #E57BDF
Text Example
Text Example
White with #E57BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57BDF; }
p { color: rgb(229,123,223); }
H1.HeaderClassName
{
color: #E57BDF;
}
.AnyTagClassName
{
color: #E57BDF;
}
</style>
background-color css
<style>
a { background-color: #E57BDF; }
a { background-color: rgb(229,123,223); }
div.DivClassName
{
background-color: #E57BDF;
}
.BgClassName
{
background-color: #E57BDF;
}
</style>
border-color css
<style>
span { border-color: #E57BDF; }
span { border-color: rgb(229,123,223); }
td.TdClassName
{
border-color: #E57BDF;
}
.TagClassName
{
border-color: #E57BDF;
}
</style>