Shades of Orchid #E36FCC
Tints of Orchid #E36FCC
RGB
CMYK
RGB Variations
Color information
#E36FCC (or 0xE36FCC) is known color: Orchid. HEX triplet: E3, 6F and CC. RGB value is (227,111,204). Sum of RGB (Red+Green+Blue) = 227+111+204=542 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.88% from 542); Green value is 111 (43.75% from 255 or 20.48% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 227 - color contains mainly: red. Hex color #E36FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36FCC is #1C9033. Grayscale: #9C9C9C. Windows color (decimal): -1871924 or 13397987. OLE color: 13397987.
HSL color Cylindrical-coordinate representation of color #E36FCC: hue angle of 311.9º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E36FCC is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 111 | 204 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.11 |
| HSL | 311.9º | 0.67% | 0.66% | - |
| HSV(B) | 311.9º | 0.51% | 0.89% | - |
| XYZ | 48.26 | 32.06 | 60.77 | - |
| YUV | 156.29 | 154.93 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 111 | 204 | 0 | 0.51 | 0.10 | 0.11 | 311.9 | 0.67 | 0.66 |
| Hex | E3 | 6F | CC | 0 | 33 | A | B | 138 | 43 | 42 |
| Octal | 343 | 157 | 314 | 0 | 63 | 12 | 13 | 470 | 103 | 102 |
| Binary | 11100011 | 1101111 | 11001100 | 0 | 110011 | 1010 | 1011 | 100111000 | 1000011 | 1000010 |
Color Harmonies of #E36FCC
Complementary color
Monochromatic Colors of #E36FCC
Black with #E36FCC
Text Example
Text Example
White with #E36FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36FCC; }
p { color: rgb(227,111,204); }
H1.HeaderClassName
{
color: #E36FCC;
}
.AnyTagClassName
{
color: #E36FCC;
}
</style>
background-color css
<style>
a { background-color: #E36FCC; }
a { background-color: rgb(227,111,204); }
div.DivClassName
{
background-color: #E36FCC;
}
.BgClassName
{
background-color: #E36FCC;
}
</style>
border-color css
<style>
span { border-color: #E36FCC; }
span { border-color: rgb(227,111,204); }
td.TdClassName
{
border-color: #E36FCC;
}
.TagClassName
{
border-color: #E36FCC;
}
</style>