Shades of Orchid #DB6CDE
Tints of Orchid #DB6CDE
RGB
CMYK
RGB Variations
Color information
#DB6CDE (or 0xDB6CDE) is known color: Orchid. HEX triplet: DB, 6C and DE. RGB value is (219,108,222). Sum of RGB (Red+Green+Blue) = 219+108+222=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 108 (42.58% from 255 or 19.67% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB6CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6CDE is #249321. Grayscale: #999999. Windows color (decimal): -2396962 or 14576859. OLE color: 14576859.
HSL color Cylindrical-coordinate representation of color #DB6CDE: hue angle of 298.42º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6CDE is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 108 | 222 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.13 |
| HSL | 298.42º | 0.63% | 0.65% | - |
| HSV(B) | 298.42º | 0.51% | 0.87% | - |
| XYZ | 47.76 | 31.06 | 72.58 | - |
| YUV | 154.19 | 166.27 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 222 | 0.01 | 0.51 | 0 | 0.13 | 298.42 | 0.63 | 0.65 |
| Hex | DB | 6C | DE | 1 | 33 | 0 | D | 12A | 3F | 41 |
| Octal | 333 | 154 | 336 | 1 | 63 | 0 | 15 | 452 | 77 | 101 |
| Binary | 11011011 | 1101100 | 11011110 | 1 | 110011 | 0 | 1101 | 100101010 | 111111 | 1000001 |
Color Harmonies of #DB6CDE
Complementary color
Monochromatic Colors of #DB6CDE
Black with #DB6CDE
Text Example
Text Example
White with #DB6CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6CDE; }
p { color: rgb(219,108,222); }
H1.HeaderClassName
{
color: #DB6CDE;
}
.AnyTagClassName
{
color: #DB6CDE;
}
</style>
background-color css
<style>
a { background-color: #DB6CDE; }
a { background-color: rgb(219,108,222); }
div.DivClassName
{
background-color: #DB6CDE;
}
.BgClassName
{
background-color: #DB6CDE;
}
</style>
border-color css
<style>
span { border-color: #DB6CDE; }
span { border-color: rgb(219,108,222); }
td.TdClassName
{
border-color: #DB6CDE;
}
.TagClassName
{
border-color: #DB6CDE;
}
</style>