Shades of Orchid #E36ADF
Tints of Orchid #E36ADF
RGB
CMYK
RGB Variations
Color information
#E36ADF (or 0xE36ADF) is known color: Orchid. HEX triplet: E3, 6A and DF. RGB value is (227,106,223). Sum of RGB (Red+Green+Blue) = 227+106+223=556 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.83% from 556); Green value is 106 (41.80% from 255 or 19.06% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 227 - color contains mainly: red. Hex color #E36ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36ADF is #1C9520. Grayscale: #9B9B9B. Windows color (decimal): -1873185 or 14641891. OLE color: 14641891.
HSL color Cylindrical-coordinate representation of color #E36ADF: hue angle of 301.98º 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 #E36ADF is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 106 | 223 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.11 |
| HSL | 301.98º | 0.68% | 0.65% | - |
| HSV(B) | 301.98º | 0.53% | 0.89% | - |
| XYZ | 50.15 | 31.97 | 73.34 | - |
| YUV | 155.52 | 166.09 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 106 | 223 | 0 | 0.53 | 0.02 | 0.11 | 301.98 | 0.68 | 0.65 |
| Hex | E3 | 6A | DF | 0 | 35 | 2 | B | 12E | 44 | 41 |
| Octal | 343 | 152 | 337 | 0 | 65 | 2 | 13 | 456 | 104 | 101 |
| Binary | 11100011 | 1101010 | 11011111 | 0 | 110101 | 10 | 1011 | 100101110 | 1000100 | 1000001 |
Color Harmonies of #E36ADF
Complementary color
Monochromatic Colors of #E36ADF
Black with #E36ADF
Text Example
Text Example
White with #E36ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36ADF; }
p { color: rgb(227,106,223); }
H1.HeaderClassName
{
color: #E36ADF;
}
.AnyTagClassName
{
color: #E36ADF;
}
</style>
background-color css
<style>
a { background-color: #E36ADF; }
a { background-color: rgb(227,106,223); }
div.DivClassName
{
background-color: #E36ADF;
}
.BgClassName
{
background-color: #E36ADF;
}
</style>
border-color css
<style>
span { border-color: #E36ADF; }
span { border-color: rgb(227,106,223); }
td.TdClassName
{
border-color: #E36ADF;
}
.TagClassName
{
border-color: #E36ADF;
}
</style>