Shades of Orchid #DB79C2
Tints of Orchid #DB79C2
RGB
CMYK
RGB Variations
Color information
#DB79C2 (or 0xDB79C2) is known color: Orchid. HEX triplet: DB, 79 and C2. RGB value is (219,121,194). Sum of RGB (Red+Green+Blue) = 219+121+194=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 121 (47.66% from 255 or 22.66% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DB79C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB79C2 is #24863D. Grayscale: #9E9E9E. Windows color (decimal): -2393662 or 12745179. OLE color: 12745179.
HSL color Cylindrical-coordinate representation of color #DB79C2: hue angle of 315.31º 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 #DB79C2 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 194 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.14 |
| HSL | 315.31º | 0.58% | 0.67% | - |
| HSV(B) | 315.31º | 0.45% | 0.86% | - |
| XYZ | 45.79 | 32.63 | 54.92 | - |
| YUV | 158.62 | 147.97 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 194 | 0 | 0.45 | 0.11 | 0.14 | 315.31 | 0.58 | 0.67 |
| Hex | DB | 79 | C2 | 0 | 2D | B | E | 13B | 3A | 43 |
| Octal | 333 | 171 | 302 | 0 | 55 | 13 | 16 | 473 | 72 | 103 |
| Binary | 11011011 | 1111001 | 11000010 | 0 | 101101 | 1011 | 1110 | 100111011 | 111010 | 1000011 |
Color Harmonies of #DB79C2
Complementary color
Monochromatic Colors of #DB79C2
Black with #DB79C2
Text Example
Text Example
White with #DB79C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB79C2; }
p { color: rgb(219,121,194); }
H1.HeaderClassName
{
color: #DB79C2;
}
.AnyTagClassName
{
color: #DB79C2;
}
</style>
background-color css
<style>
a { background-color: #DB79C2; }
a { background-color: rgb(219,121,194); }
div.DivClassName
{
background-color: #DB79C2;
}
.BgClassName
{
background-color: #DB79C2;
}
</style>
border-color css
<style>
span { border-color: #DB79C2; }
span { border-color: rgb(219,121,194); }
td.TdClassName
{
border-color: #DB79C2;
}
.TagClassName
{
border-color: #DB79C2;
}
</style>