Shades of Orchid #E36CE4
Tints of Orchid #E36CE4
RGB
CMYK
RGB Variations
Color information
#E36CE4 (or 0xE36CE4) is known color: Orchid. HEX triplet: E3, 6C and E4. RGB value is (227,108,228). Sum of RGB (Red+Green+Blue) = 227+108+228=563 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.32% from 563); Green value is 108 (42.58% from 255 or 19.18% from 563); Blue value is 228 (89.45% from 255 or 40.50% from 563); Max value from RGB is 228 - color contains mainly: blue. Hex color #E36CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36CE4 is #1C931B. Grayscale: #9C9C9C. Windows color (decimal): -1872668 or 14970083. OLE color: 14970083.
HSL color Cylindrical-coordinate representation of color #E36CE4: hue angle of 299.5º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E36CE4 is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 108 | 228 | - |
| CMYK | 0.00 | 0.53 | 0 | 0.11 |
| HSL | 299.5º | 0.69% | 0.66% | - |
| HSV(B) | 299.5º | 0.53% | 0.89% | - |
| XYZ | 51.04 | 32.66 | 77.01 | - |
| YUV | 157.26 | 167.92 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 108 | 228 | 0.00 | 0.53 | 0 | 0.11 | 299.5 | 0.69 | 0.66 |
| Hex | E3 | 6C | E4 | 0 | 35 | 0 | B | 12C | 45 | 42 |
| Octal | 343 | 154 | 344 | 0 | 65 | 0 | 13 | 454 | 105 | 102 |
| Binary | 11100011 | 1101100 | 11100100 | 0 | 110101 | 0 | 1011 | 100101100 | 1000101 | 1000010 |
Color Harmonies of #E36CE4
Complementary color
Monochromatic Colors of #E36CE4
Black with #E36CE4
Text Example
Text Example
White with #E36CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36CE4; }
p { color: rgb(227,108,228); }
H1.HeaderClassName
{
color: #E36CE4;
}
.AnyTagClassName
{
color: #E36CE4;
}
</style>
background-color css
<style>
a { background-color: #E36CE4; }
a { background-color: rgb(227,108,228); }
div.DivClassName
{
background-color: #E36CE4;
}
.BgClassName
{
background-color: #E36CE4;
}
</style>
border-color css
<style>
span { border-color: #E36CE4; }
span { border-color: rgb(227,108,228); }
td.TdClassName
{
border-color: #E36CE4;
}
.TagClassName
{
border-color: #E36CE4;
}
</style>