Shades of Orchid #DC76C7
Tints of Orchid #DC76C7
RGB
CMYK
RGB Variations
Color information
#DC76C7 (or 0xDC76C7) is known color: Orchid. HEX triplet: DC, 76 and C7. RGB value is (220,118,199). Sum of RGB (Red+Green+Blue) = 220+118+199=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 118 (46.48% from 255 or 21.97% from 537); Blue value is 199 (78.12% from 255 or 37.06% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76C7 is #238938. Grayscale: #9D9D9D. Windows color (decimal): -2328889 or 13072092. OLE color: 13072092.
HSL color Cylindrical-coordinate representation of color #DC76C7: hue angle of 312.35º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC76C7 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 199 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.14 |
| HSL | 312.35º | 0.59% | 0.66% | - |
| HSV(B) | 312.35º | 0.46% | 0.86% | - |
| XYZ | 46.3 | 32.3 | 57.83 | - |
| YUV | 157.73 | 151.29 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 199 | 0 | 0.46 | 0.10 | 0.14 | 312.35 | 0.59 | 0.66 |
| Hex | DC | 76 | C7 | 0 | 2E | A | E | 138 | 3B | 42 |
| Octal | 334 | 166 | 307 | 0 | 56 | 12 | 16 | 470 | 73 | 102 |
| Binary | 11011100 | 1110110 | 11000111 | 0 | 101110 | 1010 | 1110 | 100111000 | 111011 | 1000010 |
Color Harmonies of #DC76C7
Complementary color
Monochromatic Colors of #DC76C7
Black with #DC76C7
Text Example
Text Example
White with #DC76C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76C7; }
p { color: rgb(220,118,199); }
H1.HeaderClassName
{
color: #DC76C7;
}
.AnyTagClassName
{
color: #DC76C7;
}
</style>
background-color css
<style>
a { background-color: #DC76C7; }
a { background-color: rgb(220,118,199); }
div.DivClassName
{
background-color: #DC76C7;
}
.BgClassName
{
background-color: #DC76C7;
}
</style>
border-color css
<style>
span { border-color: #DC76C7; }
span { border-color: rgb(220,118,199); }
td.TdClassName
{
border-color: #DC76C7;
}
.TagClassName
{
border-color: #DC76C7;
}
</style>