Shades of Orchid #DB6FD4
Tints of Orchid #DB6FD4
RGB
CMYK
RGB Variations
Color information
#DB6FD4 (or 0xDB6FD4) is known color: Orchid. HEX triplet: DB, 6F and D4. RGB value is (219,111,212). Sum of RGB (Red+Green+Blue) = 219+111+212=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 111 (43.75% from 255 or 20.48% from 542); Blue value is 212 (83.20% from 255 or 39.11% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6FD4 is #24902B. Grayscale: #9A9A9A. Windows color (decimal): -2396204 or 13922267. OLE color: 13922267.
HSL color Cylindrical-coordinate representation of color #DB6FD4: hue angle of 303.89º 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 #DB6FD4 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 212 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.14 |
| HSL | 303.89º | 0.6% | 0.65% | - |
| HSV(B) | 303.89º | 0.49% | 0.86% | - |
| XYZ | 46.78 | 31.18 | 65.84 | - |
| YUV | 154.81 | 160.28 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 212 | 0 | 0.49 | 0.03 | 0.14 | 303.89 | 0.6 | 0.65 |
| Hex | DB | 6F | D4 | 0 | 31 | 3 | E | 130 | 3C | 41 |
| Octal | 333 | 157 | 324 | 0 | 61 | 3 | 16 | 460 | 74 | 101 |
| Binary | 11011011 | 1101111 | 11010100 | 0 | 110001 | 11 | 1110 | 100110000 | 111100 | 1000001 |
Color Harmonies of #DB6FD4
Complementary color
Monochromatic Colors of #DB6FD4
Black with #DB6FD4
Text Example
Text Example
White with #DB6FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6FD4; }
p { color: rgb(219,111,212); }
H1.HeaderClassName
{
color: #DB6FD4;
}
.AnyTagClassName
{
color: #DB6FD4;
}
</style>
background-color css
<style>
a { background-color: #DB6FD4; }
a { background-color: rgb(219,111,212); }
div.DivClassName
{
background-color: #DB6FD4;
}
.BgClassName
{
background-color: #DB6FD4;
}
</style>
border-color css
<style>
span { border-color: #DB6FD4; }
span { border-color: rgb(219,111,212); }
td.TdClassName
{
border-color: #DB6FD4;
}
.TagClassName
{
border-color: #DB6FD4;
}
</style>