Shades of Orchid #DB6ABB
Tints of Orchid #DB6ABB
RGB
CMYK
RGB Variations
Color information
#DB6ABB (or 0xDB6ABB) is known color: Orchid. HEX triplet: DB, 6A and BB. RGB value is (219,106,187). Sum of RGB (Red+Green+Blue) = 219+106+187=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6ABB is #249544. Grayscale: #949494. Windows color (decimal): -2397509 or 12282587. OLE color: 12282587.
HSL color Cylindrical-coordinate representation of color #DB6ABB: hue angle of 316.99º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6ABB is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 187 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.14 |
| HSL | 316.99º | 0.61% | 0.64% | - |
| HSV(B) | 316.99º | 0.52% | 0.86% | - |
| XYZ | 43.34 | 28.96 | 50.32 | - |
| YUV | 149.02 | 149.44 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 187 | 0 | 0.52 | 0.15 | 0.14 | 316.99 | 0.61 | 0.64 |
| Hex | DB | 6A | BB | 0 | 34 | F | E | 13D | 3D | 40 |
| Octal | 333 | 152 | 273 | 0 | 64 | 17 | 16 | 475 | 75 | 100 |
| Binary | 11011011 | 1101010 | 10111011 | 0 | 110100 | 1111 | 1110 | 100111101 | 111101 | 1000000 |
Color Harmonies of #DB6ABB
Complementary color
Monochromatic Colors of #DB6ABB
Black with #DB6ABB
Text Example
Text Example
White with #DB6ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6ABB; }
p { color: rgb(219,106,187); }
H1.HeaderClassName
{
color: #DB6ABB;
}
.AnyTagClassName
{
color: #DB6ABB;
}
</style>
background-color css
<style>
a { background-color: #DB6ABB; }
a { background-color: rgb(219,106,187); }
div.DivClassName
{
background-color: #DB6ABB;
}
.BgClassName
{
background-color: #DB6ABB;
}
</style>
border-color css
<style>
span { border-color: #DB6ABB; }
span { border-color: rgb(219,106,187); }
td.TdClassName
{
border-color: #DB6ABB;
}
.TagClassName
{
border-color: #DB6ABB;
}
</style>