Shades of Orchid #DB6FDC
Tints of Orchid #DB6FDC
RGB
CMYK
RGB Variations
Color information
#DB6FDC (or 0xDB6FDC) is known color: Orchid. HEX triplet: DB, 6F and DC. RGB value is (219,111,220). Sum of RGB (Red+Green+Blue) = 219+111+220=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 111 (43.75% from 255 or 20.18% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB6FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6FDC is #249023. Grayscale: #9B9B9B. Windows color (decimal): -2396196 or 14446555. OLE color: 14446555.
HSL color Cylindrical-coordinate representation of color #DB6FDC: hue angle of 299.45º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6FDC is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 220 | - |
| CMYK | 0.00 | 0.50 | 0 | 0.14 |
| HSL | 299.45º | 0.61% | 0.65% | - |
| HSV(B) | 299.45º | 0.5% | 0.86% | - |
| XYZ | 47.82 | 31.6 | 71.29 | - |
| YUV | 155.72 | 164.28 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 220 | 0.00 | 0.50 | 0 | 0.14 | 299.45 | 0.61 | 0.65 |
| Hex | DB | 6F | DC | 0 | 32 | 0 | E | 12B | 3D | 41 |
| Octal | 333 | 157 | 334 | 0 | 62 | 0 | 16 | 453 | 75 | 101 |
| Binary | 11011011 | 1101111 | 11011100 | 0 | 110010 | 0 | 1110 | 100101011 | 111101 | 1000001 |
Color Harmonies of #DB6FDC
Complementary color
Monochromatic Colors of #DB6FDC
Black with #DB6FDC
Text Example
Text Example
White with #DB6FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6FDC; }
p { color: rgb(219,111,220); }
H1.HeaderClassName
{
color: #DB6FDC;
}
.AnyTagClassName
{
color: #DB6FDC;
}
</style>
background-color css
<style>
a { background-color: #DB6FDC; }
a { background-color: rgb(219,111,220); }
div.DivClassName
{
background-color: #DB6FDC;
}
.BgClassName
{
background-color: #DB6FDC;
}
</style>
border-color css
<style>
span { border-color: #DB6FDC; }
span { border-color: rgb(219,111,220); }
td.TdClassName
{
border-color: #DB6FDC;
}
.TagClassName
{
border-color: #DB6FDC;
}
</style>