Shades of Orchid #DB6CDD
Tints of Orchid #DB6CDD
RGB
CMYK
RGB Variations
Color information
#DB6CDD (or 0xDB6CDD) is known color: Orchid. HEX triplet: DB, 6C and DD. RGB value is (219,108,221). Sum of RGB (Red+Green+Blue) = 219+108+221=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 108 (42.58% from 255 or 19.71% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB6CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6CDD is #249322. Grayscale: #999999. Windows color (decimal): -2396963 or 14511323. OLE color: 14511323.
HSL color Cylindrical-coordinate representation of color #DB6CDD: hue angle of 298.94º degrees, saturation: 0.62, 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 #DB6CDD is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 108 | 221 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.13 |
| HSL | 298.94º | 0.62% | 0.65% | - |
| HSV(B) | 298.94º | 0.51% | 0.87% | - |
| XYZ | 47.63 | 31.01 | 71.88 | - |
| YUV | 154.07 | 165.77 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 221 | 0.01 | 0.51 | 0 | 0.13 | 298.94 | 0.62 | 0.65 |
| Hex | DB | 6C | DD | 1 | 33 | 0 | D | 12B | 3E | 41 |
| Octal | 333 | 154 | 335 | 1 | 63 | 0 | 15 | 453 | 76 | 101 |
| Binary | 11011011 | 1101100 | 11011101 | 1 | 110011 | 0 | 1101 | 100101011 | 111110 | 1000001 |
Color Harmonies of #DB6CDD
Complementary color
Monochromatic Colors of #DB6CDD
Black with #DB6CDD
Text Example
Text Example
White with #DB6CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6CDD; }
p { color: rgb(219,108,221); }
H1.HeaderClassName
{
color: #DB6CDD;
}
.AnyTagClassName
{
color: #DB6CDD;
}
</style>
background-color css
<style>
a { background-color: #DB6CDD; }
a { background-color: rgb(219,108,221); }
div.DivClassName
{
background-color: #DB6CDD;
}
.BgClassName
{
background-color: #DB6CDD;
}
</style>
border-color css
<style>
span { border-color: #DB6CDD; }
span { border-color: rgb(219,108,221); }
td.TdClassName
{
border-color: #DB6CDD;
}
.TagClassName
{
border-color: #DB6CDD;
}
</style>