Shades of Orchid #E36DEA
Tints of Orchid #E36DEA
RGB
CMYK
RGB Variations
Color information
#E36DEA (or 0xE36DEA) is known color: Orchid. HEX triplet: E3, 6D and EA. RGB value is (227,109,234). Sum of RGB (Red+Green+Blue) = 227+109+234=570 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.82% from 570); Green value is 109 (42.97% from 255 or 19.12% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #E36DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E36DEA is #1C9215. Grayscale: #9E9E9E. Windows color (decimal): -1872406 or 15363555. OLE color: 15363555.
HSL color Cylindrical-coordinate representation of color #E36DEA: hue angle of 296.64º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E36DEA is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 109 | 234 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.08 |
| HSL | 296.64º | 0.75% | 0.67% | - |
| HSV(B) | 296.64º | 0.53% | 0.92% | - |
| XYZ | 52 | 33.21 | 81.51 | - |
| YUV | 158.53 | 170.59 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 109 | 234 | 0.03 | 0.53 | 0 | 0.08 | 296.64 | 0.75 | 0.67 |
| Hex | E3 | 6D | EA | 3 | 35 | 0 | 8 | 129 | 4B | 43 |
| Octal | 343 | 155 | 352 | 3 | 65 | 0 | 10 | 451 | 113 | 103 |
| Binary | 11100011 | 1101101 | 11101010 | 11 | 110101 | 0 | 1000 | 100101001 | 1001011 | 1000011 |
Color Harmonies of #E36DEA
Complementary color
Monochromatic Colors of #E36DEA
Black with #E36DEA
Text Example
Text Example
White with #E36DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36DEA; }
p { color: rgb(227,109,234); }
H1.HeaderClassName
{
color: #E36DEA;
}
.AnyTagClassName
{
color: #E36DEA;
}
</style>
background-color css
<style>
a { background-color: #E36DEA; }
a { background-color: rgb(227,109,234); }
div.DivClassName
{
background-color: #E36DEA;
}
.BgClassName
{
background-color: #E36DEA;
}
</style>
border-color css
<style>
span { border-color: #E36DEA; }
span { border-color: rgb(227,109,234); }
td.TdClassName
{
border-color: #E36DEA;
}
.TagClassName
{
border-color: #E36DEA;
}
</style>