Shades of Orchid #DB6DCE
Tints of Orchid #DB6DCE
RGB
CMYK
RGB Variations
Color information
#DB6DCE (or 0xDB6DCE) is known color: Orchid. HEX triplet: DB, 6D and CE. RGB value is (219,109,206). Sum of RGB (Red+Green+Blue) = 219+109+206=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6DCE is #249231. Grayscale: #989898. Windows color (decimal): -2396722 or 13528539. OLE color: 13528539.
HSL color Cylindrical-coordinate representation of color #DB6DCE: hue angle of 307.09º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6DCE is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 206 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.14 |
| HSL | 307.09º | 0.6% | 0.64% | - |
| HSV(B) | 307.09º | 0.5% | 0.86% | - |
| XYZ | 45.82 | 30.45 | 61.86 | - |
| YUV | 152.95 | 157.94 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 206 | 0 | 0.50 | 0.06 | 0.14 | 307.09 | 0.6 | 0.64 |
| Hex | DB | 6D | CE | 0 | 32 | 6 | E | 133 | 3C | 40 |
| Octal | 333 | 155 | 316 | 0 | 62 | 6 | 16 | 463 | 74 | 100 |
| Binary | 11011011 | 1101101 | 11001110 | 0 | 110010 | 110 | 1110 | 100110011 | 111100 | 1000000 |
Color Harmonies of #DB6DCE
Complementary color
Monochromatic Colors of #DB6DCE
Black with #DB6DCE
Text Example
Text Example
White with #DB6DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6DCE; }
p { color: rgb(219,109,206); }
H1.HeaderClassName
{
color: #DB6DCE;
}
.AnyTagClassName
{
color: #DB6DCE;
}
</style>
background-color css
<style>
a { background-color: #DB6DCE; }
a { background-color: rgb(219,109,206); }
div.DivClassName
{
background-color: #DB6DCE;
}
.BgClassName
{
background-color: #DB6DCE;
}
</style>
border-color css
<style>
span { border-color: #DB6DCE; }
span { border-color: rgb(219,109,206); }
td.TdClassName
{
border-color: #DB6DCE;
}
.TagClassName
{
border-color: #DB6DCE;
}
</style>