Shades of Orchid #DB6FBF
Tints of Orchid #DB6FBF
RGB
CMYK
RGB Variations
Color information
#DB6FBF (or 0xDB6FBF) is known color: Orchid. HEX triplet: DB, 6F and BF. RGB value is (219,111,191). Sum of RGB (Red+Green+Blue) = 219+111+191=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6FBF is #249040. Grayscale: #989898. Windows color (decimal): -2396225 or 12546011. OLE color: 12546011.
HSL color Cylindrical-coordinate representation of color #DB6FBF: hue angle of 315.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 #DB6FBF is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 191 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.14 |
| HSL | 315.56º | 0.6% | 0.65% | - |
| HSV(B) | 315.56º | 0.49% | 0.86% | - |
| XYZ | 44.3 | 30.19 | 52.78 | - |
| YUV | 152.41 | 149.78 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 191 | 0 | 0.49 | 0.13 | 0.14 | 315.56 | 0.6 | 0.65 |
| Hex | DB | 6F | BF | 0 | 31 | D | E | 13C | 3C | 41 |
| Octal | 333 | 157 | 277 | 0 | 61 | 15 | 16 | 474 | 74 | 101 |
| Binary | 11011011 | 1101111 | 10111111 | 0 | 110001 | 1101 | 1110 | 100111100 | 111100 | 1000001 |
Color Harmonies of #DB6FBF
Complementary color
Monochromatic Colors of #DB6FBF
Black with #DB6FBF
Text Example
Text Example
White with #DB6FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6FBF; }
p { color: rgb(219,111,191); }
H1.HeaderClassName
{
color: #DB6FBF;
}
.AnyTagClassName
{
color: #DB6FBF;
}
</style>
background-color css
<style>
a { background-color: #DB6FBF; }
a { background-color: rgb(219,111,191); }
div.DivClassName
{
background-color: #DB6FBF;
}
.BgClassName
{
background-color: #DB6FBF;
}
</style>
border-color css
<style>
span { border-color: #DB6FBF; }
span { border-color: rgb(219,111,191); }
td.TdClassName
{
border-color: #DB6FBF;
}
.TagClassName
{
border-color: #DB6FBF;
}
</style>