Shades of Orchid #E979DD
Tints of Orchid #E979DD
RGB
CMYK
RGB Variations
Color information
#E979DD (or 0xE979DD) is known color: Orchid. HEX triplet: E9, 79 and DD. RGB value is (233,121,221). Sum of RGB (Red+Green+Blue) = 233+121+221=575 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.52% from 575); Green value is 121 (47.66% from 255 or 21.04% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 233 - color contains mainly: red. Hex color #E979DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E979DD is #168622. Grayscale: #A5A5A5. Windows color (decimal): -1476131 or 14514665. OLE color: 14514665.
HSL color Cylindrical-coordinate representation of color #E979DD: hue angle of 306.43º 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 #E979DD is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 121 | 221 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.09 |
| HSL | 306.43º | 0.72% | 0.69% | - |
| HSV(B) | 306.43º | 0.48% | 0.91% | - |
| XYZ | 53.49 | 36.22 | 72.58 | - |
| YUV | 165.89 | 159.11 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 121 | 221 | 0 | 0.48 | 0.05 | 0.09 | 306.43 | 0.72 | 0.69 |
| Hex | E9 | 79 | DD | 0 | 30 | 5 | 9 | 132 | 48 | 45 |
| Octal | 351 | 171 | 335 | 0 | 60 | 5 | 11 | 462 | 110 | 105 |
| Binary | 11101001 | 1111001 | 11011101 | 0 | 110000 | 101 | 1001 | 100110010 | 1001000 | 1000101 |
Color Harmonies of #E979DD
Complementary color
Monochromatic Colors of #E979DD
Black with #E979DD
Text Example
Text Example
White with #E979DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E979DD; }
p { color: rgb(233,121,221); }
H1.HeaderClassName
{
color: #E979DD;
}
.AnyTagClassName
{
color: #E979DD;
}
</style>
background-color css
<style>
a { background-color: #E979DD; }
a { background-color: rgb(233,121,221); }
div.DivClassName
{
background-color: #E979DD;
}
.BgClassName
{
background-color: #E979DD;
}
</style>
border-color css
<style>
span { border-color: #E979DD; }
span { border-color: rgb(233,121,221); }
td.TdClassName
{
border-color: #E979DD;
}
.TagClassName
{
border-color: #E979DD;
}
</style>