Shades of Orchid #E376CC
Tints of Orchid #E376CC
RGB
CMYK
RGB Variations
Color information
#E376CC (or 0xE376CC) is known color: Orchid. HEX triplet: E3, 76 and CC. RGB value is (227,118,204). Sum of RGB (Red+Green+Blue) = 227+118+204=549 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.35% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 227 - color contains mainly: red. Hex color #E376CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E376CC is #1C8933. Grayscale: #A0A0A0. Windows color (decimal): -1870132 or 13399779. OLE color: 13399779.
HSL color Cylindrical-coordinate representation of color #E376CC: hue angle of 312.66º 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 #E376CC is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 118 | 204 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.11 |
| HSL | 312.66º | 0.66% | 0.68% | - |
| HSV(B) | 312.66º | 0.48% | 0.89% | - |
| XYZ | 49.06 | 33.65 | 61.04 | - |
| YUV | 160.4 | 152.61 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 118 | 204 | 0 | 0.48 | 0.10 | 0.11 | 312.66 | 0.66 | 0.68 |
| Hex | E3 | 76 | CC | 0 | 30 | A | B | 139 | 42 | 44 |
| Octal | 343 | 166 | 314 | 0 | 60 | 12 | 13 | 471 | 102 | 104 |
| Binary | 11100011 | 1110110 | 11001100 | 0 | 110000 | 1010 | 1011 | 100111001 | 1000010 | 1000100 |
Color Harmonies of #E376CC
Complementary color
Monochromatic Colors of #E376CC
Black with #E376CC
Text Example
Text Example
White with #E376CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E376CC; }
p { color: rgb(227,118,204); }
H1.HeaderClassName
{
color: #E376CC;
}
.AnyTagClassName
{
color: #E376CC;
}
</style>
background-color css
<style>
a { background-color: #E376CC; }
a { background-color: rgb(227,118,204); }
div.DivClassName
{
background-color: #E376CC;
}
.BgClassName
{
background-color: #E376CC;
}
</style>
border-color css
<style>
span { border-color: #E376CC; }
span { border-color: rgb(227,118,204); }
td.TdClassName
{
border-color: #E376CC;
}
.TagClassName
{
border-color: #E376CC;
}
</style>