Shades of Orchid #E976DF
Tints of Orchid #E976DF
RGB
CMYK
RGB Variations
Color information
#E976DF (or 0xE976DF) is known color: Orchid. HEX triplet: E9, 76 and DF. RGB value is (233,118,223). Sum of RGB (Red+Green+Blue) = 233+118+223=574 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.59% from 574); Green value is 118 (46.48% from 255 or 20.56% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 233 - color contains mainly: red. Hex color #E976DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E976DF is #168920. Grayscale: #A4A4A4. Windows color (decimal): -1476897 or 14644969. OLE color: 14644969.
HSL color Cylindrical-coordinate representation of color #E976DF: hue angle of 305.22º 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 #E976DF is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 118 | 223 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.09 |
| HSL | 305.22º | 0.72% | 0.69% | - |
| HSV(B) | 305.22º | 0.49% | 0.91% | - |
| XYZ | 53.4 | 35.61 | 73.87 | - |
| YUV | 164.36 | 161.1 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 118 | 223 | 0 | 0.49 | 0.04 | 0.09 | 305.22 | 0.72 | 0.69 |
| Hex | E9 | 76 | DF | 0 | 31 | 4 | 9 | 131 | 48 | 45 |
| Octal | 351 | 166 | 337 | 0 | 61 | 4 | 11 | 461 | 110 | 105 |
| Binary | 11101001 | 1110110 | 11011111 | 0 | 110001 | 100 | 1001 | 100110001 | 1001000 | 1000101 |
Color Harmonies of #E976DF
Complementary color
Monochromatic Colors of #E976DF
Black with #E976DF
Text Example
Text Example
White with #E976DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E976DF; }
p { color: rgb(233,118,223); }
H1.HeaderClassName
{
color: #E976DF;
}
.AnyTagClassName
{
color: #E976DF;
}
</style>
background-color css
<style>
a { background-color: #E976DF; }
a { background-color: rgb(233,118,223); }
div.DivClassName
{
background-color: #E976DF;
}
.BgClassName
{
background-color: #E976DF;
}
</style>
border-color css
<style>
span { border-color: #E976DF; }
span { border-color: rgb(233,118,223); }
td.TdClassName
{
border-color: #E976DF;
}
.TagClassName
{
border-color: #E976DF;
}
</style>