Shades of Orchid #E36BC7
Tints of Orchid #E36BC7
RGB
CMYK
RGB Variations
Color information
#E36BC7 (or 0xE36BC7) is known color: Orchid. HEX triplet: E3, 6B and C7. RGB value is (227,107,199). Sum of RGB (Red+Green+Blue) = 227+107+199=533 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.59% from 533); Green value is 107 (42.19% from 255 or 20.08% from 533); Blue value is 199 (78.12% from 255 or 37.34% from 533); Max value from RGB is 227 - color contains mainly: red. Hex color #E36BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36BC7 is #1C9438. Grayscale: #999999. Windows color (decimal): -1872953 or 13069283. OLE color: 13069283.
HSL color Cylindrical-coordinate representation of color #E36BC7: hue angle of 314º 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 #E36BC7 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 107 | 199 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.11 |
| HSL | 314º | 0.68% | 0.65% | - |
| HSV(B) | 314º | 0.53% | 0.89% | - |
| XYZ | 47.25 | 30.97 | 57.52 | - |
| YUV | 153.37 | 153.76 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 107 | 199 | 0 | 0.53 | 0.12 | 0.11 | 314 | 0.68 | 0.65 |
| Hex | E3 | 6B | C7 | 0 | 35 | C | B | 13A | 44 | 41 |
| Octal | 343 | 153 | 307 | 0 | 65 | 14 | 13 | 472 | 104 | 101 |
| Binary | 11100011 | 1101011 | 11000111 | 0 | 110101 | 1100 | 1011 | 100111010 | 1000100 | 1000001 |
Color Harmonies of #E36BC7
Complementary color
Monochromatic Colors of #E36BC7
Black with #E36BC7
Text Example
Text Example
White with #E36BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36BC7; }
p { color: rgb(227,107,199); }
H1.HeaderClassName
{
color: #E36BC7;
}
.AnyTagClassName
{
color: #E36BC7;
}
</style>
background-color css
<style>
a { background-color: #E36BC7; }
a { background-color: rgb(227,107,199); }
div.DivClassName
{
background-color: #E36BC7;
}
.BgClassName
{
background-color: #E36BC7;
}
</style>
border-color css
<style>
span { border-color: #E36BC7; }
span { border-color: rgb(227,107,199); }
td.TdClassName
{
border-color: #E36BC7;
}
.TagClassName
{
border-color: #E36BC7;
}
</style>