Shades of Orchid #E66DDB
Tints of Orchid #E66DDB
RGB
CMYK
RGB Variations
Color information
#E66DDB (or 0xE66DDB) is known color: Orchid. HEX triplet: E6, 6D and DB. RGB value is (230,109,219). Sum of RGB (Red+Green+Blue) = 230+109+219=558 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.22% from 558); Green value is 109 (42.97% from 255 or 19.53% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66DDB is #199224. Grayscale: #9D9D9D. Windows color (decimal): -1675813 or 14380518. OLE color: 14380518.
HSL color Cylindrical-coordinate representation of color #E66DDB: hue angle of 305.45º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66DDB is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 219 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.10 |
| HSL | 305.45º | 0.71% | 0.66% | - |
| HSV(B) | 305.45º | 0.53% | 0.9% | - |
| XYZ | 50.89 | 32.87 | 70.68 | - |
| YUV | 157.72 | 162.59 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 219 | 0 | 0.53 | 0.05 | 0.10 | 305.45 | 0.71 | 0.66 |
| Hex | E6 | 6D | DB | 0 | 35 | 5 | A | 131 | 47 | 42 |
| Octal | 346 | 155 | 333 | 0 | 65 | 5 | 12 | 461 | 107 | 102 |
| Binary | 11100110 | 1101101 | 11011011 | 0 | 110101 | 101 | 1010 | 100110001 | 1000111 | 1000010 |
Color Harmonies of #E66DDB
Complementary color
Monochromatic Colors of #E66DDB
Black with #E66DDB
Text Example
Text Example
White with #E66DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66DDB; }
p { color: rgb(230,109,219); }
H1.HeaderClassName
{
color: #E66DDB;
}
.AnyTagClassName
{
color: #E66DDB;
}
</style>
background-color css
<style>
a { background-color: #E66DDB; }
a { background-color: rgb(230,109,219); }
div.DivClassName
{
background-color: #E66DDB;
}
.BgClassName
{
background-color: #E66DDB;
}
</style>
border-color css
<style>
span { border-color: #E66DDB; }
span { border-color: rgb(230,109,219); }
td.TdClassName
{
border-color: #E66DDB;
}
.TagClassName
{
border-color: #E66DDB;
}
</style>