Shades of Orchid #DC79DC
Tints of Orchid #DC79DC
RGB
CMYK
RGB Variations
Color information
#DC79DC (or 0xDC79DC) is known color: Orchid. HEX triplet: DC, 79 and DC. RGB value is (220,121,220). Sum of RGB (Red+Green+Blue) = 220+121+220=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 121 (47.66% from 255 or 21.57% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC79DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC79DC is #238623. Grayscale: #A1A1A1. Windows color (decimal): -2328100 or 14449116. OLE color: 14449116.
HSL color Cylindrical-coordinate representation of color #DC79DC: hue angle of 300º 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 #DC79DC is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 220 | - |
| CMYK | 0 | 0.45 | 0 | 0.14 |
| HSL | 300º | 0.59% | 0.67% | - |
| HSV(B) | 300º | 0.45% | 0.86% | - |
| XYZ | 49.27 | 34.06 | 71.69 | - |
| YUV | 161.89 | 160.8 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 220 | 0 | 0.45 | 0 | 0.14 | 300 | 0.59 | 0.67 |
| Hex | DC | 79 | DC | 0 | 2D | 0 | E | 12C | 3B | 43 |
| Octal | 334 | 171 | 334 | 0 | 55 | 0 | 16 | 454 | 73 | 103 |
| Binary | 11011100 | 1111001 | 11011100 | 0 | 101101 | 0 | 1110 | 100101100 | 111011 | 1000011 |
Color Harmonies of #DC79DC
Complementary color
Monochromatic Colors of #DC79DC
Black with #DC79DC
Text Example
Text Example
White with #DC79DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC79DC; }
p { color: rgb(220,121,220); }
H1.HeaderClassName
{
color: #DC79DC;
}
.AnyTagClassName
{
color: #DC79DC;
}
</style>
background-color css
<style>
a { background-color: #DC79DC; }
a { background-color: rgb(220,121,220); }
div.DivClassName
{
background-color: #DC79DC;
}
.BgClassName
{
background-color: #DC79DC;
}
</style>
border-color css
<style>
span { border-color: #DC79DC; }
span { border-color: rgb(220,121,220); }
td.TdClassName
{
border-color: #DC79DC;
}
.TagClassName
{
border-color: #DC79DC;
}
</style>