Shades of Orchid #E976DD
Tints of Orchid #E976DD
RGB
CMYK
RGB Variations
Color information
#E976DD (or 0xE976DD) is known color: Orchid. HEX triplet: E9, 76 and DD. RGB value is (233,118,221). Sum of RGB (Red+Green+Blue) = 233+118+221=572 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.73% from 572); Green value is 118 (46.48% from 255 or 20.63% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 233 - color contains mainly: red. Hex color #E976DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E976DD is #168922. Grayscale: #A3A3A3. Windows color (decimal): -1476899 or 14513897. OLE color: 14513897.
HSL color Cylindrical-coordinate representation of color #E976DD: hue angle of 306.26º 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 #E976DD is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 118 | 221 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.09 |
| HSL | 306.26º | 0.72% | 0.69% | - |
| HSV(B) | 306.26º | 0.49% | 0.91% | - |
| XYZ | 53.13 | 35.5 | 72.46 | - |
| YUV | 164.13 | 160.1 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 118 | 221 | 0 | 0.49 | 0.05 | 0.09 | 306.26 | 0.72 | 0.69 |
| Hex | E9 | 76 | DD | 0 | 31 | 5 | 9 | 132 | 48 | 45 |
| Octal | 351 | 166 | 335 | 0 | 61 | 5 | 11 | 462 | 110 | 105 |
| Binary | 11101001 | 1110110 | 11011101 | 0 | 110001 | 101 | 1001 | 100110010 | 1001000 | 1000101 |
Color Harmonies of #E976DD
Complementary color
Monochromatic Colors of #E976DD
Black with #E976DD
Text Example
Text Example
White with #E976DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E976DD; }
p { color: rgb(233,118,221); }
H1.HeaderClassName
{
color: #E976DD;
}
.AnyTagClassName
{
color: #E976DD;
}
</style>
background-color css
<style>
a { background-color: #E976DD; }
a { background-color: rgb(233,118,221); }
div.DivClassName
{
background-color: #E976DD;
}
.BgClassName
{
background-color: #E976DD;
}
</style>
border-color css
<style>
span { border-color: #E976DD; }
span { border-color: rgb(233,118,221); }
td.TdClassName
{
border-color: #E976DD;
}
.TagClassName
{
border-color: #E976DD;
}
</style>