Shades of Orchid #DB6BCC
Tints of Orchid #DB6BCC
RGB
CMYK
RGB Variations
Color information
#DB6BCC (or 0xDB6BCC) is known color: Orchid. HEX triplet: DB, 6B and CC. RGB value is (219,107,204). Sum of RGB (Red+Green+Blue) = 219+107+204=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 107 (42.19% from 255 or 20.19% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6BCC is #249433. Grayscale: #979797. Windows color (decimal): -2397236 or 13396955. OLE color: 13396955.
HSL color Cylindrical-coordinate representation of color #DB6BCC: hue angle of 308.04º 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 #DB6BCC is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 204 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.14 |
| HSL | 308.04º | 0.61% | 0.64% | - |
| HSV(B) | 308.04º | 0.51% | 0.86% | - |
| XYZ | 45.37 | 29.94 | 60.51 | - |
| YUV | 151.55 | 157.61 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 204 | 0 | 0.51 | 0.07 | 0.14 | 308.04 | 0.61 | 0.64 |
| Hex | DB | 6B | CC | 0 | 33 | 7 | E | 134 | 3D | 40 |
| Octal | 333 | 153 | 314 | 0 | 63 | 7 | 16 | 464 | 75 | 100 |
| Binary | 11011011 | 1101011 | 11001100 | 0 | 110011 | 111 | 1110 | 100110100 | 111101 | 1000000 |
Color Harmonies of #DB6BCC
Complementary color
Monochromatic Colors of #DB6BCC
Black with #DB6BCC
Text Example
Text Example
White with #DB6BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6BCC; }
p { color: rgb(219,107,204); }
H1.HeaderClassName
{
color: #DB6BCC;
}
.AnyTagClassName
{
color: #DB6BCC;
}
</style>
background-color css
<style>
a { background-color: #DB6BCC; }
a { background-color: rgb(219,107,204); }
div.DivClassName
{
background-color: #DB6BCC;
}
.BgClassName
{
background-color: #DB6BCC;
}
</style>
border-color css
<style>
span { border-color: #DB6BCC; }
span { border-color: rgb(219,107,204); }
td.TdClassName
{
border-color: #DB6BCC;
}
.TagClassName
{
border-color: #DB6BCC;
}
</style>