Shades of Orchid #E36DD6
Tints of Orchid #E36DD6
RGB
CMYK
RGB Variations
Color information
#E36DD6 (or 0xE36DD6) is known color: Orchid. HEX triplet: E3, 6D and D6. RGB value is (227,109,214). Sum of RGB (Red+Green+Blue) = 227+109+214=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 109 (42.97% from 255 or 19.82% from 550); Blue value is 214 (83.98% from 255 or 38.91% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E36DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36DD6 is #1C9229. Grayscale: #9B9B9B. Windows color (decimal): -1872426 or 14052835. OLE color: 14052835.
HSL color Cylindrical-coordinate representation of color #E36DD6: hue angle of 306.61º 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 #E36DD6 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 109 | 214 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.11 |
| HSL | 306.61º | 0.68% | 0.66% | - |
| HSV(B) | 306.61º | 0.52% | 0.89% | - |
| XYZ | 49.28 | 32.12 | 67.22 | - |
| YUV | 156.25 | 160.59 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 109 | 214 | 0 | 0.52 | 0.06 | 0.11 | 306.61 | 0.68 | 0.66 |
| Hex | E3 | 6D | D6 | 0 | 34 | 6 | B | 133 | 44 | 42 |
| Octal | 343 | 155 | 326 | 0 | 64 | 6 | 13 | 463 | 104 | 102 |
| Binary | 11100011 | 1101101 | 11010110 | 0 | 110100 | 110 | 1011 | 100110011 | 1000100 | 1000010 |
Color Harmonies of #E36DD6
Complementary color
Monochromatic Colors of #E36DD6
Black with #E36DD6
Text Example
Text Example
White with #E36DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36DD6; }
p { color: rgb(227,109,214); }
H1.HeaderClassName
{
color: #E36DD6;
}
.AnyTagClassName
{
color: #E36DD6;
}
</style>
background-color css
<style>
a { background-color: #E36DD6; }
a { background-color: rgb(227,109,214); }
div.DivClassName
{
background-color: #E36DD6;
}
.BgClassName
{
background-color: #E36DD6;
}
</style>
border-color css
<style>
span { border-color: #E36DD6; }
span { border-color: rgb(227,109,214); }
td.TdClassName
{
border-color: #E36DD6;
}
.TagClassName
{
border-color: #E36DD6;
}
</style>