Shades of Orchid #E476DB
Tints of Orchid #E476DB
RGB
CMYK
RGB Variations
Color information
#E476DB (or 0xE476DB) is known color: Orchid. HEX triplet: E4, 76 and DB. RGB value is (228,118,219). Sum of RGB (Red+Green+Blue) = 228+118+219=565 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.35% from 565); Green value is 118 (46.48% from 255 or 20.88% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 228 - color contains mainly: red. Hex color #E476DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E476DB is #1B8924. Grayscale: #A2A2A2. Windows color (decimal): -1804581 or 14382820. OLE color: 14382820.
HSL color Cylindrical-coordinate representation of color #E476DB: hue angle of 304.91º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E476DB is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 118 | 219 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.11 |
| HSL | 304.91º | 0.67% | 0.68% | - |
| HSV(B) | 304.91º | 0.48% | 0.89% | - |
| XYZ | 51.26 | 34.57 | 70.99 | - |
| YUV | 162.4 | 159.94 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 118 | 219 | 0 | 0.48 | 0.04 | 0.11 | 304.91 | 0.67 | 0.68 |
| Hex | E4 | 76 | DB | 0 | 30 | 4 | B | 131 | 43 | 44 |
| Octal | 344 | 166 | 333 | 0 | 60 | 4 | 13 | 461 | 103 | 104 |
| Binary | 11100100 | 1110110 | 11011011 | 0 | 110000 | 100 | 1011 | 100110001 | 1000011 | 1000100 |
Color Harmonies of #E476DB
Complementary color
Monochromatic Colors of #E476DB
Black with #E476DB
Text Example
Text Example
White with #E476DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E476DB; }
p { color: rgb(228,118,219); }
H1.HeaderClassName
{
color: #E476DB;
}
.AnyTagClassName
{
color: #E476DB;
}
</style>
background-color css
<style>
a { background-color: #E476DB; }
a { background-color: rgb(228,118,219); }
div.DivClassName
{
background-color: #E476DB;
}
.BgClassName
{
background-color: #E476DB;
}
</style>
border-color css
<style>
span { border-color: #E476DB; }
span { border-color: rgb(228,118,219); }
td.TdClassName
{
border-color: #E476DB;
}
.TagClassName
{
border-color: #E476DB;
}
</style>