Shades of Orchid #DB79DC
Tints of Orchid #DB79DC
RGB
CMYK
RGB Variations
Color information
#DB79DC (or 0xDB79DC) is known color: Orchid. HEX triplet: DB, 79 and DC. RGB value is (219,121,220). Sum of RGB (Red+Green+Blue) = 219+121+220=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 121 (47.66% from 255 or 21.61% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB79DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB79DC is #248623. Grayscale: #A1A1A1. Windows color (decimal): -2393636 or 14449115. OLE color: 14449115.
HSL color Cylindrical-coordinate representation of color #DB79DC: hue angle of 299.39º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB79DC is Cyan = 0.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 220 | - |
| CMYK | 0.00 | 0.45 | 0 | 0.14 |
| HSL | 299.39º | 0.59% | 0.67% | - |
| HSV(B) | 299.39º | 0.45% | 0.86% | - |
| XYZ | 48.97 | 33.9 | 71.67 | - |
| YUV | 161.59 | 160.97 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 220 | 0.00 | 0.45 | 0 | 0.14 | 299.39 | 0.59 | 0.67 |
| Hex | DB | 79 | DC | 0 | 2D | 0 | E | 12B | 3B | 43 |
| Octal | 333 | 171 | 334 | 0 | 55 | 0 | 16 | 453 | 73 | 103 |
| Binary | 11011011 | 1111001 | 11011100 | 0 | 101101 | 0 | 1110 | 100101011 | 111011 | 1000011 |
Color Harmonies of #DB79DC
Complementary color
Monochromatic Colors of #DB79DC
Black with #DB79DC
Text Example
Text Example
White with #DB79DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB79DC; }
p { color: rgb(219,121,220); }
H1.HeaderClassName
{
color: #DB79DC;
}
.AnyTagClassName
{
color: #DB79DC;
}
</style>
background-color css
<style>
a { background-color: #DB79DC; }
a { background-color: rgb(219,121,220); }
div.DivClassName
{
background-color: #DB79DC;
}
.BgClassName
{
background-color: #DB79DC;
}
</style>
border-color css
<style>
span { border-color: #DB79DC; }
span { border-color: rgb(219,121,220); }
td.TdClassName
{
border-color: #DB79DC;
}
.TagClassName
{
border-color: #DB79DC;
}
</style>