Shades of Orchid #E36AD7
Tints of Orchid #E36AD7
RGB
CMYK
RGB Variations
Color information
#E36AD7 (or 0xE36AD7) is known color: Orchid. HEX triplet: E3, 6A and D7. RGB value is (227,106,215). Sum of RGB (Red+Green+Blue) = 227+106+215=548 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.42% from 548); Green value is 106 (41.80% from 255 or 19.34% from 548); Blue value is 215 (84.38% from 255 or 39.23% from 548); Max value from RGB is 227 - color contains mainly: red. Hex color #E36AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36AD7 is #1C9528. Grayscale: #9A9A9A. Windows color (decimal): -1873193 or 14117603. OLE color: 14117603.
HSL color Cylindrical-coordinate representation of color #E36AD7: hue angle of 305.95º 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 #E36AD7 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 106 | 215 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.11 |
| HSL | 305.95º | 0.68% | 0.65% | - |
| HSV(B) | 305.95º | 0.53% | 0.89% | - |
| XYZ | 49.1 | 31.55 | 67.79 | - |
| YUV | 154.61 | 162.09 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 106 | 215 | 0 | 0.53 | 0.05 | 0.11 | 305.95 | 0.68 | 0.65 |
| Hex | E3 | 6A | D7 | 0 | 35 | 5 | B | 132 | 44 | 41 |
| Octal | 343 | 152 | 327 | 0 | 65 | 5 | 13 | 462 | 104 | 101 |
| Binary | 11100011 | 1101010 | 11010111 | 0 | 110101 | 101 | 1011 | 100110010 | 1000100 | 1000001 |
Color Harmonies of #E36AD7
Complementary color
Monochromatic Colors of #E36AD7
Black with #E36AD7
Text Example
Text Example
White with #E36AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36AD7; }
p { color: rgb(227,106,215); }
H1.HeaderClassName
{
color: #E36AD7;
}
.AnyTagClassName
{
color: #E36AD7;
}
</style>
background-color css
<style>
a { background-color: #E36AD7; }
a { background-color: rgb(227,106,215); }
div.DivClassName
{
background-color: #E36AD7;
}
.BgClassName
{
background-color: #E36AD7;
}
</style>
border-color css
<style>
span { border-color: #E36AD7; }
span { border-color: rgb(227,106,215); }
td.TdClassName
{
border-color: #E36AD7;
}
.TagClassName
{
border-color: #E36AD7;
}
</style>