Shades of Orchid #DB79C4
Tints of Orchid #DB79C4
RGB
CMYK
RGB Variations
Color information
#DB79C4 (or 0xDB79C4) is known color: Orchid. HEX triplet: DB, 79 and C4. RGB value is (219,121,196). Sum of RGB (Red+Green+Blue) = 219+121+196=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 121 (47.66% from 255 or 22.57% from 536); Blue value is 196 (76.95% from 255 or 36.57% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DB79C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB79C4 is #24863B. Grayscale: #9E9E9E. Windows color (decimal): -2393660 or 12876251. OLE color: 12876251.
HSL color Cylindrical-coordinate representation of color #DB79C4: hue angle of 314.08º 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 #DB79C4 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 196 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.14 |
| HSL | 314.08º | 0.58% | 0.67% | - |
| HSV(B) | 314.08º | 0.45% | 0.86% | - |
| XYZ | 46.01 | 32.72 | 56.11 | - |
| YUV | 158.85 | 148.97 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 196 | 0 | 0.45 | 0.11 | 0.14 | 314.08 | 0.58 | 0.67 |
| Hex | DB | 79 | C4 | 0 | 2D | B | E | 13A | 3A | 43 |
| Octal | 333 | 171 | 304 | 0 | 55 | 13 | 16 | 472 | 72 | 103 |
| Binary | 11011011 | 1111001 | 11000100 | 0 | 101101 | 1011 | 1110 | 100111010 | 111010 | 1000011 |
Color Harmonies of #DB79C4
Complementary color
Monochromatic Colors of #DB79C4
Black with #DB79C4
Text Example
Text Example
White with #DB79C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB79C4; }
p { color: rgb(219,121,196); }
H1.HeaderClassName
{
color: #DB79C4;
}
.AnyTagClassName
{
color: #DB79C4;
}
</style>
background-color css
<style>
a { background-color: #DB79C4; }
a { background-color: rgb(219,121,196); }
div.DivClassName
{
background-color: #DB79C4;
}
.BgClassName
{
background-color: #DB79C4;
}
</style>
border-color css
<style>
span { border-color: #DB79C4; }
span { border-color: rgb(219,121,196); }
td.TdClassName
{
border-color: #DB79C4;
}
.TagClassName
{
border-color: #DB79C4;
}
</style>