Shades of Orchid #E376DA
Tints of Orchid #E376DA
RGB
CMYK
RGB Variations
Color information
#E376DA (or 0xE376DA) is known color: Orchid. HEX triplet: E3, 76 and DA. RGB value is (227,118,218). Sum of RGB (Red+Green+Blue) = 227+118+218=563 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.32% from 563); Green value is 118 (46.48% from 255 or 20.96% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 227 - color contains mainly: red. Hex color #E376DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E376DA is #1C8925. Grayscale: #A1A1A1. Windows color (decimal): -1870118 or 14317283. OLE color: 14317283.
HSL color Cylindrical-coordinate representation of color #E376DA: hue angle of 304.95º 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 #E376DA is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 118 | 218 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.11 |
| HSL | 304.95º | 0.66% | 0.68% | - |
| HSV(B) | 304.95º | 0.48% | 0.89% | - |
| XYZ | 50.81 | 34.35 | 70.28 | - |
| YUV | 161.99 | 159.61 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 118 | 218 | 0 | 0.48 | 0.04 | 0.11 | 304.95 | 0.66 | 0.68 |
| Hex | E3 | 76 | DA | 0 | 30 | 4 | B | 131 | 42 | 44 |
| Octal | 343 | 166 | 332 | 0 | 60 | 4 | 13 | 461 | 102 | 104 |
| Binary | 11100011 | 1110110 | 11011010 | 0 | 110000 | 100 | 1011 | 100110001 | 1000010 | 1000100 |
Color Harmonies of #E376DA
Complementary color
Monochromatic Colors of #E376DA
Black with #E376DA
Text Example
Text Example
White with #E376DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E376DA; }
p { color: rgb(227,118,218); }
H1.HeaderClassName
{
color: #E376DA;
}
.AnyTagClassName
{
color: #E376DA;
}
</style>
background-color css
<style>
a { background-color: #E376DA; }
a { background-color: rgb(227,118,218); }
div.DivClassName
{
background-color: #E376DA;
}
.BgClassName
{
background-color: #E376DA;
}
</style>
border-color css
<style>
span { border-color: #E376DA; }
span { border-color: rgb(227,118,218); }
td.TdClassName
{
border-color: #E376DA;
}
.TagClassName
{
border-color: #E376DA;
}
</style>