Shades of Orchid #E771DA
Tints of Orchid #E771DA
RGB
CMYK
RGB Variations
Color information
#E771DA (or 0xE771DA) is known color: Orchid. HEX triplet: E7, 71 and DA. RGB value is (231,113,218). Sum of RGB (Red+Green+Blue) = 231+113+218=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 113 (44.53% from 255 or 20.11% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 231 - color contains mainly: red. Hex color #E771DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E771DA is #188E25. Grayscale: #9F9F9F. Windows color (decimal): -1609254 or 14316007. OLE color: 14316007.
HSL color Cylindrical-coordinate representation of color #E771DA: hue angle of 306.61º 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 #E771DA is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 113 | 218 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.09 |
| HSL | 306.61º | 0.71% | 0.67% | - |
| HSV(B) | 306.61º | 0.51% | 0.91% | - |
| XYZ | 51.52 | 33.86 | 70.15 | - |
| YUV | 160.25 | 160.59 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 113 | 218 | 0 | 0.51 | 0.06 | 0.09 | 306.61 | 0.71 | 0.67 |
| Hex | E7 | 71 | DA | 0 | 33 | 6 | 9 | 133 | 47 | 43 |
| Octal | 347 | 161 | 332 | 0 | 63 | 6 | 11 | 463 | 107 | 103 |
| Binary | 11100111 | 1110001 | 11011010 | 0 | 110011 | 110 | 1001 | 100110011 | 1000111 | 1000011 |
Color Harmonies of #E771DA
Complementary color
Monochromatic Colors of #E771DA
Black with #E771DA
Text Example
Text Example
White with #E771DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E771DA; }
p { color: rgb(231,113,218); }
H1.HeaderClassName
{
color: #E771DA;
}
.AnyTagClassName
{
color: #E771DA;
}
</style>
background-color css
<style>
a { background-color: #E771DA; }
a { background-color: rgb(231,113,218); }
div.DivClassName
{
background-color: #E771DA;
}
.BgClassName
{
background-color: #E771DA;
}
</style>
border-color css
<style>
span { border-color: #E771DA; }
span { border-color: rgb(231,113,218); }
td.TdClassName
{
border-color: #E771DA;
}
.TagClassName
{
border-color: #E771DA;
}
</style>