Shades of Orchid #DC79C7
Tints of Orchid #DC79C7
RGB
CMYK
RGB Variations
Color information
#DC79C7 (or 0xDC79C7) is known color: Orchid. HEX triplet: DC, 79 and C7. RGB value is (220,121,199). Sum of RGB (Red+Green+Blue) = 220+121+199=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 121 (47.66% from 255 or 22.41% from 540); Blue value is 199 (78.12% from 255 or 36.85% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DC79C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC79C7 is #238638. Grayscale: #9F9F9F. Windows color (decimal): -2328121 or 13072860. OLE color: 13072860.
HSL color Cylindrical-coordinate representation of color #DC79C7: hue angle of 312.73º 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 #DC79C7 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 121 | 199 | - |
CMYK | 0 | 0.45 | 0.10 | 0.14 |
HSL | 312.73º | 0.59% | 0.67% | - |
HSV(B) | 312.73º | 0.45% | 0.86% | - |
XYZ | 46.66 | 33.01 | 57.95 | - |
YUV | 159.49 | 150.3 | 171.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 121 | 199 | 0 | 0.45 | 0.10 | 0.14 | 312.73 | 0.59 | 0.67 |
Hex | DC | 79 | C7 | 0 | 2D | A | E | 139 | 3B | 43 |
Octal | 334 | 171 | 307 | 0 | 55 | 12 | 16 | 471 | 73 | 103 |
Binary | 11011100 | 1111001 | 11000111 | 0 | 101101 | 1010 | 1110 | 100111001 | 111011 | 1000011 |
Color Harmonies of #DC79C7
Complementary color
Monochromatic Colors of #DC79C7
Black with #DC79C7
Text Example
Text Example
White with #DC79C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC79C7; }
p { color: rgb(220,121,199); }
H1.HeaderClassName
{
color: #DC79C7;
}
.AnyTagClassName
{
color: #DC79C7;
}
</style>
background-color css
<style>
a { background-color: #DC79C7; }
a { background-color: rgb(220,121,199); }
div.DivClassName
{
background-color: #DC79C7;
}
.BgClassName
{
background-color: #DC79C7;
}
</style>
border-color css
<style>
span { border-color: #DC79C7; }
span { border-color: rgb(220,121,199); }
td.TdClassName
{
border-color: #DC79C7;
}
.TagClassName
{
border-color: #DC79C7;
}
</style>