Shades of Orchid #E36CEA
Tints of Orchid #E36CEA
RGB
CMYK
RGB Variations
Color information
#E36CEA (or 0xE36CEA) is known color: Orchid. HEX triplet: E3, 6C and EA. RGB value is (227,108,234). Sum of RGB (Red+Green+Blue) = 227+108+234=569 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.89% from 569); Green value is 108 (42.58% from 255 or 18.98% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #E36CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E36CEA is #1C9315. Grayscale: #9D9D9D. Windows color (decimal): -1872662 or 15363299. OLE color: 15363299.
HSL color Cylindrical-coordinate representation of color #E36CEA: hue angle of 296.67º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E36CEA is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 108 | 234 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.08 |
| HSL | 296.67º | 0.75% | 0.67% | - |
| HSV(B) | 296.67º | 0.54% | 0.92% | - |
| XYZ | 51.89 | 33 | 81.48 | - |
| YUV | 157.95 | 170.92 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 108 | 234 | 0.03 | 0.54 | 0 | 0.08 | 296.67 | 0.75 | 0.67 |
| Hex | E3 | 6C | EA | 3 | 36 | 0 | 8 | 129 | 4B | 43 |
| Octal | 343 | 154 | 352 | 3 | 66 | 0 | 10 | 451 | 113 | 103 |
| Binary | 11100011 | 1101100 | 11101010 | 11 | 110110 | 0 | 1000 | 100101001 | 1001011 | 1000011 |
Color Harmonies of #E36CEA
Complementary color
Monochromatic Colors of #E36CEA
Black with #E36CEA
Text Example
Text Example
White with #E36CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36CEA; }
p { color: rgb(227,108,234); }
H1.HeaderClassName
{
color: #E36CEA;
}
.AnyTagClassName
{
color: #E36CEA;
}
</style>
background-color css
<style>
a { background-color: #E36CEA; }
a { background-color: rgb(227,108,234); }
div.DivClassName
{
background-color: #E36CEA;
}
.BgClassName
{
background-color: #E36CEA;
}
</style>
border-color css
<style>
span { border-color: #E36CEA; }
span { border-color: rgb(227,108,234); }
td.TdClassName
{
border-color: #E36CEA;
}
.TagClassName
{
border-color: #E36CEA;
}
</style>