Shades of Orchid #E773DD
Tints of Orchid #E773DD
RGB
CMYK
RGB Variations
Color information
#E773DD (or 0xE773DD) is known color: Orchid. HEX triplet: E7, 73 and DD. RGB value is (231,115,221). Sum of RGB (Red+Green+Blue) = 231+115+221=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 115 (45.31% from 255 or 20.28% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E773DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E773DD is #188C22. Grayscale: #A1A1A1. Windows color (decimal): -1608739 or 14513127. OLE color: 14513127.
HSL color Cylindrical-coordinate representation of color #E773DD: hue angle of 305.17º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E773DD is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 115 | 221 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.09 |
| HSL | 305.17º | 0.71% | 0.68% | - |
| HSV(B) | 305.17º | 0.5% | 0.91% | - |
| XYZ | 52.14 | 34.47 | 72.31 | - |
| YUV | 161.77 | 161.43 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 115 | 221 | 0 | 0.50 | 0.04 | 0.09 | 305.17 | 0.71 | 0.68 |
| Hex | E7 | 73 | DD | 0 | 32 | 4 | 9 | 131 | 47 | 44 |
| Octal | 347 | 163 | 335 | 0 | 62 | 4 | 11 | 461 | 107 | 104 |
| Binary | 11100111 | 1110011 | 11011101 | 0 | 110010 | 100 | 1001 | 100110001 | 1000111 | 1000100 |
Color Harmonies of #E773DD
Complementary color
Monochromatic Colors of #E773DD
Black with #E773DD
Text Example
Text Example
White with #E773DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E773DD; }
p { color: rgb(231,115,221); }
H1.HeaderClassName
{
color: #E773DD;
}
.AnyTagClassName
{
color: #E773DD;
}
</style>
background-color css
<style>
a { background-color: #E773DD; }
a { background-color: rgb(231,115,221); }
div.DivClassName
{
background-color: #E773DD;
}
.BgClassName
{
background-color: #E773DD;
}
</style>
border-color css
<style>
span { border-color: #E773DD; }
span { border-color: rgb(231,115,221); }
td.TdClassName
{
border-color: #E773DD;
}
.TagClassName
{
border-color: #E773DD;
}
</style>