Shades of Orchid #E57BCA
Tints of Orchid #E57BCA
RGB
CMYK
RGB Variations
Color information
#E57BCA (or 0xE57BCA) is known color: Orchid. HEX triplet: E5, 7B and CA. RGB value is (229,123,202). Sum of RGB (Red+Green+Blue) = 229+123+202=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 123 (48.44% from 255 or 22.20% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 229 - color contains mainly: red. Hex color #E57BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57BCA is #1A8435. Grayscale: #A3A3A3. Windows color (decimal): -1737782 or 13269989. OLE color: 13269989.
HSL color Cylindrical-coordinate representation of color #E57BCA: hue angle of 315.28º 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 #E57BCA is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 123 | 202 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.10 |
| HSL | 315.28º | 0.67% | 0.69% | - |
| HSV(B) | 315.28º | 0.46% | 0.9% | - |
| XYZ | 50.06 | 35.09 | 60.01 | - |
| YUV | 163.7 | 149.62 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 123 | 202 | 0 | 0.46 | 0.12 | 0.10 | 315.28 | 0.67 | 0.69 |
| Hex | E5 | 7B | CA | 0 | 2E | C | A | 13B | 43 | 45 |
| Octal | 345 | 173 | 312 | 0 | 56 | 14 | 12 | 473 | 103 | 105 |
| Binary | 11100101 | 1111011 | 11001010 | 0 | 101110 | 1100 | 1010 | 100111011 | 1000011 | 1000101 |
Color Harmonies of #E57BCA
Complementary color
Monochromatic Colors of #E57BCA
Black with #E57BCA
Text Example
Text Example
White with #E57BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57BCA; }
p { color: rgb(229,123,202); }
H1.HeaderClassName
{
color: #E57BCA;
}
.AnyTagClassName
{
color: #E57BCA;
}
</style>
background-color css
<style>
a { background-color: #E57BCA; }
a { background-color: rgb(229,123,202); }
div.DivClassName
{
background-color: #E57BCA;
}
.BgClassName
{
background-color: #E57BCA;
}
</style>
border-color css
<style>
span { border-color: #E57BCA; }
span { border-color: rgb(229,123,202); }
td.TdClassName
{
border-color: #E57BCA;
}
.TagClassName
{
border-color: #E57BCA;
}
</style>