Shades of Orchid #DB6FD5
Tints of Orchid #DB6FD5
RGB
CMYK
RGB Variations
Color information
#DB6FD5 (or 0xDB6FD5) is known color: Orchid. HEX triplet: DB, 6F and D5. RGB value is (219,111,213). Sum of RGB (Red+Green+Blue) = 219+111+213=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 111 (43.75% from 255 or 20.44% from 543); Blue value is 213 (83.59% from 255 or 39.23% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6FD5 is #24902A. Grayscale: #9A9A9A. Windows color (decimal): -2396203 or 13987803. OLE color: 13987803.
HSL color Cylindrical-coordinate representation of color #DB6FD5: hue angle of 303.33º 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 #DB6FD5 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 213 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.14 |
| HSL | 303.33º | 0.6% | 0.65% | - |
| HSV(B) | 303.33º | 0.49% | 0.86% | - |
| XYZ | 46.91 | 31.23 | 66.51 | - |
| YUV | 154.92 | 160.78 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 213 | 0 | 0.49 | 0.03 | 0.14 | 303.33 | 0.6 | 0.65 |
| Hex | DB | 6F | D5 | 0 | 31 | 3 | E | 12F | 3C | 41 |
| Octal | 333 | 157 | 325 | 0 | 61 | 3 | 16 | 457 | 74 | 101 |
| Binary | 11011011 | 1101111 | 11010101 | 0 | 110001 | 11 | 1110 | 100101111 | 111100 | 1000001 |
Color Harmonies of #DB6FD5
Complementary color
Monochromatic Colors of #DB6FD5
Black with #DB6FD5
Text Example
Text Example
White with #DB6FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6FD5; }
p { color: rgb(219,111,213); }
H1.HeaderClassName
{
color: #DB6FD5;
}
.AnyTagClassName
{
color: #DB6FD5;
}
</style>
background-color css
<style>
a { background-color: #DB6FD5; }
a { background-color: rgb(219,111,213); }
div.DivClassName
{
background-color: #DB6FD5;
}
.BgClassName
{
background-color: #DB6FD5;
}
</style>
border-color css
<style>
span { border-color: #DB6FD5; }
span { border-color: rgb(219,111,213); }
td.TdClassName
{
border-color: #DB6FD5;
}
.TagClassName
{
border-color: #DB6FD5;
}
</style>