Shades of Orchid #E376D1
Tints of Orchid #E376D1
RGB
CMYK
RGB Variations
Color information
#E376D1 (or 0xE376D1) is known color: Orchid. HEX triplet: E3, 76 and D1. RGB value is (227,118,209). Sum of RGB (Red+Green+Blue) = 227+118+209=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 118 (46.48% from 255 or 21.30% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 227 - color contains mainly: red. Hex color #E376D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E376D1 is #1C892E. Grayscale: #A0A0A0. Windows color (decimal): -1870127 or 13727459. OLE color: 13727459.
HSL color Cylindrical-coordinate representation of color #E376D1: hue angle of 309.91º 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 #E376D1 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 118 | 209 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.11 |
| HSL | 309.91º | 0.66% | 0.68% | - |
| HSV(B) | 309.91º | 0.48% | 0.89% | - |
| XYZ | 49.67 | 33.89 | 64.25 | - |
| YUV | 160.97 | 155.11 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 118 | 209 | 0 | 0.48 | 0.08 | 0.11 | 309.91 | 0.66 | 0.68 |
| Hex | E3 | 76 | D1 | 0 | 30 | 8 | B | 136 | 42 | 44 |
| Octal | 343 | 166 | 321 | 0 | 60 | 10 | 13 | 466 | 102 | 104 |
| Binary | 11100011 | 1110110 | 11010001 | 0 | 110000 | 1000 | 1011 | 100110110 | 1000010 | 1000100 |
Color Harmonies of #E376D1
Complementary color
Monochromatic Colors of #E376D1
Black with #E376D1
Text Example
Text Example
White with #E376D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E376D1; }
p { color: rgb(227,118,209); }
H1.HeaderClassName
{
color: #E376D1;
}
.AnyTagClassName
{
color: #E376D1;
}
</style>
background-color css
<style>
a { background-color: #E376D1; }
a { background-color: rgb(227,118,209); }
div.DivClassName
{
background-color: #E376D1;
}
.BgClassName
{
background-color: #E376D1;
}
</style>
border-color css
<style>
span { border-color: #E376D1; }
span { border-color: rgb(227,118,209); }
td.TdClassName
{
border-color: #E376D1;
}
.TagClassName
{
border-color: #E376D1;
}
</style>