Shades of Orchid #DB79DF
Tints of Orchid #DB79DF
RGB
CMYK
RGB Variations
Color information
#DB79DF (or 0xDB79DF) is known color: Orchid. HEX triplet: DB, 79 and DF. RGB value is (219,121,223). Sum of RGB (Red+Green+Blue) = 219+121+223=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 121 (47.66% from 255 or 21.49% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB79DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB79DF is #248620. Grayscale: #A1A1A1. Windows color (decimal): -2393633 or 14645723. OLE color: 14645723.
HSL color Cylindrical-coordinate representation of color #DB79DF: hue angle of 297.65º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB79DF is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 121 | 223 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.13 |
| HSL | 297.65º | 0.61% | 0.67% | - |
| HSV(B) | 297.65º | 0.46% | 0.87% | - |
| XYZ | 49.37 | 34.06 | 73.78 | - |
| YUV | 161.93 | 162.47 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 223 | 0.02 | 0.46 | 0 | 0.13 | 297.65 | 0.61 | 0.67 |
| Hex | DB | 79 | DF | 2 | 2E | 0 | D | 12A | 3D | 43 |
| Octal | 333 | 171 | 337 | 2 | 56 | 0 | 15 | 452 | 75 | 103 |
| Binary | 11011011 | 1111001 | 11011111 | 10 | 101110 | 0 | 1101 | 100101010 | 111101 | 1000011 |
Color Harmonies of #DB79DF
Complementary color
Monochromatic Colors of #DB79DF
Black with #DB79DF
Text Example
Text Example
White with #DB79DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB79DF; }
p { color: rgb(219,121,223); }
H1.HeaderClassName
{
color: #DB79DF;
}
.AnyTagClassName
{
color: #DB79DF;
}
</style>
background-color css
<style>
a { background-color: #DB79DF; }
a { background-color: rgb(219,121,223); }
div.DivClassName
{
background-color: #DB79DF;
}
.BgClassName
{
background-color: #DB79DF;
}
</style>
border-color css
<style>
span { border-color: #DB79DF; }
span { border-color: rgb(219,121,223); }
td.TdClassName
{
border-color: #DB79DF;
}
.TagClassName
{
border-color: #DB79DF;
}
</style>