Shades of Orchid #E473DB
Tints of Orchid #E473DB
RGB
CMYK
RGB Variations
Color information
#E473DB (or 0xE473DB) is known color: Orchid. HEX triplet: E4, 73 and DB. RGB value is (228,115,219). Sum of RGB (Red+Green+Blue) = 228+115+219=562 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.57% from 562); Green value is 115 (45.31% from 255 or 20.46% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 228 - color contains mainly: red. Hex color #E473DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E473DB is #1B8C24. Grayscale: #A0A0A0. Windows color (decimal): -1805349 or 14382052. OLE color: 14382052.
HSL color Cylindrical-coordinate representation of color #E473DB: hue angle of 304.78º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E473DB is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 115 | 219 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.11 |
| HSL | 304.78º | 0.68% | 0.67% | - |
| HSV(B) | 304.78º | 0.5% | 0.89% | - |
| XYZ | 50.91 | 33.87 | 70.87 | - |
| YUV | 160.64 | 160.94 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 115 | 219 | 0 | 0.50 | 0.04 | 0.11 | 304.78 | 0.68 | 0.67 |
| Hex | E4 | 73 | DB | 0 | 32 | 4 | B | 131 | 44 | 43 |
| Octal | 344 | 163 | 333 | 0 | 62 | 4 | 13 | 461 | 104 | 103 |
| Binary | 11100100 | 1110011 | 11011011 | 0 | 110010 | 100 | 1011 | 100110001 | 1000100 | 1000011 |
Color Harmonies of #E473DB
Complementary color
Monochromatic Colors of #E473DB
Black with #E473DB
Text Example
Text Example
White with #E473DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E473DB; }
p { color: rgb(228,115,219); }
H1.HeaderClassName
{
color: #E473DB;
}
.AnyTagClassName
{
color: #E473DB;
}
</style>
background-color css
<style>
a { background-color: #E473DB; }
a { background-color: rgb(228,115,219); }
div.DivClassName
{
background-color: #E473DB;
}
.BgClassName
{
background-color: #E473DB;
}
</style>
border-color css
<style>
span { border-color: #E473DB; }
span { border-color: rgb(228,115,219); }
td.TdClassName
{
border-color: #E473DB;
}
.TagClassName
{
border-color: #E473DB;
}
</style>