Shades of Orchid #DB6CCD
Tints of Orchid #DB6CCD
RGB
CMYK
RGB Variations
Color information
#DB6CCD (or 0xDB6CCD) is known color: Orchid. HEX triplet: DB, 6C and CD. RGB value is (219,108,205). Sum of RGB (Red+Green+Blue) = 219+108+205=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 108 (42.58% from 255 or 20.30% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6CCD is #249332. Grayscale: #979797. Windows color (decimal): -2396979 or 13462747. OLE color: 13462747.
HSL color Cylindrical-coordinate representation of color #DB6CCD: hue angle of 307.57º 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 #DB6CCD is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 205 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.14 |
| HSL | 307.57º | 0.61% | 0.64% | - |
| HSV(B) | 307.57º | 0.51% | 0.86% | - |
| XYZ | 45.6 | 30.19 | 61.18 | - |
| YUV | 152.25 | 157.77 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 205 | 0 | 0.51 | 0.06 | 0.14 | 307.57 | 0.61 | 0.64 |
| Hex | DB | 6C | CD | 0 | 33 | 6 | E | 134 | 3D | 40 |
| Octal | 333 | 154 | 315 | 0 | 63 | 6 | 16 | 464 | 75 | 100 |
| Binary | 11011011 | 1101100 | 11001101 | 0 | 110011 | 110 | 1110 | 100110100 | 111101 | 1000000 |
Color Harmonies of #DB6CCD
Complementary color
Monochromatic Colors of #DB6CCD
Black with #DB6CCD
Text Example
Text Example
White with #DB6CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6CCD; }
p { color: rgb(219,108,205); }
H1.HeaderClassName
{
color: #DB6CCD;
}
.AnyTagClassName
{
color: #DB6CCD;
}
</style>
background-color css
<style>
a { background-color: #DB6CCD; }
a { background-color: rgb(219,108,205); }
div.DivClassName
{
background-color: #DB6CCD;
}
.BgClassName
{
background-color: #DB6CCD;
}
</style>
border-color css
<style>
span { border-color: #DB6CCD; }
span { border-color: rgb(219,108,205); }
td.TdClassName
{
border-color: #DB6CCD;
}
.TagClassName
{
border-color: #DB6CCD;
}
</style>