Shades of Orchid #E36DD4
Tints of Orchid #E36DD4
RGB
CMYK
RGB Variations
Color information
#E36DD4 (or 0xE36DD4) is known color: Orchid. HEX triplet: E3, 6D and D4. RGB value is (227,109,212). Sum of RGB (Red+Green+Blue) = 227+109+212=548 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.42% from 548); Green value is 109 (42.97% from 255 or 19.89% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 227 - color contains mainly: red. Hex color #E36DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36DD4 is #1C922B. Grayscale: #9B9B9B. Windows color (decimal): -1872428 or 13921763. OLE color: 13921763.
HSL color Cylindrical-coordinate representation of color #E36DD4: hue angle of 307.63º 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 #E36DD4 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 109 | 212 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.11 |
| HSL | 307.63º | 0.68% | 0.66% | - |
| HSV(B) | 307.63º | 0.52% | 0.89% | - |
| XYZ | 49.03 | 32.02 | 65.88 | - |
| YUV | 156.02 | 159.59 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 109 | 212 | 0 | 0.52 | 0.07 | 0.11 | 307.63 | 0.68 | 0.66 |
| Hex | E3 | 6D | D4 | 0 | 34 | 7 | B | 134 | 44 | 42 |
| Octal | 343 | 155 | 324 | 0 | 64 | 7 | 13 | 464 | 104 | 102 |
| Binary | 11100011 | 1101101 | 11010100 | 0 | 110100 | 111 | 1011 | 100110100 | 1000100 | 1000010 |
Color Harmonies of #E36DD4
Complementary color
Monochromatic Colors of #E36DD4
Black with #E36DD4
Text Example
Text Example
White with #E36DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36DD4; }
p { color: rgb(227,109,212); }
H1.HeaderClassName
{
color: #E36DD4;
}
.AnyTagClassName
{
color: #E36DD4;
}
</style>
background-color css
<style>
a { background-color: #E36DD4; }
a { background-color: rgb(227,109,212); }
div.DivClassName
{
background-color: #E36DD4;
}
.BgClassName
{
background-color: #E36DD4;
}
</style>
border-color css
<style>
span { border-color: #E36DD4; }
span { border-color: rgb(227,109,212); }
td.TdClassName
{
border-color: #E36DD4;
}
.TagClassName
{
border-color: #E36DD4;
}
</style>