Shades of Orchid #DB6CCC
Tints of Orchid #DB6CCC
RGB
CMYK
RGB Variations
Color information
#DB6CCC (or 0xDB6CCC) is known color: Orchid. HEX triplet: DB, 6C and CC. RGB value is (219,108,204). Sum of RGB (Red+Green+Blue) = 219+108+204=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6CCC is #249333. Grayscale: #979797. Windows color (decimal): -2396980 or 13397211. OLE color: 13397211.
HSL color Cylindrical-coordinate representation of color #DB6CCC: hue angle of 308.11º 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 #DB6CCC is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 204 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.14 |
| HSL | 308.11º | 0.61% | 0.64% | - |
| HSV(B) | 308.11º | 0.51% | 0.86% | - |
| XYZ | 45.48 | 30.14 | 60.55 | - |
| YUV | 152.13 | 157.27 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 204 | 0 | 0.51 | 0.07 | 0.14 | 308.11 | 0.61 | 0.64 |
| Hex | DB | 6C | CC | 0 | 33 | 7 | E | 134 | 3D | 40 |
| Octal | 333 | 154 | 314 | 0 | 63 | 7 | 16 | 464 | 75 | 100 |
| Binary | 11011011 | 1101100 | 11001100 | 0 | 110011 | 111 | 1110 | 100110100 | 111101 | 1000000 |
Color Harmonies of #DB6CCC
Complementary color
Monochromatic Colors of #DB6CCC
Black with #DB6CCC
Text Example
Text Example
White with #DB6CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6CCC; }
p { color: rgb(219,108,204); }
H1.HeaderClassName
{
color: #DB6CCC;
}
.AnyTagClassName
{
color: #DB6CCC;
}
</style>
background-color css
<style>
a { background-color: #DB6CCC; }
a { background-color: rgb(219,108,204); }
div.DivClassName
{
background-color: #DB6CCC;
}
.BgClassName
{
background-color: #DB6CCC;
}
</style>
border-color css
<style>
span { border-color: #DB6CCC; }
span { border-color: rgb(219,108,204); }
td.TdClassName
{
border-color: #DB6CCC;
}
.TagClassName
{
border-color: #DB6CCC;
}
</style>