Shades of Orchid #E770DB
Tints of Orchid #E770DB
RGB
CMYK
RGB Variations
Color information
#E770DB (or 0xE770DB) is known color: Orchid. HEX triplet: E7, 70 and DB. RGB value is (231,112,219). Sum of RGB (Red+Green+Blue) = 231+112+219=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 112 (44.14% from 255 or 19.93% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 231 - color contains mainly: red. Hex color #E770DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E770DB is #188F24. Grayscale: #9F9F9F. Windows color (decimal): -1609509 or 14381287. OLE color: 14381287.
HSL color Cylindrical-coordinate representation of color #E770DB: hue angle of 306.05º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E770DB is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 219 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.09 |
| HSL | 306.05º | 0.71% | 0.67% | - |
| HSV(B) | 306.05º | 0.52% | 0.91% | - |
| XYZ | 51.54 | 33.69 | 70.8 | - |
| YUV | 159.78 | 161.42 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 219 | 0 | 0.52 | 0.05 | 0.09 | 306.05 | 0.71 | 0.67 |
| Hex | E7 | 70 | DB | 0 | 34 | 5 | 9 | 132 | 47 | 43 |
| Octal | 347 | 160 | 333 | 0 | 64 | 5 | 11 | 462 | 107 | 103 |
| Binary | 11100111 | 1110000 | 11011011 | 0 | 110100 | 101 | 1001 | 100110010 | 1000111 | 1000011 |
Color Harmonies of #E770DB
Complementary color
Monochromatic Colors of #E770DB
Black with #E770DB
Text Example
Text Example
White with #E770DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E770DB; }
p { color: rgb(231,112,219); }
H1.HeaderClassName
{
color: #E770DB;
}
.AnyTagClassName
{
color: #E770DB;
}
</style>
background-color css
<style>
a { background-color: #E770DB; }
a { background-color: rgb(231,112,219); }
div.DivClassName
{
background-color: #E770DB;
}
.BgClassName
{
background-color: #E770DB;
}
</style>
border-color css
<style>
span { border-color: #E770DB; }
span { border-color: rgb(231,112,219); }
td.TdClassName
{
border-color: #E770DB;
}
.TagClassName
{
border-color: #E770DB;
}
</style>