Shades of Orchid #DB6FC0
Tints of Orchid #DB6FC0
RGB
CMYK
RGB Variations
Color information
#DB6FC0 (or 0xDB6FC0) is known color: Orchid. HEX triplet: DB, 6F and C0. RGB value is (219,111,192). Sum of RGB (Red+Green+Blue) = 219+111+192=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6FC0 is #24903F. Grayscale: #989898. Windows color (decimal): -2396224 or 12611547. OLE color: 12611547.
HSL color Cylindrical-coordinate representation of color #DB6FC0: hue angle of 315º 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 #DB6FC0 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 192 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.14 |
| HSL | 315º | 0.6% | 0.65% | - |
| HSV(B) | 315º | 0.49% | 0.86% | - |
| XYZ | 44.41 | 30.23 | 53.36 | - |
| YUV | 152.53 | 150.28 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 192 | 0 | 0.49 | 0.12 | 0.14 | 315 | 0.6 | 0.65 |
| Hex | DB | 6F | C0 | 0 | 31 | C | E | 13B | 3C | 41 |
| Octal | 333 | 157 | 300 | 0 | 61 | 14 | 16 | 473 | 74 | 101 |
| Binary | 11011011 | 1101111 | 11000000 | 0 | 110001 | 1100 | 1110 | 100111011 | 111100 | 1000001 |
Color Harmonies of #DB6FC0
Complementary color
Monochromatic Colors of #DB6FC0
Black with #DB6FC0
Text Example
Text Example
White with #DB6FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6FC0; }
p { color: rgb(219,111,192); }
H1.HeaderClassName
{
color: #DB6FC0;
}
.AnyTagClassName
{
color: #DB6FC0;
}
</style>
background-color css
<style>
a { background-color: #DB6FC0; }
a { background-color: rgb(219,111,192); }
div.DivClassName
{
background-color: #DB6FC0;
}
.BgClassName
{
background-color: #DB6FC0;
}
</style>
border-color css
<style>
span { border-color: #DB6FC0; }
span { border-color: rgb(219,111,192); }
td.TdClassName
{
border-color: #DB6FC0;
}
.TagClassName
{
border-color: #DB6FC0;
}
</style>