Shades of Orchid #DB6BDC
Tints of Orchid #DB6BDC
RGB
CMYK
RGB Variations
Color information
#DB6BDC (or 0xDB6BDC) is known color: Orchid. HEX triplet: DB, 6B and DC. RGB value is (219,107,220). Sum of RGB (Red+Green+Blue) = 219+107+220=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 107 (42.19% from 255 or 19.60% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB6BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6BDC is #249423. Grayscale: #999999. Windows color (decimal): -2397220 or 14445531. OLE color: 14445531.
HSL color Cylindrical-coordinate representation of color #DB6BDC: hue angle of 299.47º degrees, saturation: 0.62, 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 #DB6BDC is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 220 | - |
| CMYK | 0.00 | 0.51 | 0 | 0.14 |
| HSL | 299.47º | 0.62% | 0.64% | - |
| HSV(B) | 299.47º | 0.51% | 0.86% | - |
| XYZ | 47.39 | 30.74 | 71.15 | - |
| YUV | 153.37 | 165.61 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 220 | 0.00 | 0.51 | 0 | 0.14 | 299.47 | 0.62 | 0.64 |
| Hex | DB | 6B | DC | 0 | 33 | 0 | E | 12B | 3E | 40 |
| Octal | 333 | 153 | 334 | 0 | 63 | 0 | 16 | 453 | 76 | 100 |
| Binary | 11011011 | 1101011 | 11011100 | 0 | 110011 | 0 | 1110 | 100101011 | 111110 | 1000000 |
Color Harmonies of #DB6BDC
Complementary color
Monochromatic Colors of #DB6BDC
Black with #DB6BDC
Text Example
Text Example
White with #DB6BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6BDC; }
p { color: rgb(219,107,220); }
H1.HeaderClassName
{
color: #DB6BDC;
}
.AnyTagClassName
{
color: #DB6BDC;
}
</style>
background-color css
<style>
a { background-color: #DB6BDC; }
a { background-color: rgb(219,107,220); }
div.DivClassName
{
background-color: #DB6BDC;
}
.BgClassName
{
background-color: #DB6BDC;
}
</style>
border-color css
<style>
span { border-color: #DB6BDC; }
span { border-color: rgb(219,107,220); }
td.TdClassName
{
border-color: #DB6BDC;
}
.TagClassName
{
border-color: #DB6BDC;
}
</style>