Shades of Orchid #DB6FBD
Tints of Orchid #DB6FBD
RGB
CMYK
RGB Variations
Color information
#DB6FBD (or 0xDB6FBD) is known color: Orchid. HEX triplet: DB, 6F and BD. RGB value is (219,111,189). Sum of RGB (Red+Green+Blue) = 219+111+189=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6FBD is #249042. Grayscale: #979797. Windows color (decimal): -2396227 or 12414939. OLE color: 12414939.
HSL color Cylindrical-coordinate representation of color #DB6FBD: hue angle of 316.67º 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 #DB6FBD is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 189 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.14 |
| HSL | 316.67º | 0.6% | 0.65% | - |
| HSV(B) | 316.67º | 0.49% | 0.86% | - |
| XYZ | 44.08 | 30.1 | 51.63 | - |
| YUV | 152.18 | 148.78 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 189 | 0 | 0.49 | 0.14 | 0.14 | 316.67 | 0.6 | 0.65 |
| Hex | DB | 6F | BD | 0 | 31 | E | E | 13D | 3C | 41 |
| Octal | 333 | 157 | 275 | 0 | 61 | 16 | 16 | 475 | 74 | 101 |
| Binary | 11011011 | 1101111 | 10111101 | 0 | 110001 | 1110 | 1110 | 100111101 | 111100 | 1000001 |
Color Harmonies of #DB6FBD
Complementary color
Monochromatic Colors of #DB6FBD
Black with #DB6FBD
Text Example
Text Example
White with #DB6FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6FBD; }
p { color: rgb(219,111,189); }
H1.HeaderClassName
{
color: #DB6FBD;
}
.AnyTagClassName
{
color: #DB6FBD;
}
</style>
background-color css
<style>
a { background-color: #DB6FBD; }
a { background-color: rgb(219,111,189); }
div.DivClassName
{
background-color: #DB6FBD;
}
.BgClassName
{
background-color: #DB6FBD;
}
</style>
border-color css
<style>
span { border-color: #DB6FBD; }
span { border-color: rgb(219,111,189); }
td.TdClassName
{
border-color: #DB6FBD;
}
.TagClassName
{
border-color: #DB6FBD;
}
</style>