Shades of Orchid #DC79D9
Tints of Orchid #DC79D9
RGB
CMYK
RGB Variations
Color information
#DC79D9 (or 0xDC79D9) is known color: Orchid. HEX triplet: DC, 79 and D9. RGB value is (220,121,217). Sum of RGB (Red+Green+Blue) = 220+121+217=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 121 (47.66% from 255 or 21.68% from 558); Blue value is 217 (85.16% from 255 or 38.89% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DC79D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC79D9 is #238626. Grayscale: #A1A1A1. Windows color (decimal): -2328103 or 14252508. OLE color: 14252508.
HSL color Cylindrical-coordinate representation of color #DC79D9: hue angle of 301.82º 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 #DC79D9 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 217 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.14 |
| HSL | 301.82º | 0.59% | 0.67% | - |
| HSV(B) | 301.82º | 0.45% | 0.86% | - |
| XYZ | 48.88 | 33.9 | 69.61 | - |
| YUV | 161.55 | 159.3 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 217 | 0 | 0.45 | 0.01 | 0.14 | 301.82 | 0.59 | 0.67 |
| Hex | DC | 79 | D9 | 0 | 2D | 1 | E | 12E | 3B | 43 |
| Octal | 334 | 171 | 331 | 0 | 55 | 1 | 16 | 456 | 73 | 103 |
| Binary | 11011100 | 1111001 | 11011001 | 0 | 101101 | 1 | 1110 | 100101110 | 111011 | 1000011 |
Color Harmonies of #DC79D9
Complementary color
Monochromatic Colors of #DC79D9
Black with #DC79D9
Text Example
Text Example
White with #DC79D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC79D9; }
p { color: rgb(220,121,217); }
H1.HeaderClassName
{
color: #DC79D9;
}
.AnyTagClassName
{
color: #DC79D9;
}
</style>
background-color css
<style>
a { background-color: #DC79D9; }
a { background-color: rgb(220,121,217); }
div.DivClassName
{
background-color: #DC79D9;
}
.BgClassName
{
background-color: #DC79D9;
}
</style>
border-color css
<style>
span { border-color: #DC79D9; }
span { border-color: rgb(220,121,217); }
td.TdClassName
{
border-color: #DC79D9;
}
.TagClassName
{
border-color: #DC79D9;
}
</style>