Shades of Orchid #DB6CDC
Tints of Orchid #DB6CDC
RGB
CMYK
RGB Variations
Color information
#DB6CDC (or 0xDB6CDC) is known color: Orchid. HEX triplet: DB, 6C and DC. RGB value is (219,108,220). Sum of RGB (Red+Green+Blue) = 219+108+220=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 108 (42.58% from 255 or 19.74% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB6CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6CDC is #249323. Grayscale: #999999. Windows color (decimal): -2396964 or 14445787. OLE color: 14445787.
HSL color Cylindrical-coordinate representation of color #DB6CDC: hue angle of 299.46º degrees, saturation: 0.62, 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 #DB6CDC is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 220 | - |
| CMYK | 0.00 | 0.51 | 0 | 0.14 |
| HSL | 299.46º | 0.62% | 0.64% | - |
| HSV(B) | 299.46º | 0.51% | 0.86% | - |
| XYZ | 47.49 | 30.95 | 71.18 | - |
| YUV | 153.96 | 165.27 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 220 | 0.00 | 0.51 | 0 | 0.14 | 299.46 | 0.62 | 0.64 |
| Hex | DB | 6C | DC | 0 | 33 | 0 | E | 12B | 3E | 40 |
| Octal | 333 | 154 | 334 | 0 | 63 | 0 | 16 | 453 | 76 | 100 |
| Binary | 11011011 | 1101100 | 11011100 | 0 | 110011 | 0 | 1110 | 100101011 | 111110 | 1000000 |
Color Harmonies of #DB6CDC
Complementary color
Monochromatic Colors of #DB6CDC
Black with #DB6CDC
Text Example
Text Example
White with #DB6CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6CDC; }
p { color: rgb(219,108,220); }
H1.HeaderClassName
{
color: #DB6CDC;
}
.AnyTagClassName
{
color: #DB6CDC;
}
</style>
background-color css
<style>
a { background-color: #DB6CDC; }
a { background-color: rgb(219,108,220); }
div.DivClassName
{
background-color: #DB6CDC;
}
.BgClassName
{
background-color: #DB6CDC;
}
</style>
border-color css
<style>
span { border-color: #DB6CDC; }
span { border-color: rgb(219,108,220); }
td.TdClassName
{
border-color: #DB6CDC;
}
.TagClassName
{
border-color: #DB6CDC;
}
</style>