Shades of Orchid #DB6BCD
Tints of Orchid #DB6BCD
RGB
CMYK
RGB Variations
Color information
#DB6BCD (or 0xDB6BCD) is known color: Orchid. HEX triplet: DB, 6B and CD. RGB value is (219,107,205). Sum of RGB (Red+Green+Blue) = 219+107+205=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 107 (42.19% from 255 or 20.15% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6BCD is #249432. Grayscale: #979797. Windows color (decimal): -2397235 or 13462491. OLE color: 13462491.
HSL color Cylindrical-coordinate representation of color #DB6BCD: hue angle of 307.5º 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 #DB6BCD is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 205 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.14 |
| HSL | 307.5º | 0.61% | 0.64% | - |
| HSV(B) | 307.5º | 0.51% | 0.86% | - |
| XYZ | 45.49 | 29.98 | 61.15 | - |
| YUV | 151.66 | 158.11 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 205 | 0 | 0.51 | 0.06 | 0.14 | 307.5 | 0.61 | 0.64 |
| Hex | DB | 6B | CD | 0 | 33 | 6 | E | 134 | 3D | 40 |
| Octal | 333 | 153 | 315 | 0 | 63 | 6 | 16 | 464 | 75 | 100 |
| Binary | 11011011 | 1101011 | 11001101 | 0 | 110011 | 110 | 1110 | 100110100 | 111101 | 1000000 |
Color Harmonies of #DB6BCD
Complementary color
Monochromatic Colors of #DB6BCD
Black with #DB6BCD
Text Example
Text Example
White with #DB6BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6BCD; }
p { color: rgb(219,107,205); }
H1.HeaderClassName
{
color: #DB6BCD;
}
.AnyTagClassName
{
color: #DB6BCD;
}
</style>
background-color css
<style>
a { background-color: #DB6BCD; }
a { background-color: rgb(219,107,205); }
div.DivClassName
{
background-color: #DB6BCD;
}
.BgClassName
{
background-color: #DB6BCD;
}
</style>
border-color css
<style>
span { border-color: #DB6BCD; }
span { border-color: rgb(219,107,205); }
td.TdClassName
{
border-color: #DB6BCD;
}
.TagClassName
{
border-color: #DB6BCD;
}
</style>