Shades of Orchid #E36AD0
Tints of Orchid #E36AD0
RGB
CMYK
RGB Variations
Color information
#E36AD0 (or 0xE36AD0) is known color: Orchid. HEX triplet: E3, 6A and D0. RGB value is (227,106,208). Sum of RGB (Red+Green+Blue) = 227+106+208=541 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.96% from 541); Green value is 106 (41.80% from 255 or 19.59% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 227 - color contains mainly: red. Hex color #E36AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36AD0 is #1C952F. Grayscale: #999999. Windows color (decimal): -1873200 or 13658851. OLE color: 13658851.
HSL color Cylindrical-coordinate representation of color #E36AD0: hue angle of 309.42º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E36AD0 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 106 | 208 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.11 |
| HSL | 309.42º | 0.68% | 0.65% | - |
| HSV(B) | 309.42º | 0.53% | 0.89% | - |
| XYZ | 48.22 | 31.19 | 63.15 | - |
| YUV | 153.81 | 158.59 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 106 | 208 | 0 | 0.53 | 0.08 | 0.11 | 309.42 | 0.68 | 0.65 |
| Hex | E3 | 6A | D0 | 0 | 35 | 8 | B | 135 | 44 | 41 |
| Octal | 343 | 152 | 320 | 0 | 65 | 10 | 13 | 465 | 104 | 101 |
| Binary | 11100011 | 1101010 | 11010000 | 0 | 110101 | 1000 | 1011 | 100110101 | 1000100 | 1000001 |
Color Harmonies of #E36AD0
Complementary color
Monochromatic Colors of #E36AD0
Black with #E36AD0
Text Example
Text Example
White with #E36AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36AD0; }
p { color: rgb(227,106,208); }
H1.HeaderClassName
{
color: #E36AD0;
}
.AnyTagClassName
{
color: #E36AD0;
}
</style>
background-color css
<style>
a { background-color: #E36AD0; }
a { background-color: rgb(227,106,208); }
div.DivClassName
{
background-color: #E36AD0;
}
.BgClassName
{
background-color: #E36AD0;
}
</style>
border-color css
<style>
span { border-color: #E36AD0; }
span { border-color: rgb(227,106,208); }
td.TdClassName
{
border-color: #E36AD0;
}
.TagClassName
{
border-color: #E36AD0;
}
</style>