Shades of Orchid #E977DA
Tints of Orchid #E977DA
RGB
CMYK
RGB Variations
Color information
#E977DA (or 0xE977DA) is known color: Orchid. HEX triplet: E9, 77 and DA. RGB value is (233,119,218). Sum of RGB (Red+Green+Blue) = 233+119+218=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 119 (46.88% from 255 or 20.88% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 233 - color contains mainly: red. Hex color #E977DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E977DA is #168825. Grayscale: #A4A4A4. Windows color (decimal): -1476646 or 14317545. OLE color: 14317545.
HSL color Cylindrical-coordinate representation of color #E977DA: hue angle of 307.89º 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 #E977DA is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 119 | 218 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.09 |
| HSL | 307.89º | 0.72% | 0.69% | - |
| HSV(B) | 307.89º | 0.49% | 0.91% | - |
| XYZ | 52.86 | 35.58 | 70.41 | - |
| YUV | 164.37 | 158.27 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 119 | 218 | 0 | 0.49 | 0.06 | 0.09 | 307.89 | 0.72 | 0.69 |
| Hex | E9 | 77 | DA | 0 | 31 | 6 | 9 | 134 | 48 | 45 |
| Octal | 351 | 167 | 332 | 0 | 61 | 6 | 11 | 464 | 110 | 105 |
| Binary | 11101001 | 1110111 | 11011010 | 0 | 110001 | 110 | 1001 | 100110100 | 1001000 | 1000101 |
Color Harmonies of #E977DA
Complementary color
Monochromatic Colors of #E977DA
Black with #E977DA
Text Example
Text Example
White with #E977DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E977DA; }
p { color: rgb(233,119,218); }
H1.HeaderClassName
{
color: #E977DA;
}
.AnyTagClassName
{
color: #E977DA;
}
</style>
background-color css
<style>
a { background-color: #E977DA; }
a { background-color: rgb(233,119,218); }
div.DivClassName
{
background-color: #E977DA;
}
.BgClassName
{
background-color: #E977DA;
}
</style>
border-color css
<style>
span { border-color: #E977DA; }
span { border-color: rgb(233,119,218); }
td.TdClassName
{
border-color: #E977DA;
}
.TagClassName
{
border-color: #E977DA;
}
</style>