Shades of Orchid #E771DD
Tints of Orchid #E771DD
RGB
CMYK
RGB Variations
Color information
#E771DD (or 0xE771DD) is known color: Orchid. HEX triplet: E7, 71 and DD. RGB value is (231,113,221). Sum of RGB (Red+Green+Blue) = 231+113+221=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 113 (44.53% from 255 or 20% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 231 - color contains mainly: red. Hex color #E771DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E771DD is #188E22. Grayscale: #A0A0A0. Windows color (decimal): -1609251 or 14512615. OLE color: 14512615.
HSL color Cylindrical-coordinate representation of color #E771DD: hue angle of 305.08º 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 #E771DD is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 113 | 221 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.09 |
| HSL | 305.08º | 0.71% | 0.67% | - |
| HSV(B) | 305.08º | 0.51% | 0.91% | - |
| XYZ | 51.91 | 34.02 | 72.24 | - |
| YUV | 160.59 | 162.09 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 113 | 221 | 0 | 0.51 | 0.04 | 0.09 | 305.08 | 0.71 | 0.67 |
| Hex | E7 | 71 | DD | 0 | 33 | 4 | 9 | 131 | 47 | 43 |
| Octal | 347 | 161 | 335 | 0 | 63 | 4 | 11 | 461 | 107 | 103 |
| Binary | 11100111 | 1110001 | 11011101 | 0 | 110011 | 100 | 1001 | 100110001 | 1000111 | 1000011 |
Color Harmonies of #E771DD
Complementary color
Monochromatic Colors of #E771DD
Black with #E771DD
Text Example
Text Example
White with #E771DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E771DD; }
p { color: rgb(231,113,221); }
H1.HeaderClassName
{
color: #E771DD;
}
.AnyTagClassName
{
color: #E771DD;
}
</style>
background-color css
<style>
a { background-color: #E771DD; }
a { background-color: rgb(231,113,221); }
div.DivClassName
{
background-color: #E771DD;
}
.BgClassName
{
background-color: #E771DD;
}
</style>
border-color css
<style>
span { border-color: #E771DD; }
span { border-color: rgb(231,113,221); }
td.TdClassName
{
border-color: #E771DD;
}
.TagClassName
{
border-color: #E771DD;
}
</style>