Shades of Orchid #DB6BC5
Tints of Orchid #DB6BC5
RGB
CMYK
RGB Variations
Color information
#DB6BC5 (or 0xDB6BC5) is known color: Orchid. HEX triplet: DB, 6B and C5. RGB value is (219,107,197). Sum of RGB (Red+Green+Blue) = 219+107+197=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 107 (42.19% from 255 or 20.46% from 523); Blue value is 197 (77.34% from 255 or 37.67% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6BC5 is #24943A. Grayscale: #969696. Windows color (decimal): -2397243 or 12938203. OLE color: 12938203.
HSL color Cylindrical-coordinate representation of color #DB6BC5: hue angle of 311.79º 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 #DB6BC5 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 197 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.14 |
| HSL | 311.79º | 0.61% | 0.64% | - |
| HSV(B) | 311.79º | 0.51% | 0.86% | - |
| XYZ | 44.55 | 29.61 | 56.19 | - |
| YUV | 150.75 | 154.11 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 197 | 0 | 0.51 | 0.10 | 0.14 | 311.79 | 0.61 | 0.64 |
| Hex | DB | 6B | C5 | 0 | 33 | A | E | 138 | 3D | 40 |
| Octal | 333 | 153 | 305 | 0 | 63 | 12 | 16 | 470 | 75 | 100 |
| Binary | 11011011 | 1101011 | 11000101 | 0 | 110011 | 1010 | 1110 | 100111000 | 111101 | 1000000 |
Color Harmonies of #DB6BC5
Complementary color
Monochromatic Colors of #DB6BC5
Black with #DB6BC5
Text Example
Text Example
White with #DB6BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6BC5; }
p { color: rgb(219,107,197); }
H1.HeaderClassName
{
color: #DB6BC5;
}
.AnyTagClassName
{
color: #DB6BC5;
}
</style>
background-color css
<style>
a { background-color: #DB6BC5; }
a { background-color: rgb(219,107,197); }
div.DivClassName
{
background-color: #DB6BC5;
}
.BgClassName
{
background-color: #DB6BC5;
}
</style>
border-color css
<style>
span { border-color: #DB6BC5; }
span { border-color: rgb(219,107,197); }
td.TdClassName
{
border-color: #DB6BC5;
}
.TagClassName
{
border-color: #DB6BC5;
}
</style>