Shades of Orchid #E376D3
Tints of Orchid #E376D3
RGB
CMYK
RGB Variations
Color information
#E376D3 (or 0xE376D3) is known color: Orchid. HEX triplet: E3, 76 and D3. RGB value is (227,118,211). Sum of RGB (Red+Green+Blue) = 227+118+211=556 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.83% from 556); Green value is 118 (46.48% from 255 or 21.22% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 227 - color contains mainly: red. Hex color #E376D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E376D3 is #1C892C. Grayscale: #A0A0A0. Windows color (decimal): -1870125 or 13858531. OLE color: 13858531.
HSL color Cylindrical-coordinate representation of color #E376D3: hue angle of 308.81º 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 #E376D3 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 118 | 211 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.11 |
| HSL | 308.81º | 0.66% | 0.68% | - |
| HSV(B) | 308.81º | 0.48% | 0.89% | - |
| XYZ | 49.91 | 33.99 | 65.56 | - |
| YUV | 161.19 | 156.11 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 118 | 211 | 0 | 0.48 | 0.07 | 0.11 | 308.81 | 0.66 | 0.68 |
| Hex | E3 | 76 | D3 | 0 | 30 | 7 | B | 135 | 42 | 44 |
| Octal | 343 | 166 | 323 | 0 | 60 | 7 | 13 | 465 | 102 | 104 |
| Binary | 11100011 | 1110110 | 11010011 | 0 | 110000 | 111 | 1011 | 100110101 | 1000010 | 1000100 |
Color Harmonies of #E376D3
Complementary color
Monochromatic Colors of #E376D3
Black with #E376D3
Text Example
Text Example
White with #E376D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E376D3; }
p { color: rgb(227,118,211); }
H1.HeaderClassName
{
color: #E376D3;
}
.AnyTagClassName
{
color: #E376D3;
}
</style>
background-color css
<style>
a { background-color: #E376D3; }
a { background-color: rgb(227,118,211); }
div.DivClassName
{
background-color: #E376D3;
}
.BgClassName
{
background-color: #E376D3;
}
</style>
border-color css
<style>
span { border-color: #E376D3; }
span { border-color: rgb(227,118,211); }
td.TdClassName
{
border-color: #E376D3;
}
.TagClassName
{
border-color: #E376D3;
}
</style>