Shades of Orchid #DB6BDA
Tints of Orchid #DB6BDA
RGB
CMYK
RGB Variations
Color information
#DB6BDA (or 0xDB6BDA) is known color: Orchid. HEX triplet: DB, 6B and DA. RGB value is (219,107,218). Sum of RGB (Red+Green+Blue) = 219+107+218=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 107 (42.19% from 255 or 19.67% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6BDA is #249425. Grayscale: #989898. Windows color (decimal): -2397222 or 14314459. OLE color: 14314459.
HSL color Cylindrical-coordinate representation of color #DB6BDA: hue angle of 300.54º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6BDA is Cyan = 0, Magento = 0.51, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 218 | - |
| CMYK | 0 | 0.51 | 0.00 | 0.14 |
| HSL | 300.54º | 0.61% | 0.64% | - |
| HSV(B) | 300.54º | 0.51% | 0.86% | - |
| XYZ | 47.13 | 30.64 | 69.76 | - |
| YUV | 153.14 | 164.61 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 218 | 0 | 0.51 | 0.00 | 0.14 | 300.54 | 0.61 | 0.64 |
| Hex | DB | 6B | DA | 0 | 33 | 0 | E | 12D | 3D | 40 |
| Octal | 333 | 153 | 332 | 0 | 63 | 0 | 16 | 455 | 75 | 100 |
| Binary | 11011011 | 1101011 | 11011010 | 0 | 110011 | 0 | 1110 | 100101101 | 111101 | 1000000 |
Color Harmonies of #DB6BDA
Complementary color
Monochromatic Colors of #DB6BDA
Black with #DB6BDA
Text Example
Text Example
White with #DB6BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6BDA; }
p { color: rgb(219,107,218); }
H1.HeaderClassName
{
color: #DB6BDA;
}
.AnyTagClassName
{
color: #DB6BDA;
}
</style>
background-color css
<style>
a { background-color: #DB6BDA; }
a { background-color: rgb(219,107,218); }
div.DivClassName
{
background-color: #DB6BDA;
}
.BgClassName
{
background-color: #DB6BDA;
}
</style>
border-color css
<style>
span { border-color: #DB6BDA; }
span { border-color: rgb(219,107,218); }
td.TdClassName
{
border-color: #DB6BDA;
}
.TagClassName
{
border-color: #DB6BDA;
}
</style>