Shades of Orchid #E976CC
Tints of Orchid #E976CC
RGB
CMYK
RGB Variations
Color information
#E976CC (or 0xE976CC) is known color: Orchid. HEX triplet: E9, 76 and CC. RGB value is (233,118,204). Sum of RGB (Red+Green+Blue) = 233+118+204=555 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.98% from 555); Green value is 118 (46.48% from 255 or 21.26% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 233 - color contains mainly: red. Hex color #E976CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E976CC is #168933. Grayscale: #A1A1A1. Windows color (decimal): -1476916 or 13399785. OLE color: 13399785.
HSL color Cylindrical-coordinate representation of color #E976CC: hue angle of 315.13º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E976CC is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 118 | 204 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.09 |
| HSL | 315.13º | 0.72% | 0.69% | - |
| HSV(B) | 315.13º | 0.49% | 0.91% | - |
| XYZ | 50.98 | 34.64 | 61.13 | - |
| YUV | 162.19 | 151.6 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 118 | 204 | 0 | 0.49 | 0.12 | 0.09 | 315.13 | 0.72 | 0.69 |
| Hex | E9 | 76 | CC | 0 | 31 | C | 9 | 13B | 48 | 45 |
| Octal | 351 | 166 | 314 | 0 | 61 | 14 | 11 | 473 | 110 | 105 |
| Binary | 11101001 | 1110110 | 11001100 | 0 | 110001 | 1100 | 1001 | 100111011 | 1001000 | 1000101 |
Color Harmonies of #E976CC
Complementary color
Monochromatic Colors of #E976CC
Black with #E976CC
Text Example
Text Example
White with #E976CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E976CC; }
p { color: rgb(233,118,204); }
H1.HeaderClassName
{
color: #E976CC;
}
.AnyTagClassName
{
color: #E976CC;
}
</style>
background-color css
<style>
a { background-color: #E976CC; }
a { background-color: rgb(233,118,204); }
div.DivClassName
{
background-color: #E976CC;
}
.BgClassName
{
background-color: #E976CC;
}
</style>
border-color css
<style>
span { border-color: #E976CC; }
span { border-color: rgb(233,118,204); }
td.TdClassName
{
border-color: #E976CC;
}
.TagClassName
{
border-color: #E976CC;
}
</style>