Shades of Orchid #E680DB
Tints of Orchid #E680DB
RGB
CMYK
RGB Variations
Color information
#E680DB (or 0xE680DB) is known color: Orchid. HEX triplet: E6, 80 and DB. RGB value is (230,128,219). Sum of RGB (Red+Green+Blue) = 230+128+219=577 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.86% from 577); Green value is 128 (50.39% from 255 or 22.18% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 230 - color contains mainly: red. Hex color #E680DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E680DB is #197F24. Grayscale: #A8A8A8. Windows color (decimal): -1670949 or 14385382. OLE color: 14385382.
HSL color Cylindrical-coordinate representation of color #E680DB: hue angle of 306.47º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E680DB is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 219 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.10 |
| HSL | 306.47º | 0.67% | 0.7% | - |
| HSV(B) | 306.47º | 0.44% | 0.9% | - |
| XYZ | 53.14 | 37.38 | 71.43 | - |
| YUV | 168.87 | 156.29 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 219 | 0 | 0.44 | 0.05 | 0.10 | 306.47 | 0.67 | 0.7 |
| Hex | E6 | 80 | DB | 0 | 2C | 5 | A | 132 | 43 | 46 |
| Octal | 346 | 200 | 333 | 0 | 54 | 5 | 12 | 462 | 103 | 106 |
| Binary | 11100110 | 10000000 | 11011011 | 0 | 101100 | 101 | 1010 | 100110010 | 1000011 | 1000110 |
Color Harmonies of #E680DB
Complementary color
Monochromatic Colors of #E680DB
Black with #E680DB
Text Example
Text Example
White with #E680DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E680DB; }
p { color: rgb(230,128,219); }
H1.HeaderClassName
{
color: #E680DB;
}
.AnyTagClassName
{
color: #E680DB;
}
</style>
background-color css
<style>
a { background-color: #E680DB; }
a { background-color: rgb(230,128,219); }
div.DivClassName
{
background-color: #E680DB;
}
.BgClassName
{
background-color: #E680DB;
}
</style>
border-color css
<style>
span { border-color: #E680DB; }
span { border-color: rgb(230,128,219); }
td.TdClassName
{
border-color: #E680DB;
}
.TagClassName
{
border-color: #E680DB;
}
</style>