Shades of Orchid #DB6ECD
Tints of Orchid #DB6ECD
RGB
CMYK
RGB Variations
Color information
#DB6ECD (or 0xDB6ECD) is known color: Orchid. HEX triplet: DB, 6E and CD. RGB value is (219,110,205). Sum of RGB (Red+Green+Blue) = 219+110+205=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 110 (43.36% from 255 or 20.60% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6ECD is #249132. Grayscale: #999999. Windows color (decimal): -2396467 or 13463259. OLE color: 13463259.
HSL color Cylindrical-coordinate representation of color #DB6ECD: hue angle of 307.71º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6ECD is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 205 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.14 |
| HSL | 307.71º | 0.6% | 0.65% | - |
| HSV(B) | 307.71º | 0.5% | 0.86% | - |
| XYZ | 45.81 | 30.62 | 61.25 | - |
| YUV | 153.42 | 157.11 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 205 | 0 | 0.50 | 0.06 | 0.14 | 307.71 | 0.6 | 0.65 |
| Hex | DB | 6E | CD | 0 | 32 | 6 | E | 134 | 3C | 41 |
| Octal | 333 | 156 | 315 | 0 | 62 | 6 | 16 | 464 | 74 | 101 |
| Binary | 11011011 | 1101110 | 11001101 | 0 | 110010 | 110 | 1110 | 100110100 | 111100 | 1000001 |
Color Harmonies of #DB6ECD
Complementary color
Monochromatic Colors of #DB6ECD
Black with #DB6ECD
Text Example
Text Example
White with #DB6ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6ECD; }
p { color: rgb(219,110,205); }
H1.HeaderClassName
{
color: #DB6ECD;
}
.AnyTagClassName
{
color: #DB6ECD;
}
</style>
background-color css
<style>
a { background-color: #DB6ECD; }
a { background-color: rgb(219,110,205); }
div.DivClassName
{
background-color: #DB6ECD;
}
.BgClassName
{
background-color: #DB6ECD;
}
</style>
border-color css
<style>
span { border-color: #DB6ECD; }
span { border-color: rgb(219,110,205); }
td.TdClassName
{
border-color: #DB6ECD;
}
.TagClassName
{
border-color: #DB6ECD;
}
</style>