Shades of Orchid #E776DD
Tints of Orchid #E776DD
RGB
CMYK
RGB Variations
Color information
#E776DD (or 0xE776DD) is known color: Orchid. HEX triplet: E7, 76 and DD. RGB value is (231,118,221). Sum of RGB (Red+Green+Blue) = 231+118+221=570 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.53% from 570); Green value is 118 (46.48% from 255 or 20.70% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 231 - color contains mainly: red. Hex color #E776DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E776DD is #188922. Grayscale: #A3A3A3. Windows color (decimal): -1607971 or 14513895. OLE color: 14513895.
HSL color Cylindrical-coordinate representation of color #E776DD: hue angle of 305.31º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E776DD is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 118 | 221 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.09 |
| HSL | 305.31º | 0.7% | 0.68% | - |
| HSV(B) | 305.31º | 0.49% | 0.91% | - |
| XYZ | 52.48 | 35.17 | 72.43 | - |
| YUV | 163.53 | 160.44 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 118 | 221 | 0 | 0.49 | 0.04 | 0.09 | 305.31 | 0.7 | 0.68 |
| Hex | E7 | 76 | DD | 0 | 31 | 4 | 9 | 131 | 46 | 44 |
| Octal | 347 | 166 | 335 | 0 | 61 | 4 | 11 | 461 | 106 | 104 |
| Binary | 11100111 | 1110110 | 11011101 | 0 | 110001 | 100 | 1001 | 100110001 | 1000110 | 1000100 |
Color Harmonies of #E776DD
Complementary color
Monochromatic Colors of #E776DD
Black with #E776DD
Text Example
Text Example
White with #E776DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E776DD; }
p { color: rgb(231,118,221); }
H1.HeaderClassName
{
color: #E776DD;
}
.AnyTagClassName
{
color: #E776DD;
}
</style>
background-color css
<style>
a { background-color: #E776DD; }
a { background-color: rgb(231,118,221); }
div.DivClassName
{
background-color: #E776DD;
}
.BgClassName
{
background-color: #E776DD;
}
</style>
border-color css
<style>
span { border-color: #E776DD; }
span { border-color: rgb(231,118,221); }
td.TdClassName
{
border-color: #E776DD;
}
.TagClassName
{
border-color: #E776DD;
}
</style>