Shades of Orchid #E56FCB
Tints of Orchid #E56FCB
RGB
CMYK
RGB Variations
Color information
#E56FCB (or 0xE56FCB) is known color: Orchid. HEX triplet: E5, 6F and CB. RGB value is (229,111,203). Sum of RGB (Red+Green+Blue) = 229+111+203=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 111 (43.75% from 255 or 20.44% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 229 - color contains mainly: red. Hex color #E56FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56FCB is #1A9034. Grayscale: #9C9C9C. Windows color (decimal): -1740853 or 13332453. OLE color: 13332453.
HSL color Cylindrical-coordinate representation of color #E56FCB: hue angle of 313.22º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E56FCB is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 111 | 203 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.10 |
| HSL | 313.22º | 0.69% | 0.67% | - |
| HSV(B) | 313.22º | 0.52% | 0.9% | - |
| XYZ | 48.78 | 32.34 | 60.17 | - |
| YUV | 156.77 | 154.09 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 111 | 203 | 0 | 0.52 | 0.11 | 0.10 | 313.22 | 0.69 | 0.67 |
| Hex | E5 | 6F | CB | 0 | 34 | B | A | 139 | 45 | 43 |
| Octal | 345 | 157 | 313 | 0 | 64 | 13 | 12 | 471 | 105 | 103 |
| Binary | 11100101 | 1101111 | 11001011 | 0 | 110100 | 1011 | 1010 | 100111001 | 1000101 | 1000011 |
Color Harmonies of #E56FCB
Complementary color
Monochromatic Colors of #E56FCB
Black with #E56FCB
Text Example
Text Example
White with #E56FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56FCB; }
p { color: rgb(229,111,203); }
H1.HeaderClassName
{
color: #E56FCB;
}
.AnyTagClassName
{
color: #E56FCB;
}
</style>
background-color css
<style>
a { background-color: #E56FCB; }
a { background-color: rgb(229,111,203); }
div.DivClassName
{
background-color: #E56FCB;
}
.BgClassName
{
background-color: #E56FCB;
}
</style>
border-color css
<style>
span { border-color: #E56FCB; }
span { border-color: rgb(229,111,203); }
td.TdClassName
{
border-color: #E56FCB;
}
.TagClassName
{
border-color: #E56FCB;
}
</style>