Shades of Orchid #E36BCD
Tints of Orchid #E36BCD
RGB
CMYK
RGB Variations
Color information
#E36BCD (or 0xE36BCD) is known color: Orchid. HEX triplet: E3, 6B and CD. RGB value is (227,107,205). Sum of RGB (Red+Green+Blue) = 227+107+205=539 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.12% from 539); Green value is 107 (42.19% from 255 or 19.85% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 227 - color contains mainly: red. Hex color #E36BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36BCD is #1C9432. Grayscale: #999999. Windows color (decimal): -1872947 or 13462499. OLE color: 13462499.
HSL color Cylindrical-coordinate representation of color #E36BCD: hue angle of 311º 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 #E36BCD is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 107 | 205 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.11 |
| HSL | 311º | 0.68% | 0.65% | - |
| HSV(B) | 311º | 0.53% | 0.89% | - |
| XYZ | 47.96 | 31.25 | 61.26 | - |
| YUV | 154.05 | 156.76 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 107 | 205 | 0 | 0.53 | 0.10 | 0.11 | 311 | 0.68 | 0.65 |
| Hex | E3 | 6B | CD | 0 | 35 | A | B | 137 | 44 | 41 |
| Octal | 343 | 153 | 315 | 0 | 65 | 12 | 13 | 467 | 104 | 101 |
| Binary | 11100011 | 1101011 | 11001101 | 0 | 110101 | 1010 | 1011 | 100110111 | 1000100 | 1000001 |
Color Harmonies of #E36BCD
Complementary color
Monochromatic Colors of #E36BCD
Black with #E36BCD
Text Example
Text Example
White with #E36BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36BCD; }
p { color: rgb(227,107,205); }
H1.HeaderClassName
{
color: #E36BCD;
}
.AnyTagClassName
{
color: #E36BCD;
}
</style>
background-color css
<style>
a { background-color: #E36BCD; }
a { background-color: rgb(227,107,205); }
div.DivClassName
{
background-color: #E36BCD;
}
.BgClassName
{
background-color: #E36BCD;
}
</style>
border-color css
<style>
span { border-color: #E36BCD; }
span { border-color: rgb(227,107,205); }
td.TdClassName
{
border-color: #E36BCD;
}
.TagClassName
{
border-color: #E36BCD;
}
</style>