Shades of Orchid #DB6DBA
Tints of Orchid #DB6DBA
RGB
CMYK
RGB Variations
Color information
#DB6DBA (or 0xDB6DBA) is known color: Orchid. HEX triplet: DB, 6D and BA. RGB value is (219,109,186). Sum of RGB (Red+Green+Blue) = 219+109+186=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6DBA is #249245. Grayscale: #969696. Windows color (decimal): -2396742 or 12217819. OLE color: 12217819.
HSL color Cylindrical-coordinate representation of color #DB6DBA: hue angle of 318º 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 #DB6DBA is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 186 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.14 |
| HSL | 318º | 0.6% | 0.64% | - |
| HSV(B) | 318º | 0.5% | 0.86% | - |
| XYZ | 43.54 | 29.54 | 49.86 | - |
| YUV | 150.67 | 147.94 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 186 | 0 | 0.50 | 0.15 | 0.14 | 318 | 0.6 | 0.64 |
| Hex | DB | 6D | BA | 0 | 32 | F | E | 13E | 3C | 40 |
| Octal | 333 | 155 | 272 | 0 | 62 | 17 | 16 | 476 | 74 | 100 |
| Binary | 11011011 | 1101101 | 10111010 | 0 | 110010 | 1111 | 1110 | 100111110 | 111100 | 1000000 |
Color Harmonies of #DB6DBA
Complementary color
Monochromatic Colors of #DB6DBA
Black with #DB6DBA
Text Example
Text Example
White with #DB6DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6DBA; }
p { color: rgb(219,109,186); }
H1.HeaderClassName
{
color: #DB6DBA;
}
.AnyTagClassName
{
color: #DB6DBA;
}
</style>
background-color css
<style>
a { background-color: #DB6DBA; }
a { background-color: rgb(219,109,186); }
div.DivClassName
{
background-color: #DB6DBA;
}
.BgClassName
{
background-color: #DB6DBA;
}
</style>
border-color css
<style>
span { border-color: #DB6DBA; }
span { border-color: rgb(219,109,186); }
td.TdClassName
{
border-color: #DB6DBA;
}
.TagClassName
{
border-color: #DB6DBA;
}
</style>