Shades of Orchid #E778D1
Tints of Orchid #E778D1
RGB
CMYK
RGB Variations
Color information
#E778D1 (or 0xE778D1) is known color: Orchid. HEX triplet: E7, 78 and D1. RGB value is (231,120,209). Sum of RGB (Red+Green+Blue) = 231+120+209=560 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.25% from 560); Green value is 120 (47.27% from 255 or 21.43% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 231 - color contains mainly: red. Hex color #E778D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E778D1 is #18872E. Grayscale: #A3A3A3. Windows color (decimal): -1607471 or 13727975. OLE color: 13727975.
HSL color Cylindrical-coordinate representation of color #E778D1: hue angle of 311.89º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E778D1 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 120 | 209 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.09 |
| HSL | 311.89º | 0.7% | 0.69% | - |
| HSV(B) | 311.89º | 0.48% | 0.91% | - |
| XYZ | 51.18 | 35.03 | 64.38 | - |
| YUV | 163.34 | 153.77 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 120 | 209 | 0 | 0.48 | 0.10 | 0.09 | 311.89 | 0.7 | 0.69 |
| Hex | E7 | 78 | D1 | 0 | 30 | A | 9 | 138 | 46 | 45 |
| Octal | 347 | 170 | 321 | 0 | 60 | 12 | 11 | 470 | 106 | 105 |
| Binary | 11100111 | 1111000 | 11010001 | 0 | 110000 | 1010 | 1001 | 100111000 | 1000110 | 1000101 |
Color Harmonies of #E778D1
Complementary color
Monochromatic Colors of #E778D1
Black with #E778D1
Text Example
Text Example
White with #E778D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E778D1; }
p { color: rgb(231,120,209); }
H1.HeaderClassName
{
color: #E778D1;
}
.AnyTagClassName
{
color: #E778D1;
}
</style>
background-color css
<style>
a { background-color: #E778D1; }
a { background-color: rgb(231,120,209); }
div.DivClassName
{
background-color: #E778D1;
}
.BgClassName
{
background-color: #E778D1;
}
</style>
border-color css
<style>
span { border-color: #E778D1; }
span { border-color: rgb(231,120,209); }
td.TdClassName
{
border-color: #E778D1;
}
.TagClassName
{
border-color: #E778D1;
}
</style>