Shades of Orchid #DB79D0
Tints of Orchid #DB79D0
RGB
CMYK
RGB Variations
Color information
#DB79D0 (or 0xDB79D0) is known color: Orchid. HEX triplet: DB, 79 and D0. RGB value is (219,121,208). Sum of RGB (Red+Green+Blue) = 219+121+208=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 121 (47.66% from 255 or 22.08% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DB79D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB79D0 is #24862F. Grayscale: #9F9F9F. Windows color (decimal): -2393648 or 13662683. OLE color: 13662683.
HSL color Cylindrical-coordinate representation of color #DB79D0: hue angle of 306.73º degrees, saturation: 0.58, 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 #DB79D0 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 208 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.14 |
| HSL | 306.73º | 0.58% | 0.67% | - |
| HSV(B) | 306.73º | 0.45% | 0.86% | - |
| XYZ | 47.44 | 33.29 | 63.6 | - |
| YUV | 160.22 | 154.97 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 208 | 0 | 0.45 | 0.05 | 0.14 | 306.73 | 0.58 | 0.67 |
| Hex | DB | 79 | D0 | 0 | 2D | 5 | E | 133 | 3A | 43 |
| Octal | 333 | 171 | 320 | 0 | 55 | 5 | 16 | 463 | 72 | 103 |
| Binary | 11011011 | 1111001 | 11010000 | 0 | 101101 | 101 | 1110 | 100110011 | 111010 | 1000011 |
Color Harmonies of #DB79D0
Complementary color
Monochromatic Colors of #DB79D0
Black with #DB79D0
Text Example
Text Example
White with #DB79D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB79D0; }
p { color: rgb(219,121,208); }
H1.HeaderClassName
{
color: #DB79D0;
}
.AnyTagClassName
{
color: #DB79D0;
}
</style>
background-color css
<style>
a { background-color: #DB79D0; }
a { background-color: rgb(219,121,208); }
div.DivClassName
{
background-color: #DB79D0;
}
.BgClassName
{
background-color: #DB79D0;
}
</style>
border-color css
<style>
span { border-color: #DB79D0; }
span { border-color: rgb(219,121,208); }
td.TdClassName
{
border-color: #DB79D0;
}
.TagClassName
{
border-color: #DB79D0;
}
</style>