Shades of Orchid #E36EC3
Tints of Orchid #E36EC3
RGB
CMYK
RGB Variations
Color information
#E36EC3 (or 0xE36EC3) is known color: Orchid. HEX triplet: E3, 6E and C3. RGB value is (227,110,195). Sum of RGB (Red+Green+Blue) = 227+110+195=532 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.67% from 532); Green value is 110 (43.36% from 255 or 20.68% from 532); Blue value is 195 (76.56% from 255 or 36.65% from 532); Max value from RGB is 227 - color contains mainly: red. Hex color #E36EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36EC3 is #1C913C. Grayscale: #9A9A9A. Windows color (decimal): -1872189 or 12807907. OLE color: 12807907.
HSL color Cylindrical-coordinate representation of color #E36EC3: hue angle of 316.41º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E36EC3 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 110 | 195 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.11 |
| HSL | 316.41º | 0.68% | 0.66% | - |
| HSV(B) | 316.41º | 0.52% | 0.89% | - |
| XYZ | 47.1 | 31.42 | 55.21 | - |
| YUV | 154.67 | 150.76 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 110 | 195 | 0 | 0.52 | 0.14 | 0.11 | 316.41 | 0.68 | 0.66 |
| Hex | E3 | 6E | C3 | 0 | 34 | E | B | 13C | 44 | 42 |
| Octal | 343 | 156 | 303 | 0 | 64 | 16 | 13 | 474 | 104 | 102 |
| Binary | 11100011 | 1101110 | 11000011 | 0 | 110100 | 1110 | 1011 | 100111100 | 1000100 | 1000010 |
Color Harmonies of #E36EC3
Complementary color
Monochromatic Colors of #E36EC3
Black with #E36EC3
Text Example
Text Example
White with #E36EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36EC3; }
p { color: rgb(227,110,195); }
H1.HeaderClassName
{
color: #E36EC3;
}
.AnyTagClassName
{
color: #E36EC3;
}
</style>
background-color css
<style>
a { background-color: #E36EC3; }
a { background-color: rgb(227,110,195); }
div.DivClassName
{
background-color: #E36EC3;
}
.BgClassName
{
background-color: #E36EC3;
}
</style>
border-color css
<style>
span { border-color: #E36EC3; }
span { border-color: rgb(227,110,195); }
td.TdClassName
{
border-color: #E36EC3;
}
.TagClassName
{
border-color: #E36EC3;
}
</style>