Shades of Orchid #E970D9
Tints of Orchid #E970D9
RGB
CMYK
RGB Variations
Color information
#E970D9 (or 0xE970D9) is known color: Orchid. HEX triplet: E9, 70 and D9. RGB value is (233,112,217). Sum of RGB (Red+Green+Blue) = 233+112+217=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 112 (44.14% from 255 or 19.93% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 233 - color contains mainly: red. Hex color #E970D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E970D9 is #168F26. Grayscale: #9F9F9F. Windows color (decimal): -1478439 or 14250217. OLE color: 14250217.
HSL color Cylindrical-coordinate representation of color #E970D9: hue angle of 307.93º 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 #E970D9 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 112 | 217 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.09 |
| HSL | 307.93º | 0.73% | 0.68% | - |
| HSV(B) | 307.93º | 0.52% | 0.91% | - |
| XYZ | 51.92 | 33.92 | 69.46 | - |
| YUV | 160.15 | 160.09 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 112 | 217 | 0 | 0.52 | 0.07 | 0.09 | 307.93 | 0.73 | 0.68 |
| Hex | E9 | 70 | D9 | 0 | 34 | 7 | 9 | 134 | 49 | 44 |
| Octal | 351 | 160 | 331 | 0 | 64 | 7 | 11 | 464 | 111 | 104 |
| Binary | 11101001 | 1110000 | 11011001 | 0 | 110100 | 111 | 1001 | 100110100 | 1001001 | 1000100 |
Color Harmonies of #E970D9
Complementary color
Monochromatic Colors of #E970D9
Black with #E970D9
Text Example
Text Example
White with #E970D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E970D9; }
p { color: rgb(233,112,217); }
H1.HeaderClassName
{
color: #E970D9;
}
.AnyTagClassName
{
color: #E970D9;
}
</style>
background-color css
<style>
a { background-color: #E970D9; }
a { background-color: rgb(233,112,217); }
div.DivClassName
{
background-color: #E970D9;
}
.BgClassName
{
background-color: #E970D9;
}
</style>
border-color css
<style>
span { border-color: #E970D9; }
span { border-color: rgb(233,112,217); }
td.TdClassName
{
border-color: #E970D9;
}
.TagClassName
{
border-color: #E970D9;
}
</style>