Shades of Orchid #DB7CCD
Tints of Orchid #DB7CCD
RGB
CMYK
RGB Variations
Color information
#DB7CCD (or 0xDB7CCD) is known color: Orchid. HEX triplet: DB, 7C and CD. RGB value is (219,124,205). Sum of RGB (Red+Green+Blue) = 219+124+205=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 124 (48.83% from 255 or 22.63% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7CCD is #248332. Grayscale: #A1A1A1. Windows color (decimal): -2392883 or 13466843. OLE color: 13466843.
HSL color Cylindrical-coordinate representation of color #DB7CCD: hue angle of 308.84º 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 #DB7CCD is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 205 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.14 |
| HSL | 308.84º | 0.57% | 0.67% | - |
| HSV(B) | 308.84º | 0.43% | 0.86% | - |
| XYZ | 47.44 | 33.88 | 61.8 | - |
| YUV | 161.64 | 152.47 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 205 | 0 | 0.43 | 0.06 | 0.14 | 308.84 | 0.57 | 0.67 |
| Hex | DB | 7C | CD | 0 | 2B | 6 | E | 135 | 39 | 43 |
| Octal | 333 | 174 | 315 | 0 | 53 | 6 | 16 | 465 | 71 | 103 |
| Binary | 11011011 | 1111100 | 11001101 | 0 | 101011 | 110 | 1110 | 100110101 | 111001 | 1000011 |
Color Harmonies of #DB7CCD
Complementary color
Monochromatic Colors of #DB7CCD
Black with #DB7CCD
Text Example
Text Example
White with #DB7CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7CCD; }
p { color: rgb(219,124,205); }
H1.HeaderClassName
{
color: #DB7CCD;
}
.AnyTagClassName
{
color: #DB7CCD;
}
</style>
background-color css
<style>
a { background-color: #DB7CCD; }
a { background-color: rgb(219,124,205); }
div.DivClassName
{
background-color: #DB7CCD;
}
.BgClassName
{
background-color: #DB7CCD;
}
</style>
border-color css
<style>
span { border-color: #DB7CCD; }
span { border-color: rgb(219,124,205); }
td.TdClassName
{
border-color: #DB7CCD;
}
.TagClassName
{
border-color: #DB7CCD;
}
</style>