Shades of Orchid #E971DD
Tints of Orchid #E971DD
RGB
CMYK
RGB Variations
Color information
#E971DD (or 0xE971DD) is known color: Orchid. HEX triplet: E9, 71 and DD. RGB value is (233,113,221). Sum of RGB (Red+Green+Blue) = 233+113+221=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 233 - color contains mainly: red. Hex color #E971DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E971DD is #168E22. Grayscale: #A0A0A0. Windows color (decimal): -1478179 or 14512617. OLE color: 14512617.
HSL color Cylindrical-coordinate representation of color #E971DD: hue angle of 306º 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 #E971DD is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 113 | 221 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.09 |
| HSL | 306º | 0.73% | 0.68% | - |
| HSV(B) | 306º | 0.52% | 0.91% | - |
| XYZ | 52.56 | 34.35 | 72.27 | - |
| YUV | 161.19 | 161.76 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 113 | 221 | 0 | 0.52 | 0.05 | 0.09 | 306 | 0.73 | 0.68 |
| Hex | E9 | 71 | DD | 0 | 34 | 5 | 9 | 132 | 49 | 44 |
| Octal | 351 | 161 | 335 | 0 | 64 | 5 | 11 | 462 | 111 | 104 |
| Binary | 11101001 | 1110001 | 11011101 | 0 | 110100 | 101 | 1001 | 100110010 | 1001001 | 1000100 |
Color Harmonies of #E971DD
Complementary color
Monochromatic Colors of #E971DD
Black with #E971DD
Text Example
Text Example
White with #E971DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E971DD; }
p { color: rgb(233,113,221); }
H1.HeaderClassName
{
color: #E971DD;
}
.AnyTagClassName
{
color: #E971DD;
}
</style>
background-color css
<style>
a { background-color: #E971DD; }
a { background-color: rgb(233,113,221); }
div.DivClassName
{
background-color: #E971DD;
}
.BgClassName
{
background-color: #E971DD;
}
</style>
border-color css
<style>
span { border-color: #E971DD; }
span { border-color: rgb(233,113,221); }
td.TdClassName
{
border-color: #E971DD;
}
.TagClassName
{
border-color: #E971DD;
}
</style>