Shades of Orchid #DB6FCE
Tints of Orchid #DB6FCE
RGB
CMYK
RGB Variations
Color information
#DB6FCE (or 0xDB6FCE) is known color: Orchid. HEX triplet: DB, 6F and CE. RGB value is (219,111,206). Sum of RGB (Red+Green+Blue) = 219+111+206=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 111 (43.75% from 255 or 20.71% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6FCE is #249031. Grayscale: #999999. Windows color (decimal): -2396210 or 13529051. OLE color: 13529051.
HSL color Cylindrical-coordinate representation of color #DB6FCE: hue angle of 307.22º 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 #DB6FCE is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 206 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.14 |
| HSL | 307.22º | 0.6% | 0.65% | - |
| HSV(B) | 307.22º | 0.49% | 0.86% | - |
| XYZ | 46.04 | 30.89 | 61.93 | - |
| YUV | 154.12 | 157.28 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 206 | 0 | 0.49 | 0.06 | 0.14 | 307.22 | 0.6 | 0.65 |
| Hex | DB | 6F | CE | 0 | 31 | 6 | E | 133 | 3C | 41 |
| Octal | 333 | 157 | 316 | 0 | 61 | 6 | 16 | 463 | 74 | 101 |
| Binary | 11011011 | 1101111 | 11001110 | 0 | 110001 | 110 | 1110 | 100110011 | 111100 | 1000001 |
Color Harmonies of #DB6FCE
Complementary color
Monochromatic Colors of #DB6FCE
Black with #DB6FCE
Text Example
Text Example
White with #DB6FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6FCE; }
p { color: rgb(219,111,206); }
H1.HeaderClassName
{
color: #DB6FCE;
}
.AnyTagClassName
{
color: #DB6FCE;
}
</style>
background-color css
<style>
a { background-color: #DB6FCE; }
a { background-color: rgb(219,111,206); }
div.DivClassName
{
background-color: #DB6FCE;
}
.BgClassName
{
background-color: #DB6FCE;
}
</style>
border-color css
<style>
span { border-color: #DB6FCE; }
span { border-color: rgb(219,111,206); }
td.TdClassName
{
border-color: #DB6FCE;
}
.TagClassName
{
border-color: #DB6FCE;
}
</style>