Shades of Orchid #E36BCE
Tints of Orchid #E36BCE
RGB
CMYK
RGB Variations
Color information
#E36BCE (or 0xE36BCE) is known color: Orchid. HEX triplet: E3, 6B and CE. RGB value is (227,107,206). Sum of RGB (Red+Green+Blue) = 227+107+206=540 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.04% from 540); Green value is 107 (42.19% from 255 or 19.81% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 227 - color contains mainly: red. Hex color #E36BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36BCE is #1C9431. Grayscale: #999999. Windows color (decimal): -1872946 or 13528035. OLE color: 13528035.
HSL color Cylindrical-coordinate representation of color #E36BCE: hue angle of 310.5º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E36BCE is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 107 | 206 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.11 |
| HSL | 310.5º | 0.68% | 0.65% | - |
| HSV(B) | 310.5º | 0.53% | 0.89% | - |
| XYZ | 48.08 | 31.3 | 61.9 | - |
| YUV | 154.17 | 157.26 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 107 | 206 | 0 | 0.53 | 0.09 | 0.11 | 310.5 | 0.68 | 0.65 |
| Hex | E3 | 6B | CE | 0 | 35 | 9 | B | 136 | 44 | 41 |
| Octal | 343 | 153 | 316 | 0 | 65 | 11 | 13 | 466 | 104 | 101 |
| Binary | 11100011 | 1101011 | 11001110 | 0 | 110101 | 1001 | 1011 | 100110110 | 1000100 | 1000001 |
Color Harmonies of #E36BCE
Complementary color
Monochromatic Colors of #E36BCE
Black with #E36BCE
Text Example
Text Example
White with #E36BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36BCE; }
p { color: rgb(227,107,206); }
H1.HeaderClassName
{
color: #E36BCE;
}
.AnyTagClassName
{
color: #E36BCE;
}
</style>
background-color css
<style>
a { background-color: #E36BCE; }
a { background-color: rgb(227,107,206); }
div.DivClassName
{
background-color: #E36BCE;
}
.BgClassName
{
background-color: #E36BCE;
}
</style>
border-color css
<style>
span { border-color: #E36BCE; }
span { border-color: rgb(227,107,206); }
td.TdClassName
{
border-color: #E36BCE;
}
.TagClassName
{
border-color: #E36BCE;
}
</style>