Shades of Orchid #E977CD
Tints of Orchid #E977CD
RGB
CMYK
RGB Variations
Color information
#E977CD (or 0xE977CD) is known color: Orchid. HEX triplet: E9, 77 and CD. RGB value is (233,119,205). Sum of RGB (Red+Green+Blue) = 233+119+205=557 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.83% from 557); Green value is 119 (46.88% from 255 or 21.36% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 233 - color contains mainly: red. Hex color #E977CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E977CD is #168832. Grayscale: #A2A2A2. Windows color (decimal): -1476659 or 13465577. OLE color: 13465577.
HSL color Cylindrical-coordinate representation of color #E977CD: hue angle of 314.74º 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 #E977CD is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 119 | 205 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.09 |
| HSL | 314.74º | 0.72% | 0.69% | - |
| HSV(B) | 314.74º | 0.49% | 0.91% | - |
| XYZ | 51.22 | 34.93 | 61.8 | - |
| YUV | 162.89 | 151.77 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 119 | 205 | 0 | 0.49 | 0.12 | 0.09 | 314.74 | 0.72 | 0.69 |
| Hex | E9 | 77 | CD | 0 | 31 | C | 9 | 13B | 48 | 45 |
| Octal | 351 | 167 | 315 | 0 | 61 | 14 | 11 | 473 | 110 | 105 |
| Binary | 11101001 | 1110111 | 11001101 | 0 | 110001 | 1100 | 1001 | 100111011 | 1001000 | 1000101 |
Color Harmonies of #E977CD
Complementary color
Monochromatic Colors of #E977CD
Black with #E977CD
Text Example
Text Example
White with #E977CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E977CD; }
p { color: rgb(233,119,205); }
H1.HeaderClassName
{
color: #E977CD;
}
.AnyTagClassName
{
color: #E977CD;
}
</style>
background-color css
<style>
a { background-color: #E977CD; }
a { background-color: rgb(233,119,205); }
div.DivClassName
{
background-color: #E977CD;
}
.BgClassName
{
background-color: #E977CD;
}
</style>
border-color css
<style>
span { border-color: #E977CD; }
span { border-color: rgb(233,119,205); }
td.TdClassName
{
border-color: #E977CD;
}
.TagClassName
{
border-color: #E977CD;
}
</style>