Shades of Orchid #E977CC
Tints of Orchid #E977CC
RGB
CMYK
RGB Variations
Color information
#E977CC (or 0xE977CC) is known color: Orchid. HEX triplet: E9, 77 and CC. RGB value is (233,119,204). Sum of RGB (Red+Green+Blue) = 233+119+204=556 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.91% from 556); Green value is 119 (46.88% from 255 or 21.40% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 233 - color contains mainly: red. Hex color #E977CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E977CC is #168833. Grayscale: #A2A2A2. Windows color (decimal): -1476660 or 13400041. OLE color: 13400041.
HSL color Cylindrical-coordinate representation of color #E977CC: hue angle of 315.26º 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 #E977CC is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 119 | 204 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.09 |
| HSL | 315.26º | 0.72% | 0.69% | - |
| HSV(B) | 315.26º | 0.49% | 0.91% | - |
| XYZ | 51.1 | 34.88 | 61.17 | - |
| YUV | 162.78 | 151.27 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 119 | 204 | 0 | 0.49 | 0.12 | 0.09 | 315.26 | 0.72 | 0.69 |
| Hex | E9 | 77 | CC | 0 | 31 | C | 9 | 13B | 48 | 45 |
| Octal | 351 | 167 | 314 | 0 | 61 | 14 | 11 | 473 | 110 | 105 |
| Binary | 11101001 | 1110111 | 11001100 | 0 | 110001 | 1100 | 1001 | 100111011 | 1001000 | 1000101 |
Color Harmonies of #E977CC
Complementary color
Monochromatic Colors of #E977CC
Black with #E977CC
Text Example
Text Example
White with #E977CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E977CC; }
p { color: rgb(233,119,204); }
H1.HeaderClassName
{
color: #E977CC;
}
.AnyTagClassName
{
color: #E977CC;
}
</style>
background-color css
<style>
a { background-color: #E977CC; }
a { background-color: rgb(233,119,204); }
div.DivClassName
{
background-color: #E977CC;
}
.BgClassName
{
background-color: #E977CC;
}
</style>
border-color css
<style>
span { border-color: #E977CC; }
span { border-color: rgb(233,119,204); }
td.TdClassName
{
border-color: #E977CC;
}
.TagClassName
{
border-color: #E977CC;
}
</style>