Shades of Orchid #E376DB
Tints of Orchid #E376DB
RGB
CMYK
RGB Variations
Color information
#E376DB (or 0xE376DB) is known color: Orchid. HEX triplet: E3, 76 and DB. RGB value is (227,118,219). Sum of RGB (Red+Green+Blue) = 227+118+219=564 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.25% from 564); Green value is 118 (46.48% from 255 or 20.92% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 227 - color contains mainly: red. Hex color #E376DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E376DB is #1C8924. Grayscale: #A1A1A1. Windows color (decimal): -1870117 or 14382819. OLE color: 14382819.
HSL color Cylindrical-coordinate representation of color #E376DB: hue angle of 304.4º degrees, saturation: 0.66, 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 #E376DB is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 118 | 219 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.11 |
| HSL | 304.4º | 0.66% | 0.68% | - |
| HSV(B) | 304.4º | 0.48% | 0.89% | - |
| XYZ | 50.94 | 34.4 | 70.97 | - |
| YUV | 162.11 | 160.11 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 118 | 219 | 0 | 0.48 | 0.04 | 0.11 | 304.4 | 0.66 | 0.68 |
| Hex | E3 | 76 | DB | 0 | 30 | 4 | B | 130 | 42 | 44 |
| Octal | 343 | 166 | 333 | 0 | 60 | 4 | 13 | 460 | 102 | 104 |
| Binary | 11100011 | 1110110 | 11011011 | 0 | 110000 | 100 | 1011 | 100110000 | 1000010 | 1000100 |
Color Harmonies of #E376DB
Complementary color
Monochromatic Colors of #E376DB
Black with #E376DB
Text Example
Text Example
White with #E376DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E376DB; }
p { color: rgb(227,118,219); }
H1.HeaderClassName
{
color: #E376DB;
}
.AnyTagClassName
{
color: #E376DB;
}
</style>
background-color css
<style>
a { background-color: #E376DB; }
a { background-color: rgb(227,118,219); }
div.DivClassName
{
background-color: #E376DB;
}
.BgClassName
{
background-color: #E376DB;
}
</style>
border-color css
<style>
span { border-color: #E376DB; }
span { border-color: rgb(227,118,219); }
td.TdClassName
{
border-color: #E376DB;
}
.TagClassName
{
border-color: #E376DB;
}
</style>