Shades of Orchid #E36CCE
Tints of Orchid #E36CCE
RGB
CMYK
RGB Variations
Color information
#E36CCE (or 0xE36CCE) is known color: Orchid. HEX triplet: E3, 6C and CE. RGB value is (227,108,206). Sum of RGB (Red+Green+Blue) = 227+108+206=541 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.96% from 541); Green value is 108 (42.58% from 255 or 19.96% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 227 - color contains mainly: red. Hex color #E36CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36CCE is #1C9331. Grayscale: #9A9A9A. Windows color (decimal): -1872690 or 13528291. OLE color: 13528291.
HSL color Cylindrical-coordinate representation of color #E36CCE: hue angle of 310.59º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E36CCE is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 108 | 206 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.11 |
| HSL | 310.59º | 0.68% | 0.66% | - |
| HSV(B) | 310.59º | 0.52% | 0.89% | - |
| XYZ | 48.18 | 31.51 | 61.94 | - |
| YUV | 154.75 | 156.92 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 108 | 206 | 0 | 0.52 | 0.09 | 0.11 | 310.59 | 0.68 | 0.66 |
| Hex | E3 | 6C | CE | 0 | 34 | 9 | B | 137 | 44 | 42 |
| Octal | 343 | 154 | 316 | 0 | 64 | 11 | 13 | 467 | 104 | 102 |
| Binary | 11100011 | 1101100 | 11001110 | 0 | 110100 | 1001 | 1011 | 100110111 | 1000100 | 1000010 |
Color Harmonies of #E36CCE
Complementary color
Monochromatic Colors of #E36CCE
Black with #E36CCE
Text Example
Text Example
White with #E36CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36CCE; }
p { color: rgb(227,108,206); }
H1.HeaderClassName
{
color: #E36CCE;
}
.AnyTagClassName
{
color: #E36CCE;
}
</style>
background-color css
<style>
a { background-color: #E36CCE; }
a { background-color: rgb(227,108,206); }
div.DivClassName
{
background-color: #E36CCE;
}
.BgClassName
{
background-color: #E36CCE;
}
</style>
border-color css
<style>
span { border-color: #E36CCE; }
span { border-color: rgb(227,108,206); }
td.TdClassName
{
border-color: #E36CCE;
}
.TagClassName
{
border-color: #E36CCE;
}
</style>