Shades of Orchid #E56BCB
Tints of Orchid #E56BCB
RGB
CMYK
RGB Variations
Color information
#E56BCB (or 0xE56BCB) is known color: Orchid. HEX triplet: E5, 6B and CB. RGB value is (229,107,203). Sum of RGB (Red+Green+Blue) = 229+107+203=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 107 (42.19% from 255 or 19.85% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E56BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56BCB is #1A9434. Grayscale: #9A9A9A. Windows color (decimal): -1741877 or 13331429. OLE color: 13331429.
HSL color Cylindrical-coordinate representation of color #E56BCB: hue angle of 312.79º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E56BCB is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 107 | 203 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.10 |
| HSL | 312.79º | 0.7% | 0.66% | - |
| HSV(B) | 312.79º | 0.53% | 0.9% | - |
| XYZ | 48.35 | 31.49 | 60.03 | - |
| YUV | 154.42 | 155.42 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 107 | 203 | 0 | 0.53 | 0.11 | 0.10 | 312.79 | 0.7 | 0.66 |
| Hex | E5 | 6B | CB | 0 | 35 | B | A | 139 | 46 | 42 |
| Octal | 345 | 153 | 313 | 0 | 65 | 13 | 12 | 471 | 106 | 102 |
| Binary | 11100101 | 1101011 | 11001011 | 0 | 110101 | 1011 | 1010 | 100111001 | 1000110 | 1000010 |
Color Harmonies of #E56BCB
Complementary color
Monochromatic Colors of #E56BCB
Black with #E56BCB
Text Example
Text Example
White with #E56BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56BCB; }
p { color: rgb(229,107,203); }
H1.HeaderClassName
{
color: #E56BCB;
}
.AnyTagClassName
{
color: #E56BCB;
}
</style>
background-color css
<style>
a { background-color: #E56BCB; }
a { background-color: rgb(229,107,203); }
div.DivClassName
{
background-color: #E56BCB;
}
.BgClassName
{
background-color: #E56BCB;
}
</style>
border-color css
<style>
span { border-color: #E56BCB; }
span { border-color: rgb(229,107,203); }
td.TdClassName
{
border-color: #E56BCB;
}
.TagClassName
{
border-color: #E56BCB;
}
</style>