Shades of Orchid #DC79D6
Tints of Orchid #DC79D6
RGB
CMYK
RGB Variations
Color information
#DC79D6 (or 0xDC79D6) is known color: Orchid. HEX triplet: DC, 79 and D6. RGB value is (220,121,214). Sum of RGB (Red+Green+Blue) = 220+121+214=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 121 (47.66% from 255 or 21.80% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DC79D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC79D6 is #238629. Grayscale: #A0A0A0. Windows color (decimal): -2328106 or 14055900. OLE color: 14055900.
HSL color Cylindrical-coordinate representation of color #DC79D6: hue angle of 303.64º 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 #DC79D6 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 214 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.14 |
| HSL | 303.64º | 0.59% | 0.67% | - |
| HSV(B) | 303.64º | 0.45% | 0.86% | - |
| XYZ | 48.49 | 33.75 | 67.58 | - |
| YUV | 161.2 | 157.8 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 214 | 0 | 0.45 | 0.03 | 0.14 | 303.64 | 0.59 | 0.67 |
| Hex | DC | 79 | D6 | 0 | 2D | 3 | E | 130 | 3B | 43 |
| Octal | 334 | 171 | 326 | 0 | 55 | 3 | 16 | 460 | 73 | 103 |
| Binary | 11011100 | 1111001 | 11010110 | 0 | 101101 | 11 | 1110 | 100110000 | 111011 | 1000011 |
Color Harmonies of #DC79D6
Complementary color
Monochromatic Colors of #DC79D6
Black with #DC79D6
Text Example
Text Example
White with #DC79D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC79D6; }
p { color: rgb(220,121,214); }
H1.HeaderClassName
{
color: #DC79D6;
}
.AnyTagClassName
{
color: #DC79D6;
}
</style>
background-color css
<style>
a { background-color: #DC79D6; }
a { background-color: rgb(220,121,214); }
div.DivClassName
{
background-color: #DC79D6;
}
.BgClassName
{
background-color: #DC79D6;
}
</style>
border-color css
<style>
span { border-color: #DC79D6; }
span { border-color: rgb(220,121,214); }
td.TdClassName
{
border-color: #DC79D6;
}
.TagClassName
{
border-color: #DC79D6;
}
</style>