Shades of Orchid #E36CE6
Tints of Orchid #E36CE6
RGB
CMYK
RGB Variations
Color information
#E36CE6 (or 0xE36CE6) is known color: Orchid. HEX triplet: E3, 6C and E6. RGB value is (227,108,230). Sum of RGB (Red+Green+Blue) = 227+108+230=565 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.18% from 565); Green value is 108 (42.58% from 255 or 19.12% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 230 - color contains mainly: blue. Hex color #E36CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E36CE6 is #1C9319. Grayscale: #9D9D9D. Windows color (decimal): -1872666 or 15101155. OLE color: 15101155.
HSL color Cylindrical-coordinate representation of color #E36CE6: hue angle of 298.52º degrees, saturation: 0.71, 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 #E36CE6 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 108 | 230 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.10 |
| HSL | 298.52º | 0.71% | 0.66% | - |
| HSV(B) | 298.52º | 0.53% | 0.9% | - |
| XYZ | 51.32 | 32.77 | 78.48 | - |
| YUV | 157.49 | 168.92 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 108 | 230 | 0.01 | 0.53 | 0 | 0.10 | 298.52 | 0.71 | 0.66 |
| Hex | E3 | 6C | E6 | 1 | 35 | 0 | A | 12B | 47 | 42 |
| Octal | 343 | 154 | 346 | 1 | 65 | 0 | 12 | 453 | 107 | 102 |
| Binary | 11100011 | 1101100 | 11100110 | 1 | 110101 | 0 | 1010 | 100101011 | 1000111 | 1000010 |
Color Harmonies of #E36CE6
Complementary color
Monochromatic Colors of #E36CE6
Black with #E36CE6
Text Example
Text Example
White with #E36CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36CE6; }
p { color: rgb(227,108,230); }
H1.HeaderClassName
{
color: #E36CE6;
}
.AnyTagClassName
{
color: #E36CE6;
}
</style>
background-color css
<style>
a { background-color: #E36CE6; }
a { background-color: rgb(227,108,230); }
div.DivClassName
{
background-color: #E36CE6;
}
.BgClassName
{
background-color: #E36CE6;
}
</style>
border-color css
<style>
span { border-color: #E36CE6; }
span { border-color: rgb(227,108,230); }
td.TdClassName
{
border-color: #E36CE6;
}
.TagClassName
{
border-color: #E36CE6;
}
</style>