Shades of Orchid #E971DF
Tints of Orchid #E971DF
RGB
CMYK
RGB Variations
Color information
#E971DF (or 0xE971DF) is known color: Orchid. HEX triplet: E9, 71 and DF. RGB value is (233,113,223). Sum of RGB (Red+Green+Blue) = 233+113+223=569 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.95% from 569); Green value is 113 (44.53% from 255 or 19.86% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 233 - color contains mainly: red. Hex color #E971DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E971DF is #168E20. Grayscale: #A1A1A1. Windows color (decimal): -1478177 or 14643689. OLE color: 14643689.
HSL color Cylindrical-coordinate representation of color #E971DF: hue angle of 305º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E971DF is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 113 | 223 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.09 |
| HSL | 305º | 0.73% | 0.68% | - |
| HSV(B) | 305º | 0.52% | 0.91% | - |
| XYZ | 52.83 | 34.46 | 73.68 | - |
| YUV | 161.42 | 162.76 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 113 | 223 | 0 | 0.52 | 0.04 | 0.09 | 305 | 0.73 | 0.68 |
| Hex | E9 | 71 | DF | 0 | 34 | 4 | 9 | 131 | 49 | 44 |
| Octal | 351 | 161 | 337 | 0 | 64 | 4 | 11 | 461 | 111 | 104 |
| Binary | 11101001 | 1110001 | 11011111 | 0 | 110100 | 100 | 1001 | 100110001 | 1001001 | 1000100 |
Color Harmonies of #E971DF
Complementary color
Monochromatic Colors of #E971DF
Black with #E971DF
Text Example
Text Example
White with #E971DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E971DF; }
p { color: rgb(233,113,223); }
H1.HeaderClassName
{
color: #E971DF;
}
.AnyTagClassName
{
color: #E971DF;
}
</style>
background-color css
<style>
a { background-color: #E971DF; }
a { background-color: rgb(233,113,223); }
div.DivClassName
{
background-color: #E971DF;
}
.BgClassName
{
background-color: #E971DF;
}
</style>
border-color css
<style>
span { border-color: #E971DF; }
span { border-color: rgb(233,113,223); }
td.TdClassName
{
border-color: #E971DF;
}
.TagClassName
{
border-color: #E971DF;
}
</style>