Shades of Orchid #E373CA
Tints of Orchid #E373CA
RGB
CMYK
RGB Variations
Color information
#E373CA (or 0xE373CA) is known color: Orchid. HEX triplet: E3, 73 and CA. RGB value is (227,115,202). Sum of RGB (Red+Green+Blue) = 227+115+202=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 115 (45.31% from 255 or 21.14% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 227 - color contains mainly: red. Hex color #E373CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E373CA is #1C8C35. Grayscale: #9E9E9E. Windows color (decimal): -1870902 or 13267939. OLE color: 13267939.
HSL color Cylindrical-coordinate representation of color #E373CA: hue angle of 313.39º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E373CA is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 115 | 202 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.11 |
| HSL | 313.39º | 0.67% | 0.67% | - |
| HSV(B) | 313.39º | 0.49% | 0.89% | - |
| XYZ | 48.47 | 32.86 | 59.66 | - |
| YUV | 158.41 | 152.61 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 115 | 202 | 0 | 0.49 | 0.11 | 0.11 | 313.39 | 0.67 | 0.67 |
| Hex | E3 | 73 | CA | 0 | 31 | B | B | 139 | 43 | 43 |
| Octal | 343 | 163 | 312 | 0 | 61 | 13 | 13 | 471 | 103 | 103 |
| Binary | 11100011 | 1110011 | 11001010 | 0 | 110001 | 1011 | 1011 | 100111001 | 1000011 | 1000011 |
Color Harmonies of #E373CA
Complementary color
Monochromatic Colors of #E373CA
Black with #E373CA
Text Example
Text Example
White with #E373CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E373CA; }
p { color: rgb(227,115,202); }
H1.HeaderClassName
{
color: #E373CA;
}
.AnyTagClassName
{
color: #E373CA;
}
</style>
background-color css
<style>
a { background-color: #E373CA; }
a { background-color: rgb(227,115,202); }
div.DivClassName
{
background-color: #E373CA;
}
.BgClassName
{
background-color: #E373CA;
}
</style>
border-color css
<style>
span { border-color: #E373CA; }
span { border-color: rgb(227,115,202); }
td.TdClassName
{
border-color: #E373CA;
}
.TagClassName
{
border-color: #E373CA;
}
</style>