Shades of Orchid #DB6FD3
Tints of Orchid #DB6FD3
RGB
CMYK
RGB Variations
Color information
#DB6FD3 (or 0xDB6FD3) is known color: Orchid. HEX triplet: DB, 6F and D3. RGB value is (219,111,211). Sum of RGB (Red+Green+Blue) = 219+111+211=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 211 (82.81% from 255 or 39.00% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6FD3 is #24902C. Grayscale: #9A9A9A. Windows color (decimal): -2396205 or 13856731. OLE color: 13856731.
HSL color Cylindrical-coordinate representation of color #DB6FD3: hue angle of 304.44º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB6FD3 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 211 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.14 |
| HSL | 304.44º | 0.6% | 0.65% | - |
| HSV(B) | 304.44º | 0.49% | 0.86% | - |
| XYZ | 46.66 | 31.13 | 65.18 | - |
| YUV | 154.69 | 159.78 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 211 | 0 | 0.49 | 0.04 | 0.14 | 304.44 | 0.6 | 0.65 |
| Hex | DB | 6F | D3 | 0 | 31 | 4 | E | 130 | 3C | 41 |
| Octal | 333 | 157 | 323 | 0 | 61 | 4 | 16 | 460 | 74 | 101 |
| Binary | 11011011 | 1101111 | 11010011 | 0 | 110001 | 100 | 1110 | 100110000 | 111100 | 1000001 |
Color Harmonies of #DB6FD3
Complementary color
Monochromatic Colors of #DB6FD3
Black with #DB6FD3
Text Example
Text Example
White with #DB6FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6FD3; }
p { color: rgb(219,111,211); }
H1.HeaderClassName
{
color: #DB6FD3;
}
.AnyTagClassName
{
color: #DB6FD3;
}
</style>
background-color css
<style>
a { background-color: #DB6FD3; }
a { background-color: rgb(219,111,211); }
div.DivClassName
{
background-color: #DB6FD3;
}
.BgClassName
{
background-color: #DB6FD3;
}
</style>
border-color css
<style>
span { border-color: #DB6FD3; }
span { border-color: rgb(219,111,211); }
td.TdClassName
{
border-color: #DB6FD3;
}
.TagClassName
{
border-color: #DB6FD3;
}
</style>