Shades of Orchid #DB6DCC
Tints of Orchid #DB6DCC
RGB
CMYK
RGB Variations
Color information
#DB6DCC (or 0xDB6DCC) is known color: Orchid. HEX triplet: DB, 6D and CC. RGB value is (219,109,204). Sum of RGB (Red+Green+Blue) = 219+109+204=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6DCC is #249233. Grayscale: #989898. Windows color (decimal): -2396724 or 13397467. OLE color: 13397467.
HSL color Cylindrical-coordinate representation of color #DB6DCC: hue angle of 308.18º 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 #DB6DCC is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 204 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.14 |
| HSL | 308.18º | 0.6% | 0.64% | - |
| HSV(B) | 308.18º | 0.5% | 0.86% | - |
| XYZ | 45.58 | 30.36 | 60.58 | - |
| YUV | 152.72 | 156.94 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 204 | 0 | 0.50 | 0.07 | 0.14 | 308.18 | 0.6 | 0.64 |
| Hex | DB | 6D | CC | 0 | 32 | 7 | E | 134 | 3C | 40 |
| Octal | 333 | 155 | 314 | 0 | 62 | 7 | 16 | 464 | 74 | 100 |
| Binary | 11011011 | 1101101 | 11001100 | 0 | 110010 | 111 | 1110 | 100110100 | 111100 | 1000000 |
Color Harmonies of #DB6DCC
Complementary color
Monochromatic Colors of #DB6DCC
Black with #DB6DCC
Text Example
Text Example
White with #DB6DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6DCC; }
p { color: rgb(219,109,204); }
H1.HeaderClassName
{
color: #DB6DCC;
}
.AnyTagClassName
{
color: #DB6DCC;
}
</style>
background-color css
<style>
a { background-color: #DB6DCC; }
a { background-color: rgb(219,109,204); }
div.DivClassName
{
background-color: #DB6DCC;
}
.BgClassName
{
background-color: #DB6DCC;
}
</style>
border-color css
<style>
span { border-color: #DB6DCC; }
span { border-color: rgb(219,109,204); }
td.TdClassName
{
border-color: #DB6DCC;
}
.TagClassName
{
border-color: #DB6DCC;
}
</style>