Shades of Orchid #DB6FD1
Tints of Orchid #DB6FD1
RGB
CMYK
RGB Variations
Color information
#DB6FD1 (or 0xDB6FD1) is known color: Orchid. HEX triplet: DB, 6F and D1. RGB value is (219,111,209). Sum of RGB (Red+Green+Blue) = 219+111+209=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 111 (43.75% from 255 or 20.59% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6FD1 is #24902E. Grayscale: #9A9A9A. Windows color (decimal): -2396207 or 13725659. OLE color: 13725659.
HSL color Cylindrical-coordinate representation of color #DB6FD1: hue angle of 305.56º 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 #DB6FD1 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 111 | 209 | - |
CMYK | 0 | 0.49 | 0.05 | 0.14 |
HSL | 305.56º | 0.6% | 0.65% | - |
HSV(B) | 305.56º | 0.49% | 0.86% | - |
XYZ | 46.41 | 31.03 | 63.87 | - |
YUV | 154.46 | 158.78 | 174.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 111 | 209 | 0 | 0.49 | 0.05 | 0.14 | 305.56 | 0.6 | 0.65 |
Hex | DB | 6F | D1 | 0 | 31 | 5 | E | 132 | 3C | 41 |
Octal | 333 | 157 | 321 | 0 | 61 | 5 | 16 | 462 | 74 | 101 |
Binary | 11011011 | 1101111 | 11010001 | 0 | 110001 | 101 | 1110 | 100110010 | 111100 | 1000001 |
Color Harmonies of #DB6FD1
Complementary color
Monochromatic Colors of #DB6FD1
Black with #DB6FD1
Text Example
Text Example
White with #DB6FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6FD1; }
p { color: rgb(219,111,209); }
H1.HeaderClassName
{
color: #DB6FD1;
}
.AnyTagClassName
{
color: #DB6FD1;
}
</style>
background-color css
<style>
a { background-color: #DB6FD1; }
a { background-color: rgb(219,111,209); }
div.DivClassName
{
background-color: #DB6FD1;
}
.BgClassName
{
background-color: #DB6FD1;
}
</style>
border-color css
<style>
span { border-color: #DB6FD1; }
span { border-color: rgb(219,111,209); }
td.TdClassName
{
border-color: #DB6FD1;
}
.TagClassName
{
border-color: #DB6FD1;
}
</style>