Shades of Orchid #E977D4
Tints of Orchid #E977D4
RGB
CMYK
RGB Variations
Color information
#E977D4 (or 0xE977D4) is known color: Orchid. HEX triplet: E9, 77 and D4. RGB value is (233,119,212). Sum of RGB (Red+Green+Blue) = 233+119+212=564 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.31% from 564); Green value is 119 (46.88% from 255 or 21.10% from 564); Blue value is 212 (83.20% from 255 or 37.59% from 564); Max value from RGB is 233 - color contains mainly: red. Hex color #E977D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E977D4 is #16882B. Grayscale: #A3A3A3. Windows color (decimal): -1476652 or 13924329. OLE color: 13924329.
HSL color Cylindrical-coordinate representation of color #E977D4: hue angle of 311.05º 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 #E977D4 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 119 | 212 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.09 |
| HSL | 311.05º | 0.72% | 0.69% | - |
| HSV(B) | 311.05º | 0.49% | 0.91% | - |
| XYZ | 52.08 | 35.27 | 66.35 | - |
| YUV | 163.69 | 155.27 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 119 | 212 | 0 | 0.49 | 0.09 | 0.09 | 311.05 | 0.72 | 0.69 |
| Hex | E9 | 77 | D4 | 0 | 31 | 9 | 9 | 137 | 48 | 45 |
| Octal | 351 | 167 | 324 | 0 | 61 | 11 | 11 | 467 | 110 | 105 |
| Binary | 11101001 | 1110111 | 11010100 | 0 | 110001 | 1001 | 1001 | 100110111 | 1001000 | 1000101 |
Color Harmonies of #E977D4
Complementary color
Monochromatic Colors of #E977D4
Black with #E977D4
Text Example
Text Example
White with #E977D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E977D4; }
p { color: rgb(233,119,212); }
H1.HeaderClassName
{
color: #E977D4;
}
.AnyTagClassName
{
color: #E977D4;
}
</style>
background-color css
<style>
a { background-color: #E977D4; }
a { background-color: rgb(233,119,212); }
div.DivClassName
{
background-color: #E977D4;
}
.BgClassName
{
background-color: #E977D4;
}
</style>
border-color css
<style>
span { border-color: #E977D4; }
span { border-color: rgb(233,119,212); }
td.TdClassName
{
border-color: #E977D4;
}
.TagClassName
{
border-color: #E977D4;
}
</style>