Shades of Orchid #DB7CCA
Tints of Orchid #DB7CCA
RGB
CMYK
RGB Variations
Color information
#DB7CCA (or 0xDB7CCA) is known color: Orchid. HEX triplet: DB, 7C and CA. RGB value is (219,124,202). Sum of RGB (Red+Green+Blue) = 219+124+202=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 124 (48.83% from 255 or 22.75% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7CCA is #248335. Grayscale: #A1A1A1. Windows color (decimal): -2392886 or 13270235. OLE color: 13270235.
HSL color Cylindrical-coordinate representation of color #DB7CCA: hue angle of 310.74º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7CCA is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 202 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.14 |
| HSL | 310.74º | 0.57% | 0.67% | - |
| HSV(B) | 310.74º | 0.43% | 0.86% | - |
| XYZ | 47.08 | 33.74 | 59.91 | - |
| YUV | 161.3 | 150.97 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 202 | 0 | 0.43 | 0.08 | 0.14 | 310.74 | 0.57 | 0.67 |
| Hex | DB | 7C | CA | 0 | 2B | 8 | E | 137 | 39 | 43 |
| Octal | 333 | 174 | 312 | 0 | 53 | 10 | 16 | 467 | 71 | 103 |
| Binary | 11011011 | 1111100 | 11001010 | 0 | 101011 | 1000 | 1110 | 100110111 | 111001 | 1000011 |
Color Harmonies of #DB7CCA
Complementary color
Monochromatic Colors of #DB7CCA
Black with #DB7CCA
Text Example
Text Example
White with #DB7CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7CCA; }
p { color: rgb(219,124,202); }
H1.HeaderClassName
{
color: #DB7CCA;
}
.AnyTagClassName
{
color: #DB7CCA;
}
</style>
background-color css
<style>
a { background-color: #DB7CCA; }
a { background-color: rgb(219,124,202); }
div.DivClassName
{
background-color: #DB7CCA;
}
.BgClassName
{
background-color: #DB7CCA;
}
</style>
border-color css
<style>
span { border-color: #DB7CCA; }
span { border-color: rgb(219,124,202); }
td.TdClassName
{
border-color: #DB7CCA;
}
.TagClassName
{
border-color: #DB7CCA;
}
</style>