Shades of Orchid #E36BDA
Tints of Orchid #E36BDA
RGB
CMYK
RGB Variations
Color information
#E36BDA (or 0xE36BDA) is known color: Orchid. HEX triplet: E3, 6B and DA. RGB value is (227,107,218). Sum of RGB (Red+Green+Blue) = 227+107+218=552 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.12% from 552); Green value is 107 (42.19% from 255 or 19.38% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 227 - color contains mainly: red. Hex color #E36BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36BDA is #1C9425. Grayscale: #9B9B9B. Windows color (decimal): -1872934 or 14314467. OLE color: 14314467.
HSL color Cylindrical-coordinate representation of color #E36BDA: hue angle of 304.5º 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 #E36BDA is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 107 | 218 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.11 |
| HSL | 304.5º | 0.68% | 0.65% | - |
| HSV(B) | 304.5º | 0.53% | 0.89% | - |
| XYZ | 49.59 | 31.91 | 69.87 | - |
| YUV | 155.53 | 163.26 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 107 | 218 | 0 | 0.53 | 0.04 | 0.11 | 304.5 | 0.68 | 0.65 |
| Hex | E3 | 6B | DA | 0 | 35 | 4 | B | 130 | 44 | 41 |
| Octal | 343 | 153 | 332 | 0 | 65 | 4 | 13 | 460 | 104 | 101 |
| Binary | 11100011 | 1101011 | 11011010 | 0 | 110101 | 100 | 1011 | 100110000 | 1000100 | 1000001 |
Color Harmonies of #E36BDA
Complementary color
Monochromatic Colors of #E36BDA
Black with #E36BDA
Text Example
Text Example
White with #E36BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36BDA; }
p { color: rgb(227,107,218); }
H1.HeaderClassName
{
color: #E36BDA;
}
.AnyTagClassName
{
color: #E36BDA;
}
</style>
background-color css
<style>
a { background-color: #E36BDA; }
a { background-color: rgb(227,107,218); }
div.DivClassName
{
background-color: #E36BDA;
}
.BgClassName
{
background-color: #E36BDA;
}
</style>
border-color css
<style>
span { border-color: #E36BDA; }
span { border-color: rgb(227,107,218); }
td.TdClassName
{
border-color: #E36BDA;
}
.TagClassName
{
border-color: #E36BDA;
}
</style>