Shades of Orchid #E57BDD
Tints of Orchid #E57BDD
RGB
CMYK
RGB Variations
Color information
#E57BDD (or 0xE57BDD) is known color: Orchid. HEX triplet: E5, 7B and DD. RGB value is (229,123,221). Sum of RGB (Red+Green+Blue) = 229+123+221=573 (75% of max value = 765). Red value is 229 (89.84% from 255 or 39.97% from 573); Green value is 123 (48.44% from 255 or 21.47% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 229 - color contains mainly: red. Hex color #E57BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57BDD is #1A8422. Grayscale: #A5A5A5. Windows color (decimal): -1737763 or 14515173. OLE color: 14515173.
HSL color Cylindrical-coordinate representation of color #E57BDD: hue angle of 304.53º 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 #E57BDD is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 123 | 221 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.10 |
| HSL | 304.53º | 0.67% | 0.69% | - |
| HSV(B) | 304.53º | 0.46% | 0.9% | - |
| XYZ | 52.45 | 36.04 | 72.6 | - |
| YUV | 165.87 | 159.12 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 123 | 221 | 0 | 0.46 | 0.03 | 0.10 | 304.53 | 0.67 | 0.69 |
| Hex | E5 | 7B | DD | 0 | 2E | 3 | A | 131 | 43 | 45 |
| Octal | 345 | 173 | 335 | 0 | 56 | 3 | 12 | 461 | 103 | 105 |
| Binary | 11100101 | 1111011 | 11011101 | 0 | 101110 | 11 | 1010 | 100110001 | 1000011 | 1000101 |
Color Harmonies of #E57BDD
Complementary color
Monochromatic Colors of #E57BDD
Black with #E57BDD
Text Example
Text Example
White with #E57BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57BDD; }
p { color: rgb(229,123,221); }
H1.HeaderClassName
{
color: #E57BDD;
}
.AnyTagClassName
{
color: #E57BDD;
}
</style>
background-color css
<style>
a { background-color: #E57BDD; }
a { background-color: rgb(229,123,221); }
div.DivClassName
{
background-color: #E57BDD;
}
.BgClassName
{
background-color: #E57BDD;
}
</style>
border-color css
<style>
span { border-color: #E57BDD; }
span { border-color: rgb(229,123,221); }
td.TdClassName
{
border-color: #E57BDD;
}
.TagClassName
{
border-color: #E57BDD;
}
</style>