Shades of Orchid #DC79C9
Tints of Orchid #DC79C9
RGB
CMYK
RGB Variations
Color information
#DC79C9 (or 0xDC79C9) is known color: Orchid. HEX triplet: DC, 79 and C9. RGB value is (220,121,201). Sum of RGB (Red+Green+Blue) = 220+121+201=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 121 (47.66% from 255 or 22.32% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DC79C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC79C9 is #238636. Grayscale: #9F9F9F. Windows color (decimal): -2328119 or 13203932. OLE color: 13203932.
HSL color Cylindrical-coordinate representation of color #DC79C9: hue angle of 311.52º 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 #DC79C9 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 201 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.14 |
| HSL | 311.52º | 0.59% | 0.67% | - |
| HSV(B) | 311.52º | 0.45% | 0.86% | - |
| XYZ | 46.9 | 33.11 | 59.18 | - |
| YUV | 159.72 | 151.3 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 201 | 0 | 0.45 | 0.09 | 0.14 | 311.52 | 0.59 | 0.67 |
| Hex | DC | 79 | C9 | 0 | 2D | 9 | E | 138 | 3B | 43 |
| Octal | 334 | 171 | 311 | 0 | 55 | 11 | 16 | 470 | 73 | 103 |
| Binary | 11011100 | 1111001 | 11001001 | 0 | 101101 | 1001 | 1110 | 100111000 | 111011 | 1000011 |
Color Harmonies of #DC79C9
Complementary color
Monochromatic Colors of #DC79C9
Black with #DC79C9
Text Example
Text Example
White with #DC79C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC79C9; }
p { color: rgb(220,121,201); }
H1.HeaderClassName
{
color: #DC79C9;
}
.AnyTagClassName
{
color: #DC79C9;
}
</style>
background-color css
<style>
a { background-color: #DC79C9; }
a { background-color: rgb(220,121,201); }
div.DivClassName
{
background-color: #DC79C9;
}
.BgClassName
{
background-color: #DC79C9;
}
</style>
border-color css
<style>
span { border-color: #DC79C9; }
span { border-color: rgb(220,121,201); }
td.TdClassName
{
border-color: #DC79C9;
}
.TagClassName
{
border-color: #DC79C9;
}
</style>