Shades of Orchid #E56BCE
Tints of Orchid #E56BCE
RGB
CMYK
RGB Variations
Color information
#E56BCE (or 0xE56BCE) is known color: Orchid. HEX triplet: E5, 6B and CE. RGB value is (229,107,206). Sum of RGB (Red+Green+Blue) = 229+107+206=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 107 (42.19% from 255 or 19.74% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 229 - color contains mainly: red. Hex color #E56BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56BCE is #1A9431. Grayscale: #9A9A9A. Windows color (decimal): -1741874 or 13528037. OLE color: 13528037.
HSL color Cylindrical-coordinate representation of color #E56BCE: hue angle of 311.31º 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 #E56BCE is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 107 | 206 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.10 |
| HSL | 311.31º | 0.7% | 0.66% | - |
| HSV(B) | 311.31º | 0.53% | 0.9% | - |
| XYZ | 48.71 | 31.63 | 61.93 | - |
| YUV | 154.76 | 156.92 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 107 | 206 | 0 | 0.53 | 0.10 | 0.10 | 311.31 | 0.7 | 0.66 |
| Hex | E5 | 6B | CE | 0 | 35 | A | A | 137 | 46 | 42 |
| Octal | 345 | 153 | 316 | 0 | 65 | 12 | 12 | 467 | 106 | 102 |
| Binary | 11100101 | 1101011 | 11001110 | 0 | 110101 | 1010 | 1010 | 100110111 | 1000110 | 1000010 |
Color Harmonies of #E56BCE
Complementary color
Monochromatic Colors of #E56BCE
Black with #E56BCE
Text Example
Text Example
White with #E56BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56BCE; }
p { color: rgb(229,107,206); }
H1.HeaderClassName
{
color: #E56BCE;
}
.AnyTagClassName
{
color: #E56BCE;
}
</style>
background-color css
<style>
a { background-color: #E56BCE; }
a { background-color: rgb(229,107,206); }
div.DivClassName
{
background-color: #E56BCE;
}
.BgClassName
{
background-color: #E56BCE;
}
</style>
border-color css
<style>
span { border-color: #E56BCE; }
span { border-color: rgb(229,107,206); }
td.TdClassName
{
border-color: #E56BCE;
}
.TagClassName
{
border-color: #E56BCE;
}
</style>