Shades of Orchid #E978DA
Tints of Orchid #E978DA
RGB
CMYK
RGB Variations
Color information
#E978DA (or 0xE978DA) is known color: Orchid. HEX triplet: E9, 78 and DA. RGB value is (233,120,218). Sum of RGB (Red+Green+Blue) = 233+120+218=571 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.81% from 571); Green value is 120 (47.27% from 255 or 21.02% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 233 - color contains mainly: red. Hex color #E978DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E978DA is #168725. Grayscale: #A4A4A4. Windows color (decimal): -1476390 or 14317801. OLE color: 14317801.
HSL color Cylindrical-coordinate representation of color #E978DA: hue angle of 307.96º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E978DA is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 120 | 218 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.09 |
| HSL | 307.96º | 0.72% | 0.69% | - |
| HSV(B) | 307.96º | 0.48% | 0.91% | - |
| XYZ | 52.98 | 35.82 | 70.45 | - |
| YUV | 164.96 | 157.94 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 120 | 218 | 0 | 0.48 | 0.06 | 0.09 | 307.96 | 0.72 | 0.69 |
| Hex | E9 | 78 | DA | 0 | 30 | 6 | 9 | 134 | 48 | 45 |
| Octal | 351 | 170 | 332 | 0 | 60 | 6 | 11 | 464 | 110 | 105 |
| Binary | 11101001 | 1111000 | 11011010 | 0 | 110000 | 110 | 1001 | 100110100 | 1001000 | 1000101 |
Color Harmonies of #E978DA
Complementary color
Monochromatic Colors of #E978DA
Black with #E978DA
Text Example
Text Example
White with #E978DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E978DA; }
p { color: rgb(233,120,218); }
H1.HeaderClassName
{
color: #E978DA;
}
.AnyTagClassName
{
color: #E978DA;
}
</style>
background-color css
<style>
a { background-color: #E978DA; }
a { background-color: rgb(233,120,218); }
div.DivClassName
{
background-color: #E978DA;
}
.BgClassName
{
background-color: #E978DA;
}
</style>
border-color css
<style>
span { border-color: #E978DA; }
span { border-color: rgb(233,120,218); }
td.TdClassName
{
border-color: #E978DA;
}
.TagClassName
{
border-color: #E978DA;
}
</style>