Shades of Orchid #DC79C6
Tints of Orchid #DC79C6
RGB
CMYK
RGB Variations
Color information
#DC79C6 (or 0xDC79C6) is known color: Orchid. HEX triplet: DC, 79 and C6. RGB value is (220,121,198). Sum of RGB (Red+Green+Blue) = 220+121+198=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 121 (47.66% from 255 or 22.45% from 539); Blue value is 198 (77.73% from 255 or 36.73% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DC79C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC79C6 is #238639. Grayscale: #9F9F9F. Windows color (decimal): -2328122 or 13007324. OLE color: 13007324.
HSL color Cylindrical-coordinate representation of color #DC79C6: hue angle of 313.33º 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 #DC79C6 is Cyan = 0, Magento = 0.45, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 198 | - |
| CMYK | 0 | 0.45 | 0.1 | 0.14 |
| HSL | 313.33º | 0.59% | 0.67% | - |
| HSV(B) | 313.33º | 0.45% | 0.86% | - |
| XYZ | 46.55 | 32.97 | 57.34 | - |
| YUV | 159.38 | 149.8 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 198 | 0 | 0.45 | 0.1 | 0.14 | 313.33 | 0.59 | 0.67 |
| Hex | DC | 79 | C6 | 0 | 2D | A | E | 139 | 3B | 43 |
| Octal | 334 | 171 | 306 | 0 | 55 | 12 | 16 | 471 | 73 | 103 |
| Binary | 11011100 | 1111001 | 11000110 | 0 | 101101 | 1010 | 1110 | 100111001 | 111011 | 1000011 |
Color Harmonies of #DC79C6
Complementary color
Monochromatic Colors of #DC79C6
Black with #DC79C6
Text Example
Text Example
White with #DC79C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC79C6; }
p { color: rgb(220,121,198); }
H1.HeaderClassName
{
color: #DC79C6;
}
.AnyTagClassName
{
color: #DC79C6;
}
</style>
background-color css
<style>
a { background-color: #DC79C6; }
a { background-color: rgb(220,121,198); }
div.DivClassName
{
background-color: #DC79C6;
}
.BgClassName
{
background-color: #DC79C6;
}
</style>
border-color css
<style>
span { border-color: #DC79C6; }
span { border-color: rgb(220,121,198); }
td.TdClassName
{
border-color: #DC79C6;
}
.TagClassName
{
border-color: #DC79C6;
}
</style>