Shades of Orchid #DB6DDB
Tints of Orchid #DB6DDB
RGB
CMYK
RGB Variations
Color information
#DB6DDB (or 0xDB6DDB) is known color: Orchid. HEX triplet: DB, 6D and DB. RGB value is (219,109,219). Sum of RGB (Red+Green+Blue) = 219+109+219=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 109 (42.97% from 255 or 19.93% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB6DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6DDB is #249224. Grayscale: #9A9A9A. Windows color (decimal): -2396709 or 14380507. OLE color: 14380507.
HSL color Cylindrical-coordinate representation of color #DB6DDB: hue angle of 300º 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 #DB6DDB is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 109 | 219 | - |
CMYK | 0 | 0.50 | 0 | 0.14 |
HSL | 300º | 0.6% | 0.64% | - |
HSV(B) | 300º | 0.5% | 0.86% | - |
XYZ | 47.47 | 31.11 | 70.52 | - |
YUV | 154.43 | 164.44 | 174.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 109 | 219 | 0 | 0.50 | 0 | 0.14 | 300 | 0.6 | 0.64 |
Hex | DB | 6D | DB | 0 | 32 | 0 | E | 12C | 3C | 40 |
Octal | 333 | 155 | 333 | 0 | 62 | 0 | 16 | 454 | 74 | 100 |
Binary | 11011011 | 1101101 | 11011011 | 0 | 110010 | 0 | 1110 | 100101100 | 111100 | 1000000 |
Color Harmonies of #DB6DDB
Complementary color
Monochromatic Colors of #DB6DDB
Black with #DB6DDB
Text Example
Text Example
White with #DB6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6DDB; }
p { color: rgb(219,109,219); }
H1.HeaderClassName
{
color: #DB6DDB;
}
.AnyTagClassName
{
color: #DB6DDB;
}
</style>
background-color css
<style>
a { background-color: #DB6DDB; }
a { background-color: rgb(219,109,219); }
div.DivClassName
{
background-color: #DB6DDB;
}
.BgClassName
{
background-color: #DB6DDB;
}
</style>
border-color css
<style>
span { border-color: #DB6DDB; }
span { border-color: rgb(219,109,219); }
td.TdClassName
{
border-color: #DB6DDB;
}
.TagClassName
{
border-color: #DB6DDB;
}
</style>