Shades of Orchid #E56BE9
Tints of Orchid #E56BE9
RGB
CMYK
RGB Variations
Color information
#E56BE9 (or 0xE56BE9) is known color: Orchid. HEX triplet: E5, 6B and E9. RGB value is (229,107,233). Sum of RGB (Red+Green+Blue) = 229+107+233=569 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.25% from 569); Green value is 107 (42.19% from 255 or 18.80% from 569); Blue value is 233 (91.41% from 255 or 40.95% from 569); Max value from RGB is 233 - color contains mainly: blue. Hex color #E56BE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E56BE9 is #1A9416. Grayscale: #9D9D9D. Windows color (decimal): -1741847 or 15297509. OLE color: 15297509.
HSL color Cylindrical-coordinate representation of color #E56BE9: hue angle of 298.1º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E56BE9 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 107 | 233 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.09 |
| HSL | 298.1º | 0.74% | 0.67% | - |
| HSV(B) | 298.1º | 0.54% | 0.91% | - |
| XYZ | 52.28 | 33.06 | 80.72 | - |
| YUV | 157.84 | 170.42 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 107 | 233 | 0.02 | 0.54 | 0 | 0.09 | 298.1 | 0.74 | 0.67 |
| Hex | E5 | 6B | E9 | 2 | 36 | 0 | 9 | 12A | 4A | 43 |
| Octal | 345 | 153 | 351 | 2 | 66 | 0 | 11 | 452 | 112 | 103 |
| Binary | 11100101 | 1101011 | 11101001 | 10 | 110110 | 0 | 1001 | 100101010 | 1001010 | 1000011 |
Color Harmonies of #E56BE9
Complementary color
Monochromatic Colors of #E56BE9
Black with #E56BE9
Text Example
Text Example
White with #E56BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56BE9; }
p { color: rgb(229,107,233); }
H1.HeaderClassName
{
color: #E56BE9;
}
.AnyTagClassName
{
color: #E56BE9;
}
</style>
background-color css
<style>
a { background-color: #E56BE9; }
a { background-color: rgb(229,107,233); }
div.DivClassName
{
background-color: #E56BE9;
}
.BgClassName
{
background-color: #E56BE9;
}
</style>
border-color css
<style>
span { border-color: #E56BE9; }
span { border-color: rgb(229,107,233); }
td.TdClassName
{
border-color: #E56BE9;
}
.TagClassName
{
border-color: #E56BE9;
}
</style>