Shades of Orchid #E57BCB
Tints of Orchid #E57BCB
RGB
CMYK
RGB Variations
Color information
#E57BCB (or 0xE57BCB) is known color: Orchid. HEX triplet: E5, 7B and CB. RGB value is (229,123,203). Sum of RGB (Red+Green+Blue) = 229+123+203=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 123 (48.44% from 255 or 22.16% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E57BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57BCB is #1A8434. Grayscale: #A3A3A3. Windows color (decimal): -1737781 or 13335525. OLE color: 13335525.
HSL color Cylindrical-coordinate representation of color #E57BCB: hue angle of 314.72º 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 #E57BCB is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 123 | 203 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.10 |
| HSL | 314.72º | 0.67% | 0.69% | - |
| HSV(B) | 314.72º | 0.46% | 0.9% | - |
| XYZ | 50.18 | 35.14 | 60.64 | - |
| YUV | 163.81 | 150.12 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 123 | 203 | 0 | 0.46 | 0.11 | 0.10 | 314.72 | 0.67 | 0.69 |
| Hex | E5 | 7B | CB | 0 | 2E | B | A | 13B | 43 | 45 |
| Octal | 345 | 173 | 313 | 0 | 56 | 13 | 12 | 473 | 103 | 105 |
| Binary | 11100101 | 1111011 | 11001011 | 0 | 101110 | 1011 | 1010 | 100111011 | 1000011 | 1000101 |
Color Harmonies of #E57BCB
Complementary color
Monochromatic Colors of #E57BCB
Black with #E57BCB
Text Example
Text Example
White with #E57BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57BCB; }
p { color: rgb(229,123,203); }
H1.HeaderClassName
{
color: #E57BCB;
}
.AnyTagClassName
{
color: #E57BCB;
}
</style>
background-color css
<style>
a { background-color: #E57BCB; }
a { background-color: rgb(229,123,203); }
div.DivClassName
{
background-color: #E57BCB;
}
.BgClassName
{
background-color: #E57BCB;
}
</style>
border-color css
<style>
span { border-color: #E57BCB; }
span { border-color: rgb(229,123,203); }
td.TdClassName
{
border-color: #E57BCB;
}
.TagClassName
{
border-color: #E57BCB;
}
</style>