Shades of Orchid #DB6DBB
Tints of Orchid #DB6DBB
RGB
CMYK
RGB Variations
Color information
#DB6DBB (or 0xDB6DBB) is known color: Orchid. HEX triplet: DB, 6D and BB. RGB value is (219,109,187). Sum of RGB (Red+Green+Blue) = 219+109+187=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6DBB is #249244. Grayscale: #969696. Windows color (decimal): -2396741 or 12283355. OLE color: 12283355.
HSL color Cylindrical-coordinate representation of color #DB6DBB: hue angle of 317.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6DBB is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 187 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.14 |
| HSL | 317.45º | 0.6% | 0.64% | - |
| HSV(B) | 317.45º | 0.5% | 0.86% | - |
| XYZ | 43.65 | 29.59 | 50.42 | - |
| YUV | 150.78 | 148.44 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 187 | 0 | 0.50 | 0.15 | 0.14 | 317.45 | 0.6 | 0.64 |
| Hex | DB | 6D | BB | 0 | 32 | F | E | 13D | 3C | 40 |
| Octal | 333 | 155 | 273 | 0 | 62 | 17 | 16 | 475 | 74 | 100 |
| Binary | 11011011 | 1101101 | 10111011 | 0 | 110010 | 1111 | 1110 | 100111101 | 111100 | 1000000 |
Color Harmonies of #DB6DBB
Complementary color
Monochromatic Colors of #DB6DBB
Black with #DB6DBB
Text Example
Text Example
White with #DB6DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6DBB; }
p { color: rgb(219,109,187); }
H1.HeaderClassName
{
color: #DB6DBB;
}
.AnyTagClassName
{
color: #DB6DBB;
}
</style>
background-color css
<style>
a { background-color: #DB6DBB; }
a { background-color: rgb(219,109,187); }
div.DivClassName
{
background-color: #DB6DBB;
}
.BgClassName
{
background-color: #DB6DBB;
}
</style>
border-color css
<style>
span { border-color: #DB6DBB; }
span { border-color: rgb(219,109,187); }
td.TdClassName
{
border-color: #DB6DBB;
}
.TagClassName
{
border-color: #DB6DBB;
}
</style>