Shades of Orchid #E66CDB
Tints of Orchid #E66CDB
RGB
CMYK
RGB Variations
Color information
#E66CDB (or 0xE66CDB) is known color: Orchid. HEX triplet: E6, 6C and DB. RGB value is (230,108,219). Sum of RGB (Red+Green+Blue) = 230+108+219=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 108 (42.58% from 255 or 19.39% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 230 - color contains mainly: red. Hex color #E66CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66CDB is #199324. Grayscale: #9C9C9C. Windows color (decimal): -1676069 or 14380262. OLE color: 14380262.
HSL color Cylindrical-coordinate representation of color #E66CDB: hue angle of 305.41º 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 #E66CDB is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 108 | 219 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.10 |
| HSL | 305.41º | 0.71% | 0.66% | - |
| HSV(B) | 305.41º | 0.53% | 0.9% | - |
| XYZ | 50.78 | 32.66 | 70.65 | - |
| YUV | 157.13 | 162.92 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 108 | 219 | 0 | 0.53 | 0.05 | 0.10 | 305.41 | 0.71 | 0.66 |
| Hex | E6 | 6C | DB | 0 | 35 | 5 | A | 131 | 47 | 42 |
| Octal | 346 | 154 | 333 | 0 | 65 | 5 | 12 | 461 | 107 | 102 |
| Binary | 11100110 | 1101100 | 11011011 | 0 | 110101 | 101 | 1010 | 100110001 | 1000111 | 1000010 |
Color Harmonies of #E66CDB
Complementary color
Monochromatic Colors of #E66CDB
Black with #E66CDB
Text Example
Text Example
White with #E66CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66CDB; }
p { color: rgb(230,108,219); }
H1.HeaderClassName
{
color: #E66CDB;
}
.AnyTagClassName
{
color: #E66CDB;
}
</style>
background-color css
<style>
a { background-color: #E66CDB; }
a { background-color: rgb(230,108,219); }
div.DivClassName
{
background-color: #E66CDB;
}
.BgClassName
{
background-color: #E66CDB;
}
</style>
border-color css
<style>
span { border-color: #E66CDB; }
span { border-color: rgb(230,108,219); }
td.TdClassName
{
border-color: #E66CDB;
}
.TagClassName
{
border-color: #E66CDB;
}
</style>