Shades of Orchid #E376C7
Tints of Orchid #E376C7
RGB
CMYK
RGB Variations
Color information
#E376C7 (or 0xE376C7) is known color: Orchid. HEX triplet: E3, 76 and C7. RGB value is (227,118,199). Sum of RGB (Red+Green+Blue) = 227+118+199=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 118 (46.48% from 255 or 21.69% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 227 - color contains mainly: red. Hex color #E376C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E376C7 is #1C8938. Grayscale: #9F9F9F. Windows color (decimal): -1870137 or 13072099. OLE color: 13072099.
HSL color Cylindrical-coordinate representation of color #E376C7: hue angle of 315.41º 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 #E376C7 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 118 | 199 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.11 |
| HSL | 315.41º | 0.66% | 0.68% | - |
| HSV(B) | 315.41º | 0.48% | 0.89% | - |
| XYZ | 48.47 | 33.41 | 57.93 | - |
| YUV | 159.83 | 150.11 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 118 | 199 | 0 | 0.48 | 0.12 | 0.11 | 315.41 | 0.66 | 0.68 |
| Hex | E3 | 76 | C7 | 0 | 30 | C | B | 13B | 42 | 44 |
| Octal | 343 | 166 | 307 | 0 | 60 | 14 | 13 | 473 | 102 | 104 |
| Binary | 11100011 | 1110110 | 11000111 | 0 | 110000 | 1100 | 1011 | 100111011 | 1000010 | 1000100 |
Color Harmonies of #E376C7
Complementary color
Monochromatic Colors of #E376C7
Black with #E376C7
Text Example
Text Example
White with #E376C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E376C7; }
p { color: rgb(227,118,199); }
H1.HeaderClassName
{
color: #E376C7;
}
.AnyTagClassName
{
color: #E376C7;
}
</style>
background-color css
<style>
a { background-color: #E376C7; }
a { background-color: rgb(227,118,199); }
div.DivClassName
{
background-color: #E376C7;
}
.BgClassName
{
background-color: #E376C7;
}
</style>
border-color css
<style>
span { border-color: #E376C7; }
span { border-color: rgb(227,118,199); }
td.TdClassName
{
border-color: #E376C7;
}
.TagClassName
{
border-color: #E376C7;
}
</style>