Shades of Orchid #E771D9
Tints of Orchid #E771D9
RGB
CMYK
RGB Variations
Color information
#E771D9 (or 0xE771D9) is known color: Orchid. HEX triplet: E7, 71 and D9. RGB value is (231,113,217). Sum of RGB (Red+Green+Blue) = 231+113+217=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 113 (44.53% from 255 or 20.14% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E771D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E771D9 is #188E26. Grayscale: #9F9F9F. Windows color (decimal): -1609255 or 14250471. OLE color: 14250471.
HSL color Cylindrical-coordinate representation of color #E771D9: hue angle of 307.12º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E771D9 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 113 | 217 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.09 |
| HSL | 307.12º | 0.71% | 0.67% | - |
| HSV(B) | 307.12º | 0.51% | 0.91% | - |
| XYZ | 51.38 | 33.81 | 69.46 | - |
| YUV | 160.14 | 160.09 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 113 | 217 | 0 | 0.51 | 0.06 | 0.09 | 307.12 | 0.71 | 0.67 |
| Hex | E7 | 71 | D9 | 0 | 33 | 6 | 9 | 133 | 47 | 43 |
| Octal | 347 | 161 | 331 | 0 | 63 | 6 | 11 | 463 | 107 | 103 |
| Binary | 11100111 | 1110001 | 11011001 | 0 | 110011 | 110 | 1001 | 100110011 | 1000111 | 1000011 |
Color Harmonies of #E771D9
Complementary color
Monochromatic Colors of #E771D9
Black with #E771D9
Text Example
Text Example
White with #E771D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E771D9; }
p { color: rgb(231,113,217); }
H1.HeaderClassName
{
color: #E771D9;
}
.AnyTagClassName
{
color: #E771D9;
}
</style>
background-color css
<style>
a { background-color: #E771D9; }
a { background-color: rgb(231,113,217); }
div.DivClassName
{
background-color: #E771D9;
}
.BgClassName
{
background-color: #E771D9;
}
</style>
border-color css
<style>
span { border-color: #E771D9; }
span { border-color: rgb(231,113,217); }
td.TdClassName
{
border-color: #E771D9;
}
.TagClassName
{
border-color: #E771D9;
}
</style>