Shades of Orchid #E56BCA
Tints of Orchid #E56BCA
RGB
CMYK
RGB Variations
Color information
#E56BCA (or 0xE56BCA) is known color: Orchid. HEX triplet: E5, 6B and CA. RGB value is (229,107,202). Sum of RGB (Red+Green+Blue) = 229+107+202=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 107 (42.19% from 255 or 19.89% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E56BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56BCA is #1A9435. Grayscale: #9A9A9A. Windows color (decimal): -1741878 or 13265893. OLE color: 13265893.
HSL color Cylindrical-coordinate representation of color #E56BCA: hue angle of 313.28º 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 #E56BCA is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 107 | 202 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.10 |
| HSL | 313.28º | 0.7% | 0.66% | - |
| HSV(B) | 313.28º | 0.53% | 0.9% | - |
| XYZ | 48.23 | 31.44 | 59.4 | - |
| YUV | 154.31 | 154.92 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 107 | 202 | 0 | 0.53 | 0.12 | 0.10 | 313.28 | 0.7 | 0.66 |
| Hex | E5 | 6B | CA | 0 | 35 | C | A | 139 | 46 | 42 |
| Octal | 345 | 153 | 312 | 0 | 65 | 14 | 12 | 471 | 106 | 102 |
| Binary | 11100101 | 1101011 | 11001010 | 0 | 110101 | 1100 | 1010 | 100111001 | 1000110 | 1000010 |
Color Harmonies of #E56BCA
Complementary color
Monochromatic Colors of #E56BCA
Black with #E56BCA
Text Example
Text Example
White with #E56BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56BCA; }
p { color: rgb(229,107,202); }
H1.HeaderClassName
{
color: #E56BCA;
}
.AnyTagClassName
{
color: #E56BCA;
}
</style>
background-color css
<style>
a { background-color: #E56BCA; }
a { background-color: rgb(229,107,202); }
div.DivClassName
{
background-color: #E56BCA;
}
.BgClassName
{
background-color: #E56BCA;
}
</style>
border-color css
<style>
span { border-color: #E56BCA; }
span { border-color: rgb(229,107,202); }
td.TdClassName
{
border-color: #E56BCA;
}
.TagClassName
{
border-color: #E56BCA;
}
</style>