Shades of Orchid #E36CDA
Tints of Orchid #E36CDA
RGB
CMYK
RGB Variations
Color information
#E36CDA (or 0xE36CDA) is known color: Orchid. HEX triplet: E3, 6C and DA. RGB value is (227,108,218). Sum of RGB (Red+Green+Blue) = 227+108+218=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 108 (42.58% from 255 or 19.53% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 227 - color contains mainly: red. Hex color #E36CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36CDA is #1C9325. Grayscale: #9B9B9B. Windows color (decimal): -1872678 or 14314723. OLE color: 14314723.
HSL color Cylindrical-coordinate representation of color #E36CDA: hue angle of 304.54º 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 #E36CDA is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 108 | 218 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.11 |
| HSL | 304.54º | 0.68% | 0.66% | - |
| HSV(B) | 304.54º | 0.52% | 0.89% | - |
| XYZ | 49.7 | 32.12 | 69.91 | - |
| YUV | 156.12 | 162.92 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 108 | 218 | 0 | 0.52 | 0.04 | 0.11 | 304.54 | 0.68 | 0.66 |
| Hex | E3 | 6C | DA | 0 | 34 | 4 | B | 131 | 44 | 42 |
| Octal | 343 | 154 | 332 | 0 | 64 | 4 | 13 | 461 | 104 | 102 |
| Binary | 11100011 | 1101100 | 11011010 | 0 | 110100 | 100 | 1011 | 100110001 | 1000100 | 1000010 |
Color Harmonies of #E36CDA
Complementary color
Monochromatic Colors of #E36CDA
Black with #E36CDA
Text Example
Text Example
White with #E36CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36CDA; }
p { color: rgb(227,108,218); }
H1.HeaderClassName
{
color: #E36CDA;
}
.AnyTagClassName
{
color: #E36CDA;
}
</style>
background-color css
<style>
a { background-color: #E36CDA; }
a { background-color: rgb(227,108,218); }
div.DivClassName
{
background-color: #E36CDA;
}
.BgClassName
{
background-color: #E36CDA;
}
</style>
border-color css
<style>
span { border-color: #E36CDA; }
span { border-color: rgb(227,108,218); }
td.TdClassName
{
border-color: #E36CDA;
}
.TagClassName
{
border-color: #E36CDA;
}
</style>