Shades of Orchid #DB6CCA
Tints of Orchid #DB6CCA
RGB
CMYK
RGB Variations
Color information
#DB6CCA (or 0xDB6CCA) is known color: Orchid. HEX triplet: DB, 6C and CA. RGB value is (219,108,202). Sum of RGB (Red+Green+Blue) = 219+108+202=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6CCA is #249335. Grayscale: #979797. Windows color (decimal): -2396982 or 13266139. OLE color: 13266139.
HSL color Cylindrical-coordinate representation of color #DB6CCA: hue angle of 309.19º 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 #DB6CCA is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 202 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.14 |
| HSL | 309.19º | 0.61% | 0.64% | - |
| HSV(B) | 309.19º | 0.51% | 0.86% | - |
| XYZ | 45.24 | 30.05 | 59.29 | - |
| YUV | 151.91 | 156.27 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 202 | 0 | 0.51 | 0.08 | 0.14 | 309.19 | 0.61 | 0.64 |
| Hex | DB | 6C | CA | 0 | 33 | 8 | E | 135 | 3D | 40 |
| Octal | 333 | 154 | 312 | 0 | 63 | 10 | 16 | 465 | 75 | 100 |
| Binary | 11011011 | 1101100 | 11001010 | 0 | 110011 | 1000 | 1110 | 100110101 | 111101 | 1000000 |
Color Harmonies of #DB6CCA
Complementary color
Monochromatic Colors of #DB6CCA
Black with #DB6CCA
Text Example
Text Example
White with #DB6CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6CCA; }
p { color: rgb(219,108,202); }
H1.HeaderClassName
{
color: #DB6CCA;
}
.AnyTagClassName
{
color: #DB6CCA;
}
</style>
background-color css
<style>
a { background-color: #DB6CCA; }
a { background-color: rgb(219,108,202); }
div.DivClassName
{
background-color: #DB6CCA;
}
.BgClassName
{
background-color: #DB6CCA;
}
</style>
border-color css
<style>
span { border-color: #DB6CCA; }
span { border-color: rgb(219,108,202); }
td.TdClassName
{
border-color: #DB6CCA;
}
.TagClassName
{
border-color: #DB6CCA;
}
</style>