Shades of Orchid #E978DD
Tints of Orchid #E978DD
RGB
CMYK
RGB Variations
Color information
#E978DD (or 0xE978DD) is known color: Orchid. HEX triplet: E9, 78 and DD. RGB value is (233,120,221). Sum of RGB (Red+Green+Blue) = 233+120+221=574 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.59% from 574); Green value is 120 (47.27% from 255 or 20.91% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 233 - color contains mainly: red. Hex color #E978DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E978DD is #168722. Grayscale: #A5A5A5. Windows color (decimal): -1476387 or 14514409. OLE color: 14514409.
HSL color Cylindrical-coordinate representation of color #E978DD: hue angle of 306.37º 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 #E978DD is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 120 | 221 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.09 |
| HSL | 306.37º | 0.72% | 0.69% | - |
| HSV(B) | 306.37º | 0.48% | 0.91% | - |
| XYZ | 53.37 | 35.98 | 72.54 | - |
| YUV | 165.3 | 159.44 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 120 | 221 | 0 | 0.48 | 0.05 | 0.09 | 306.37 | 0.72 | 0.69 |
| Hex | E9 | 78 | DD | 0 | 30 | 5 | 9 | 132 | 48 | 45 |
| Octal | 351 | 170 | 335 | 0 | 60 | 5 | 11 | 462 | 110 | 105 |
| Binary | 11101001 | 1111000 | 11011101 | 0 | 110000 | 101 | 1001 | 100110010 | 1001000 | 1000101 |
Color Harmonies of #E978DD
Complementary color
Monochromatic Colors of #E978DD
Black with #E978DD
Text Example
Text Example
White with #E978DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E978DD; }
p { color: rgb(233,120,221); }
H1.HeaderClassName
{
color: #E978DD;
}
.AnyTagClassName
{
color: #E978DD;
}
</style>
background-color css
<style>
a { background-color: #E978DD; }
a { background-color: rgb(233,120,221); }
div.DivClassName
{
background-color: #E978DD;
}
.BgClassName
{
background-color: #E978DD;
}
</style>
border-color css
<style>
span { border-color: #E978DD; }
span { border-color: rgb(233,120,221); }
td.TdClassName
{
border-color: #E978DD;
}
.TagClassName
{
border-color: #E978DD;
}
</style>