Shades of Orchid #E773D6
Tints of Orchid #E773D6
RGB
CMYK
RGB Variations
Color information
#E773D6 (or 0xE773D6) is known color: Orchid. HEX triplet: E7, 73 and D6. RGB value is (231,115,214). Sum of RGB (Red+Green+Blue) = 231+115+214=560 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.25% from 560); Green value is 115 (45.31% from 255 or 20.54% from 560); Blue value is 214 (83.98% from 255 or 38.21% from 560); Max value from RGB is 231 - color contains mainly: red. Hex color #E773D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E773D6 is #188C29. Grayscale: #A0A0A0. Windows color (decimal): -1608746 or 14054375. OLE color: 14054375.
HSL color Cylindrical-coordinate representation of color #E773D6: hue angle of 308.79º 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 #E773D6 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 115 | 214 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.09 |
| HSL | 308.79º | 0.71% | 0.68% | - |
| HSV(B) | 308.79º | 0.5% | 0.91% | - |
| XYZ | 51.22 | 34.11 | 67.5 | - |
| YUV | 160.97 | 157.93 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 115 | 214 | 0 | 0.50 | 0.07 | 0.09 | 308.79 | 0.71 | 0.68 |
| Hex | E7 | 73 | D6 | 0 | 32 | 7 | 9 | 135 | 47 | 44 |
| Octal | 347 | 163 | 326 | 0 | 62 | 7 | 11 | 465 | 107 | 104 |
| Binary | 11100111 | 1110011 | 11010110 | 0 | 110010 | 111 | 1001 | 100110101 | 1000111 | 1000100 |
Color Harmonies of #E773D6
Complementary color
Monochromatic Colors of #E773D6
Black with #E773D6
Text Example
Text Example
White with #E773D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E773D6; }
p { color: rgb(231,115,214); }
H1.HeaderClassName
{
color: #E773D6;
}
.AnyTagClassName
{
color: #E773D6;
}
</style>
background-color css
<style>
a { background-color: #E773D6; }
a { background-color: rgb(231,115,214); }
div.DivClassName
{
background-color: #E773D6;
}
.BgClassName
{
background-color: #E773D6;
}
</style>
border-color css
<style>
span { border-color: #E773D6; }
span { border-color: rgb(231,115,214); }
td.TdClassName
{
border-color: #E773D6;
}
.TagClassName
{
border-color: #E773D6;
}
</style>