Shades of Orchid #E771D5
Tints of Orchid #E771D5
RGB
CMYK
RGB Variations
Color information
#E771D5 (or 0xE771D5) is known color: Orchid. HEX triplet: E7, 71 and D5. RGB value is (231,113,213). Sum of RGB (Red+Green+Blue) = 231+113+213=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 113 (44.53% from 255 or 20.29% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 231 - color contains mainly: red. Hex color #E771D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E771D5 is #188E2A. Grayscale: #9F9F9F. Windows color (decimal): -1609259 or 13988327. OLE color: 13988327.
HSL color Cylindrical-coordinate representation of color #E771D5: hue angle of 309.15º 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 #E771D5 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 113 | 213 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.09 |
| HSL | 309.15º | 0.71% | 0.67% | - |
| HSV(B) | 309.15º | 0.51% | 0.91% | - |
| XYZ | 50.87 | 33.6 | 66.76 | - |
| YUV | 159.68 | 158.09 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 113 | 213 | 0 | 0.51 | 0.08 | 0.09 | 309.15 | 0.71 | 0.67 |
| Hex | E7 | 71 | D5 | 0 | 33 | 8 | 9 | 135 | 47 | 43 |
| Octal | 347 | 161 | 325 | 0 | 63 | 10 | 11 | 465 | 107 | 103 |
| Binary | 11100111 | 1110001 | 11010101 | 0 | 110011 | 1000 | 1001 | 100110101 | 1000111 | 1000011 |
Color Harmonies of #E771D5
Complementary color
Monochromatic Colors of #E771D5
Black with #E771D5
Text Example
Text Example
White with #E771D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E771D5; }
p { color: rgb(231,113,213); }
H1.HeaderClassName
{
color: #E771D5;
}
.AnyTagClassName
{
color: #E771D5;
}
</style>
background-color css
<style>
a { background-color: #E771D5; }
a { background-color: rgb(231,113,213); }
div.DivClassName
{
background-color: #E771D5;
}
.BgClassName
{
background-color: #E771D5;
}
</style>
border-color css
<style>
span { border-color: #E771D5; }
span { border-color: rgb(231,113,213); }
td.TdClassName
{
border-color: #E771D5;
}
.TagClassName
{
border-color: #E771D5;
}
</style>