Shades of Orchid #E36CCF
Tints of Orchid #E36CCF
RGB
CMYK
RGB Variations
Color information
#E36CCF (or 0xE36CCF) is known color: Orchid. HEX triplet: E3, 6C and CF. RGB value is (227,108,207). Sum of RGB (Red+Green+Blue) = 227+108+207=542 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.88% from 542); Green value is 108 (42.58% from 255 or 19.93% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 227 - color contains mainly: red. Hex color #E36CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36CCF is #1C9330. Grayscale: #9A9A9A. Windows color (decimal): -1872689 or 13593827. OLE color: 13593827.
HSL color Cylindrical-coordinate representation of color #E36CCF: hue angle of 310.08º 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 #E36CCF is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 108 | 207 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.11 |
| HSL | 310.08º | 0.68% | 0.66% | - |
| HSV(B) | 310.08º | 0.52% | 0.89% | - |
| XYZ | 48.3 | 31.56 | 62.58 | - |
| YUV | 154.87 | 157.42 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 108 | 207 | 0 | 0.52 | 0.09 | 0.11 | 310.08 | 0.68 | 0.66 |
| Hex | E3 | 6C | CF | 0 | 34 | 9 | B | 136 | 44 | 42 |
| Octal | 343 | 154 | 317 | 0 | 64 | 11 | 13 | 466 | 104 | 102 |
| Binary | 11100011 | 1101100 | 11001111 | 0 | 110100 | 1001 | 1011 | 100110110 | 1000100 | 1000010 |
Color Harmonies of #E36CCF
Complementary color
Monochromatic Colors of #E36CCF
Black with #E36CCF
Text Example
Text Example
White with #E36CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36CCF; }
p { color: rgb(227,108,207); }
H1.HeaderClassName
{
color: #E36CCF;
}
.AnyTagClassName
{
color: #E36CCF;
}
</style>
background-color css
<style>
a { background-color: #E36CCF; }
a { background-color: rgb(227,108,207); }
div.DivClassName
{
background-color: #E36CCF;
}
.BgClassName
{
background-color: #E36CCF;
}
</style>
border-color css
<style>
span { border-color: #E36CCF; }
span { border-color: rgb(227,108,207); }
td.TdClassName
{
border-color: #E36CCF;
}
.TagClassName
{
border-color: #E36CCF;
}
</style>