Shades of Orchid #DC76C0
Tints of Orchid #DC76C0
RGB
CMYK
RGB Variations
Color information
#DC76C0 (or 0xDC76C0) is known color: Orchid. HEX triplet: DC, 76 and C0. RGB value is (220,118,192). Sum of RGB (Red+Green+Blue) = 220+118+192=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 118 (46.48% from 255 or 22.26% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76C0 is #23893F. Grayscale: #9C9C9C. Windows color (decimal): -2328896 or 12613340. OLE color: 12613340.
HSL color Cylindrical-coordinate representation of color #DC76C0: hue angle of 316.47º 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 #DC76C0 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 192 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.14 |
| HSL | 316.47º | 0.59% | 0.66% | - |
| HSV(B) | 316.47º | 0.46% | 0.86% | - |
| XYZ | 45.51 | 31.98 | 53.64 | - |
| YUV | 156.93 | 147.79 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 192 | 0 | 0.46 | 0.13 | 0.14 | 316.47 | 0.59 | 0.66 |
| Hex | DC | 76 | C0 | 0 | 2E | D | E | 13C | 3B | 42 |
| Octal | 334 | 166 | 300 | 0 | 56 | 15 | 16 | 474 | 73 | 102 |
| Binary | 11011100 | 1110110 | 11000000 | 0 | 101110 | 1101 | 1110 | 100111100 | 111011 | 1000010 |
Color Harmonies of #DC76C0
Complementary color
Monochromatic Colors of #DC76C0
Black with #DC76C0
Text Example
Text Example
White with #DC76C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76C0; }
p { color: rgb(220,118,192); }
H1.HeaderClassName
{
color: #DC76C0;
}
.AnyTagClassName
{
color: #DC76C0;
}
</style>
background-color css
<style>
a { background-color: #DC76C0; }
a { background-color: rgb(220,118,192); }
div.DivClassName
{
background-color: #DC76C0;
}
.BgClassName
{
background-color: #DC76C0;
}
</style>
border-color css
<style>
span { border-color: #DC76C0; }
span { border-color: rgb(220,118,192); }
td.TdClassName
{
border-color: #DC76C0;
}
.TagClassName
{
border-color: #DC76C0;
}
</style>