Shades of Orchid #E977CE
Tints of Orchid #E977CE
RGB
CMYK
RGB Variations
Color information
#E977CE (or 0xE977CE) is known color: Orchid. HEX triplet: E9, 77 and CE. RGB value is (233,119,206). Sum of RGB (Red+Green+Blue) = 233+119+206=558 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.76% from 558); Green value is 119 (46.88% from 255 or 21.33% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 233 - color contains mainly: red. Hex color #E977CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E977CE is #168831. Grayscale: #A2A2A2. Windows color (decimal): -1476658 or 13531113. OLE color: 13531113.
HSL color Cylindrical-coordinate representation of color #E977CE: hue angle of 314.21º 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 #E977CE is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 119 | 206 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.09 |
| HSL | 314.21º | 0.72% | 0.69% | - |
| HSV(B) | 314.21º | 0.49% | 0.91% | - |
| XYZ | 51.34 | 34.97 | 62.44 | - |
| YUV | 163 | 152.27 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 119 | 206 | 0 | 0.49 | 0.12 | 0.09 | 314.21 | 0.72 | 0.69 |
| Hex | E9 | 77 | CE | 0 | 31 | C | 9 | 13A | 48 | 45 |
| Octal | 351 | 167 | 316 | 0 | 61 | 14 | 11 | 472 | 110 | 105 |
| Binary | 11101001 | 1110111 | 11001110 | 0 | 110001 | 1100 | 1001 | 100111010 | 1001000 | 1000101 |
Color Harmonies of #E977CE
Complementary color
Monochromatic Colors of #E977CE
Black with #E977CE
Text Example
Text Example
White with #E977CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E977CE; }
p { color: rgb(233,119,206); }
H1.HeaderClassName
{
color: #E977CE;
}
.AnyTagClassName
{
color: #E977CE;
}
</style>
background-color css
<style>
a { background-color: #E977CE; }
a { background-color: rgb(233,119,206); }
div.DivClassName
{
background-color: #E977CE;
}
.BgClassName
{
background-color: #E977CE;
}
</style>
border-color css
<style>
span { border-color: #E977CE; }
span { border-color: rgb(233,119,206); }
td.TdClassName
{
border-color: #E977CE;
}
.TagClassName
{
border-color: #E977CE;
}
</style>