Shades of Orchid #E76DDB
Tints of Orchid #E76DDB
RGB
CMYK
RGB Variations
Color information
#E76DDB (or 0xE76DDB) is known color: Orchid. HEX triplet: E7, 6D and DB. RGB value is (231,109,219). Sum of RGB (Red+Green+Blue) = 231+109+219=559 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.32% from 559); Green value is 109 (42.97% from 255 or 19.50% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76DDB is #189224. Grayscale: #9D9D9D. Windows color (decimal): -1610277 or 14380519. OLE color: 14380519.
HSL color Cylindrical-coordinate representation of color #E76DDB: hue angle of 305.9º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76DDB is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 109 | 219 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.09 |
| HSL | 305.9º | 0.72% | 0.67% | - |
| HSV(B) | 305.9º | 0.53% | 0.91% | - |
| XYZ | 51.21 | 33.04 | 70.7 | - |
| YUV | 158.02 | 162.42 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 109 | 219 | 0 | 0.53 | 0.05 | 0.09 | 305.9 | 0.72 | 0.67 |
| Hex | E7 | 6D | DB | 0 | 35 | 5 | 9 | 132 | 48 | 43 |
| Octal | 347 | 155 | 333 | 0 | 65 | 5 | 11 | 462 | 110 | 103 |
| Binary | 11100111 | 1101101 | 11011011 | 0 | 110101 | 101 | 1001 | 100110010 | 1001000 | 1000011 |
Color Harmonies of #E76DDB
Complementary color
Monochromatic Colors of #E76DDB
Black with #E76DDB
Text Example
Text Example
White with #E76DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76DDB; }
p { color: rgb(231,109,219); }
H1.HeaderClassName
{
color: #E76DDB;
}
.AnyTagClassName
{
color: #E76DDB;
}
</style>
background-color css
<style>
a { background-color: #E76DDB; }
a { background-color: rgb(231,109,219); }
div.DivClassName
{
background-color: #E76DDB;
}
.BgClassName
{
background-color: #E76DDB;
}
</style>
border-color css
<style>
span { border-color: #E76DDB; }
span { border-color: rgb(231,109,219); }
td.TdClassName
{
border-color: #E76DDB;
}
.TagClassName
{
border-color: #E76DDB;
}
</style>