Shades of Orchid #DB6CDA
Tints of Orchid #DB6CDA
RGB
CMYK
RGB Variations
Color information
#DB6CDA (or 0xDB6CDA) is known color: Orchid. HEX triplet: DB, 6C and DA. RGB value is (219,108,218). Sum of RGB (Red+Green+Blue) = 219+108+218=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 108 (42.58% from 255 or 19.82% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6CDA is #249325. Grayscale: #999999. Windows color (decimal): -2396966 or 14314715. OLE color: 14314715.
HSL color Cylindrical-coordinate representation of color #DB6CDA: hue angle of 300.54º 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 #DB6CDA is Cyan = 0, Magento = 0.51, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 218 | - |
| CMYK | 0 | 0.51 | 0.00 | 0.14 |
| HSL | 300.54º | 0.61% | 0.64% | - |
| HSV(B) | 300.54º | 0.51% | 0.86% | - |
| XYZ | 47.23 | 30.85 | 69.79 | - |
| YUV | 153.73 | 164.27 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 218 | 0 | 0.51 | 0.00 | 0.14 | 300.54 | 0.61 | 0.64 |
| Hex | DB | 6C | DA | 0 | 33 | 0 | E | 12D | 3D | 40 |
| Octal | 333 | 154 | 332 | 0 | 63 | 0 | 16 | 455 | 75 | 100 |
| Binary | 11011011 | 1101100 | 11011010 | 0 | 110011 | 0 | 1110 | 100101101 | 111101 | 1000000 |
Color Harmonies of #DB6CDA
Complementary color
Monochromatic Colors of #DB6CDA
Black with #DB6CDA
Text Example
Text Example
White with #DB6CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6CDA; }
p { color: rgb(219,108,218); }
H1.HeaderClassName
{
color: #DB6CDA;
}
.AnyTagClassName
{
color: #DB6CDA;
}
</style>
background-color css
<style>
a { background-color: #DB6CDA; }
a { background-color: rgb(219,108,218); }
div.DivClassName
{
background-color: #DB6CDA;
}
.BgClassName
{
background-color: #DB6CDA;
}
</style>
border-color css
<style>
span { border-color: #DB6CDA; }
span { border-color: rgb(219,108,218); }
td.TdClassName
{
border-color: #DB6CDA;
}
.TagClassName
{
border-color: #DB6CDA;
}
</style>