Shades of Orchid #DB6CD7
Tints of Orchid #DB6CD7
RGB
CMYK
RGB Variations
Color information
#DB6CD7 (or 0xDB6CD7) is known color: Orchid. HEX triplet: DB, 6C and D7. RGB value is (219,108,215). Sum of RGB (Red+Green+Blue) = 219+108+215=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 108 (42.58% from 255 or 19.93% from 542); Blue value is 215 (84.38% from 255 or 39.67% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6CD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6CD7 is #249328. Grayscale: #999999. Windows color (decimal): -2396969 or 14118107. OLE color: 14118107.
HSL color Cylindrical-coordinate representation of color #DB6CD7: hue angle of 302.16º 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 #DB6CD7 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 215 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.14 |
| HSL | 302.16º | 0.61% | 0.64% | - |
| HSV(B) | 302.16º | 0.51% | 0.86% | - |
| XYZ | 46.84 | 30.69 | 67.75 | - |
| YUV | 153.39 | 162.77 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 215 | 0 | 0.51 | 0.02 | 0.14 | 302.16 | 0.61 | 0.64 |
| Hex | DB | 6C | D7 | 0 | 33 | 2 | E | 12E | 3D | 40 |
| Octal | 333 | 154 | 327 | 0 | 63 | 2 | 16 | 456 | 75 | 100 |
| Binary | 11011011 | 1101100 | 11010111 | 0 | 110011 | 10 | 1110 | 100101110 | 111101 | 1000000 |
Color Harmonies of #DB6CD7
Complementary color
Monochromatic Colors of #DB6CD7
Black with #DB6CD7
Text Example
Text Example
White with #DB6CD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6CD7; }
p { color: rgb(219,108,215); }
H1.HeaderClassName
{
color: #DB6CD7;
}
.AnyTagClassName
{
color: #DB6CD7;
}
</style>
background-color css
<style>
a { background-color: #DB6CD7; }
a { background-color: rgb(219,108,215); }
div.DivClassName
{
background-color: #DB6CD7;
}
.BgClassName
{
background-color: #DB6CD7;
}
</style>
border-color css
<style>
span { border-color: #DB6CD7; }
span { border-color: rgb(219,108,215); }
td.TdClassName
{
border-color: #DB6CD7;
}
.TagClassName
{
border-color: #DB6CD7;
}
</style>