Shades of Orchid #E76DDD
Tints of Orchid #E76DDD
RGB
CMYK
RGB Variations
Color information
#E76DDD (or 0xE76DDD) is known color: Orchid. HEX triplet: E7, 6D and DD. RGB value is (231,109,221). Sum of RGB (Red+Green+Blue) = 231+109+221=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 109 (42.97% from 255 or 19.43% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76DDD is #189222. Grayscale: #9D9D9D. Windows color (decimal): -1610275 or 14511591. OLE color: 14511591.
HSL color Cylindrical-coordinate representation of color #E76DDD: hue angle of 304.92º 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 #E76DDD is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 109 | 221 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.09 |
| HSL | 304.92º | 0.72% | 0.67% | - |
| HSV(B) | 304.92º | 0.53% | 0.91% | - |
| XYZ | 51.47 | 33.15 | 72.09 | - |
| YUV | 158.25 | 163.42 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 109 | 221 | 0 | 0.53 | 0.04 | 0.09 | 304.92 | 0.72 | 0.67 |
| Hex | E7 | 6D | DD | 0 | 35 | 4 | 9 | 131 | 48 | 43 |
| Octal | 347 | 155 | 335 | 0 | 65 | 4 | 11 | 461 | 110 | 103 |
| Binary | 11100111 | 1101101 | 11011101 | 0 | 110101 | 100 | 1001 | 100110001 | 1001000 | 1000011 |
Color Harmonies of #E76DDD
Complementary color
Monochromatic Colors of #E76DDD
Black with #E76DDD
Text Example
Text Example
White with #E76DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76DDD; }
p { color: rgb(231,109,221); }
H1.HeaderClassName
{
color: #E76DDD;
}
.AnyTagClassName
{
color: #E76DDD;
}
</style>
background-color css
<style>
a { background-color: #E76DDD; }
a { background-color: rgb(231,109,221); }
div.DivClassName
{
background-color: #E76DDD;
}
.BgClassName
{
background-color: #E76DDD;
}
</style>
border-color css
<style>
span { border-color: #E76DDD; }
span { border-color: rgb(231,109,221); }
td.TdClassName
{
border-color: #E76DDD;
}
.TagClassName
{
border-color: #E76DDD;
}
</style>