Shades of Orchid #E681DB
Tints of Orchid #E681DB
RGB
CMYK
RGB Variations
Color information
#E681DB (or 0xE681DB) is known color: Orchid. HEX triplet: E6, 81 and DB. RGB value is (230,129,219). Sum of RGB (Red+Green+Blue) = 230+129+219=578 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.79% from 578); Green value is 129 (50.78% from 255 or 22.32% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 230 - color contains mainly: red. Hex color #E681DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E681DB is #197E24. Grayscale: #A9A9A9. Windows color (decimal): -1670693 or 14385638. OLE color: 14385638.
HSL color Cylindrical-coordinate representation of color #E681DB: hue angle of 306.53º 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 #E681DB is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 129 | 219 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.10 |
| HSL | 306.53º | 0.67% | 0.7% | - |
| HSV(B) | 306.53º | 0.44% | 0.9% | - |
| XYZ | 53.27 | 37.64 | 71.48 | - |
| YUV | 169.46 | 155.96 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 129 | 219 | 0 | 0.44 | 0.05 | 0.10 | 306.53 | 0.67 | 0.7 |
| Hex | E6 | 81 | DB | 0 | 2C | 5 | A | 133 | 43 | 46 |
| Octal | 346 | 201 | 333 | 0 | 54 | 5 | 12 | 463 | 103 | 106 |
| Binary | 11100110 | 10000001 | 11011011 | 0 | 101100 | 101 | 1010 | 100110011 | 1000011 | 1000110 |
Color Harmonies of #E681DB
Complementary color
Monochromatic Colors of #E681DB
Black with #E681DB
Text Example
Text Example
White with #E681DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E681DB; }
p { color: rgb(230,129,219); }
H1.HeaderClassName
{
color: #E681DB;
}
.AnyTagClassName
{
color: #E681DB;
}
</style>
background-color css
<style>
a { background-color: #E681DB; }
a { background-color: rgb(230,129,219); }
div.DivClassName
{
background-color: #E681DB;
}
.BgClassName
{
background-color: #E681DB;
}
</style>
border-color css
<style>
span { border-color: #E681DB; }
span { border-color: rgb(230,129,219); }
td.TdClassName
{
border-color: #E681DB;
}
.TagClassName
{
border-color: #E681DB;
}
</style>