Shades of Orchid #E976DA
Tints of Orchid #E976DA
RGB
CMYK
RGB Variations
Color information
#E976DA (or 0xE976DA) is known color: Orchid. HEX triplet: E9, 76 and DA. RGB value is (233,118,218). Sum of RGB (Red+Green+Blue) = 233+118+218=569 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.95% from 569); Green value is 118 (46.48% from 255 or 20.74% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 233 - color contains mainly: red. Hex color #E976DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E976DA is #168925. Grayscale: #A3A3A3. Windows color (decimal): -1476902 or 14317289. OLE color: 14317289.
HSL color Cylindrical-coordinate representation of color #E976DA: hue angle of 307.83º 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 #E976DA is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 118 | 218 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.09 |
| HSL | 307.83º | 0.72% | 0.69% | - |
| HSV(B) | 307.83º | 0.49% | 0.91% | - |
| XYZ | 52.74 | 35.34 | 70.37 | - |
| YUV | 163.79 | 158.6 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 118 | 218 | 0 | 0.49 | 0.06 | 0.09 | 307.83 | 0.72 | 0.69 |
| Hex | E9 | 76 | DA | 0 | 31 | 6 | 9 | 134 | 48 | 45 |
| Octal | 351 | 166 | 332 | 0 | 61 | 6 | 11 | 464 | 110 | 105 |
| Binary | 11101001 | 1110110 | 11011010 | 0 | 110001 | 110 | 1001 | 100110100 | 1001000 | 1000101 |
Color Harmonies of #E976DA
Complementary color
Monochromatic Colors of #E976DA
Black with #E976DA
Text Example
Text Example
White with #E976DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E976DA; }
p { color: rgb(233,118,218); }
H1.HeaderClassName
{
color: #E976DA;
}
.AnyTagClassName
{
color: #E976DA;
}
</style>
background-color css
<style>
a { background-color: #E976DA; }
a { background-color: rgb(233,118,218); }
div.DivClassName
{
background-color: #E976DA;
}
.BgClassName
{
background-color: #E976DA;
}
</style>
border-color css
<style>
span { border-color: #E976DA; }
span { border-color: rgb(233,118,218); }
td.TdClassName
{
border-color: #E976DA;
}
.TagClassName
{
border-color: #E976DA;
}
</style>