Shades of Orchid #DB6AE8
Tints of Orchid #DB6AE8
RGB
CMYK
RGB Variations
Color information
#DB6AE8 (or 0xDB6AE8) is known color: Orchid. HEX triplet: DB, 6A and E8. RGB value is (219,106,232). Sum of RGB (Red+Green+Blue) = 219+106+232=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 106 (41.80% from 255 or 19.03% from 557); Blue value is 232 (91.02% from 255 or 41.65% from 557); Max value from RGB is 232 - color contains mainly: blue. Hex color #DB6AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6AE8 is #249517. Grayscale: #999999. Windows color (decimal): -2397464 or 15231707. OLE color: 15231707.
HSL color Cylindrical-coordinate representation of color #DB6AE8: hue angle of 293.81º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB6AE8 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 106 | 232 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.09 |
| HSL | 293.81º | 0.73% | 0.66% | - |
| HSV(B) | 293.81º | 0.54% | 0.91% | - |
| XYZ | 48.93 | 31.19 | 79.79 | - |
| YUV | 154.15 | 171.94 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 232 | 0.06 | 0.54 | 0 | 0.09 | 293.81 | 0.73 | 0.66 |
| Hex | DB | 6A | E8 | 6 | 36 | 0 | 9 | 126 | 49 | 42 |
| Octal | 333 | 152 | 350 | 6 | 66 | 0 | 11 | 446 | 111 | 102 |
| Binary | 11011011 | 1101010 | 11101000 | 110 | 110110 | 0 | 1001 | 100100110 | 1001001 | 1000010 |
Color Harmonies of #DB6AE8
Complementary color
Monochromatic Colors of #DB6AE8
Black with #DB6AE8
Text Example
Text Example
White with #DB6AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6AE8; }
p { color: rgb(219,106,232); }
H1.HeaderClassName
{
color: #DB6AE8;
}
.AnyTagClassName
{
color: #DB6AE8;
}
</style>
background-color css
<style>
a { background-color: #DB6AE8; }
a { background-color: rgb(219,106,232); }
div.DivClassName
{
background-color: #DB6AE8;
}
.BgClassName
{
background-color: #DB6AE8;
}
</style>
border-color css
<style>
span { border-color: #DB6AE8; }
span { border-color: rgb(219,106,232); }
td.TdClassName
{
border-color: #DB6AE8;
}
.TagClassName
{
border-color: #DB6AE8;
}
</style>