Shades of Orchid #DB6CD6
Tints of Orchid #DB6CD6
RGB
CMYK
RGB Variations
Color information
#DB6CD6 (or 0xDB6CD6) is known color: Orchid. HEX triplet: DB, 6C and D6. RGB value is (219,108,214). Sum of RGB (Red+Green+Blue) = 219+108+214=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 108 (42.58% from 255 or 19.96% from 541); Blue value is 214 (83.98% from 255 or 39.56% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6CD6 is #249329. Grayscale: #989898. Windows color (decimal): -2396970 or 14052571. OLE color: 14052571.
HSL color Cylindrical-coordinate representation of color #DB6CD6: hue angle of 302.7º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6CD6 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 214 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.14 |
| HSL | 302.7º | 0.61% | 0.64% | - |
| HSV(B) | 302.7º | 0.51% | 0.86% | - |
| XYZ | 46.71 | 30.64 | 67.07 | - |
| YUV | 153.27 | 162.27 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 214 | 0 | 0.51 | 0.02 | 0.14 | 302.7 | 0.61 | 0.64 |
| Hex | DB | 6C | D6 | 0 | 33 | 2 | E | 12F | 3D | 40 |
| Octal | 333 | 154 | 326 | 0 | 63 | 2 | 16 | 457 | 75 | 100 |
| Binary | 11011011 | 1101100 | 11010110 | 0 | 110011 | 10 | 1110 | 100101111 | 111101 | 1000000 |
Color Harmonies of #DB6CD6
Complementary color
Monochromatic Colors of #DB6CD6
Black with #DB6CD6
Text Example
Text Example
White with #DB6CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6CD6; }
p { color: rgb(219,108,214); }
H1.HeaderClassName
{
color: #DB6CD6;
}
.AnyTagClassName
{
color: #DB6CD6;
}
</style>
background-color css
<style>
a { background-color: #DB6CD6; }
a { background-color: rgb(219,108,214); }
div.DivClassName
{
background-color: #DB6CD6;
}
.BgClassName
{
background-color: #DB6CD6;
}
</style>
border-color css
<style>
span { border-color: #DB6CD6; }
span { border-color: rgb(219,108,214); }
td.TdClassName
{
border-color: #DB6CD6;
}
.TagClassName
{
border-color: #DB6CD6;
}
</style>