Shades of Orchid #DB6FC6
Tints of Orchid #DB6FC6
RGB
CMYK
RGB Variations
Color information
#DB6FC6 (or 0xDB6FC6) is known color: Orchid. HEX triplet: DB, 6F and C6. RGB value is (219,111,198). Sum of RGB (Red+Green+Blue) = 219+111+198=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 198 (77.73% from 255 or 37.5% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6FC6 is #249039. Grayscale: #989898. Windows color (decimal): -2396218 or 13004763. OLE color: 13004763.
HSL color Cylindrical-coordinate representation of color #DB6FC6: hue angle of 311.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 #DB6FC6 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 198 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.14 |
| HSL | 311.67º | 0.6% | 0.65% | - |
| HSV(B) | 311.67º | 0.49% | 0.86% | - |
| XYZ | 45.09 | 30.51 | 56.94 | - |
| YUV | 153.21 | 153.28 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 198 | 0 | 0.49 | 0.10 | 0.14 | 311.67 | 0.6 | 0.65 |
| Hex | DB | 6F | C6 | 0 | 31 | A | E | 138 | 3C | 41 |
| Octal | 333 | 157 | 306 | 0 | 61 | 12 | 16 | 470 | 74 | 101 |
| Binary | 11011011 | 1101111 | 11000110 | 0 | 110001 | 1010 | 1110 | 100111000 | 111100 | 1000001 |
Color Harmonies of #DB6FC6
Complementary color
Monochromatic Colors of #DB6FC6
Black with #DB6FC6
Text Example
Text Example
White with #DB6FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6FC6; }
p { color: rgb(219,111,198); }
H1.HeaderClassName
{
color: #DB6FC6;
}
.AnyTagClassName
{
color: #DB6FC6;
}
</style>
background-color css
<style>
a { background-color: #DB6FC6; }
a { background-color: rgb(219,111,198); }
div.DivClassName
{
background-color: #DB6FC6;
}
.BgClassName
{
background-color: #DB6FC6;
}
</style>
border-color css
<style>
span { border-color: #DB6FC6; }
span { border-color: rgb(219,111,198); }
td.TdClassName
{
border-color: #DB6FC6;
}
.TagClassName
{
border-color: #DB6FC6;
}
</style>