Shades of Orchid #E66FDB
Tints of Orchid #E66FDB
RGB
CMYK
RGB Variations
Color information
#E66FDB (or 0xE66FDB) is known color: Orchid. HEX triplet: E6, 6F and DB. RGB value is (230,111,219). Sum of RGB (Red+Green+Blue) = 230+111+219=560 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.07% from 560); Green value is 111 (43.75% from 255 or 19.82% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66FDB is #199024. Grayscale: #9E9E9E. Windows color (decimal): -1675301 or 14381030. OLE color: 14381030.
HSL color Cylindrical-coordinate representation of color #E66FDB: hue angle of 305.55º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66FDB is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 219 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.10 |
| HSL | 305.55º | 0.7% | 0.67% | - |
| HSV(B) | 305.55º | 0.52% | 0.9% | - |
| XYZ | 51.1 | 33.31 | 70.75 | - |
| YUV | 158.89 | 161.92 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 219 | 0 | 0.52 | 0.05 | 0.10 | 305.55 | 0.7 | 0.67 |
| Hex | E6 | 6F | DB | 0 | 34 | 5 | A | 132 | 46 | 43 |
| Octal | 346 | 157 | 333 | 0 | 64 | 5 | 12 | 462 | 106 | 103 |
| Binary | 11100110 | 1101111 | 11011011 | 0 | 110100 | 101 | 1010 | 100110010 | 1000110 | 1000011 |
Color Harmonies of #E66FDB
Complementary color
Monochromatic Colors of #E66FDB
Black with #E66FDB
Text Example
Text Example
White with #E66FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66FDB; }
p { color: rgb(230,111,219); }
H1.HeaderClassName
{
color: #E66FDB;
}
.AnyTagClassName
{
color: #E66FDB;
}
</style>
background-color css
<style>
a { background-color: #E66FDB; }
a { background-color: rgb(230,111,219); }
div.DivClassName
{
background-color: #E66FDB;
}
.BgClassName
{
background-color: #E66FDB;
}
</style>
border-color css
<style>
span { border-color: #E66FDB; }
span { border-color: rgb(230,111,219); }
td.TdClassName
{
border-color: #E66FDB;
}
.TagClassName
{
border-color: #E66FDB;
}
</style>