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