Shades of Orchid #DB6CD5
Tints of Orchid #DB6CD5
RGB
CMYK
RGB Variations
Color information
#DB6CD5 (or 0xDB6CD5) is known color: Orchid. HEX triplet: DB, 6C and D5. RGB value is (219,108,213). Sum of RGB (Red+Green+Blue) = 219+108+213=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 108 (42.58% from 255 or 20% from 540); Blue value is 213 (83.59% from 255 or 39.44% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6CD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6CD5 is #24932A. Grayscale: #989898. Windows color (decimal): -2396971 or 13987035. OLE color: 13987035.
HSL color Cylindrical-coordinate representation of color #DB6CD5: hue angle of 303.24º 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 #DB6CD5 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 213 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.14 |
| HSL | 303.24º | 0.61% | 0.64% | - |
| HSV(B) | 303.24º | 0.51% | 0.86% | - |
| XYZ | 46.59 | 30.59 | 66.4 | - |
| YUV | 153.16 | 161.77 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 213 | 0 | 0.51 | 0.03 | 0.14 | 303.24 | 0.61 | 0.64 |
| Hex | DB | 6C | D5 | 0 | 33 | 3 | E | 12F | 3D | 40 |
| Octal | 333 | 154 | 325 | 0 | 63 | 3 | 16 | 457 | 75 | 100 |
| Binary | 11011011 | 1101100 | 11010101 | 0 | 110011 | 11 | 1110 | 100101111 | 111101 | 1000000 |
Color Harmonies of #DB6CD5
Complementary color
Monochromatic Colors of #DB6CD5
Black with #DB6CD5
Text Example
Text Example
White with #DB6CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6CD5; }
p { color: rgb(219,108,213); }
H1.HeaderClassName
{
color: #DB6CD5;
}
.AnyTagClassName
{
color: #DB6CD5;
}
</style>
background-color css
<style>
a { background-color: #DB6CD5; }
a { background-color: rgb(219,108,213); }
div.DivClassName
{
background-color: #DB6CD5;
}
.BgClassName
{
background-color: #DB6CD5;
}
</style>
border-color css
<style>
span { border-color: #DB6CD5; }
span { border-color: rgb(219,108,213); }
td.TdClassName
{
border-color: #DB6CD5;
}
.TagClassName
{
border-color: #DB6CD5;
}
</style>