Shades of Orchid #E778DB
Tints of Orchid #E778DB
RGB
CMYK
RGB Variations
Color information
#E778DB (or 0xE778DB) is known color: Orchid. HEX triplet: E7, 78 and DB. RGB value is (231,120,219). Sum of RGB (Red+Green+Blue) = 231+120+219=570 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.53% from 570); Green value is 120 (47.27% from 255 or 21.05% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 231 - color contains mainly: red. Hex color #E778DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E778DB is #188724. Grayscale: #A4A4A4. Windows color (decimal): -1607461 or 14383335. OLE color: 14383335.
HSL color Cylindrical-coordinate representation of color #E778DB: hue angle of 306.49º 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 #E778DB is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 120 | 219 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.09 |
| HSL | 306.49º | 0.7% | 0.69% | - |
| HSV(B) | 306.49º | 0.48% | 0.91% | - |
| XYZ | 52.46 | 35.54 | 71.11 | - |
| YUV | 164.48 | 158.77 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 120 | 219 | 0 | 0.48 | 0.05 | 0.09 | 306.49 | 0.7 | 0.69 |
| Hex | E7 | 78 | DB | 0 | 30 | 5 | 9 | 132 | 46 | 45 |
| Octal | 347 | 170 | 333 | 0 | 60 | 5 | 11 | 462 | 106 | 105 |
| Binary | 11100111 | 1111000 | 11011011 | 0 | 110000 | 101 | 1001 | 100110010 | 1000110 | 1000101 |
Color Harmonies of #E778DB
Complementary color
Monochromatic Colors of #E778DB
Black with #E778DB
Text Example
Text Example
White with #E778DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E778DB; }
p { color: rgb(231,120,219); }
H1.HeaderClassName
{
color: #E778DB;
}
.AnyTagClassName
{
color: #E778DB;
}
</style>
background-color css
<style>
a { background-color: #E778DB; }
a { background-color: rgb(231,120,219); }
div.DivClassName
{
background-color: #E778DB;
}
.BgClassName
{
background-color: #E778DB;
}
</style>
border-color css
<style>
span { border-color: #E778DB; }
span { border-color: rgb(231,120,219); }
td.TdClassName
{
border-color: #E778DB;
}
.TagClassName
{
border-color: #E778DB;
}
</style>