Shades of Orchid #E373DB
Tints of Orchid #E373DB
RGB
CMYK
RGB Variations
Color information
#E373DB (or 0xE373DB) is known color: Orchid. HEX triplet: E3, 73 and DB. RGB value is (227,115,219). Sum of RGB (Red+Green+Blue) = 227+115+219=561 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.46% from 561); Green value is 115 (45.31% from 255 or 20.50% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 227 - color contains mainly: red. Hex color #E373DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E373DB is #1C8C24. Grayscale: #A0A0A0. Windows color (decimal): -1870885 or 14382051. OLE color: 14382051.
HSL color Cylindrical-coordinate representation of color #E373DB: hue angle of 304.29º 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 #E373DB is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 115 | 219 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.11 |
| HSL | 304.29º | 0.67% | 0.67% | - |
| HSV(B) | 304.29º | 0.49% | 0.89% | - |
| XYZ | 50.6 | 33.71 | 70.86 | - |
| YUV | 160.34 | 161.11 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 115 | 219 | 0 | 0.49 | 0.04 | 0.11 | 304.29 | 0.67 | 0.67 |
| Hex | E3 | 73 | DB | 0 | 31 | 4 | B | 130 | 43 | 43 |
| Octal | 343 | 163 | 333 | 0 | 61 | 4 | 13 | 460 | 103 | 103 |
| Binary | 11100011 | 1110011 | 11011011 | 0 | 110001 | 100 | 1011 | 100110000 | 1000011 | 1000011 |
Color Harmonies of #E373DB
Complementary color
Monochromatic Colors of #E373DB
Black with #E373DB
Text Example
Text Example
White with #E373DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E373DB; }
p { color: rgb(227,115,219); }
H1.HeaderClassName
{
color: #E373DB;
}
.AnyTagClassName
{
color: #E373DB;
}
</style>
background-color css
<style>
a { background-color: #E373DB; }
a { background-color: rgb(227,115,219); }
div.DivClassName
{
background-color: #E373DB;
}
.BgClassName
{
background-color: #E373DB;
}
</style>
border-color css
<style>
span { border-color: #E373DB; }
span { border-color: rgb(227,115,219); }
td.TdClassName
{
border-color: #E373DB;
}
.TagClassName
{
border-color: #E373DB;
}
</style>