Shades of Orchid #E36FCD
Tints of Orchid #E36FCD
RGB
CMYK
RGB Variations
Color information
#E36FCD (or 0xE36FCD) is known color: Orchid. HEX triplet: E3, 6F and CD. RGB value is (227,111,205). Sum of RGB (Red+Green+Blue) = 227+111+205=543 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.80% from 543); Green value is 111 (43.75% from 255 or 20.44% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 227 - color contains mainly: red. Hex color #E36FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36FCD is #1C9032. Grayscale: #9C9C9C. Windows color (decimal): -1871923 or 13463523. OLE color: 13463523.
HSL color Cylindrical-coordinate representation of color #E36FCD: hue angle of 311.38º 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 #E36FCD is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 111 | 205 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.11 |
| HSL | 311.38º | 0.67% | 0.66% | - |
| HSV(B) | 311.38º | 0.51% | 0.89% | - |
| XYZ | 48.38 | 32.11 | 61.4 | - |
| YUV | 156.4 | 155.43 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 111 | 205 | 0 | 0.51 | 0.10 | 0.11 | 311.38 | 0.67 | 0.66 |
| Hex | E3 | 6F | CD | 0 | 33 | A | B | 137 | 43 | 42 |
| Octal | 343 | 157 | 315 | 0 | 63 | 12 | 13 | 467 | 103 | 102 |
| Binary | 11100011 | 1101111 | 11001101 | 0 | 110011 | 1010 | 1011 | 100110111 | 1000011 | 1000010 |
Color Harmonies of #E36FCD
Complementary color
Monochromatic Colors of #E36FCD
Black with #E36FCD
Text Example
Text Example
White with #E36FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36FCD; }
p { color: rgb(227,111,205); }
H1.HeaderClassName
{
color: #E36FCD;
}
.AnyTagClassName
{
color: #E36FCD;
}
</style>
background-color css
<style>
a { background-color: #E36FCD; }
a { background-color: rgb(227,111,205); }
div.DivClassName
{
background-color: #E36FCD;
}
.BgClassName
{
background-color: #E36FCD;
}
</style>
border-color css
<style>
span { border-color: #E36FCD; }
span { border-color: rgb(227,111,205); }
td.TdClassName
{
border-color: #E36FCD;
}
.TagClassName
{
border-color: #E36FCD;
}
</style>