Shades of Orchid #DC76D8
Tints of Orchid #DC76D8
RGB
CMYK
RGB Variations
Color information
#DC76D8 (or 0xDC76D8) is known color: Orchid. HEX triplet: DC, 76 and D8. RGB value is (220,118,216). Sum of RGB (Red+Green+Blue) = 220+118+216=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 118 (46.48% from 255 or 21.30% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76D8 is #238927. Grayscale: #9F9F9F. Windows color (decimal): -2328872 or 14186204. OLE color: 14186204.
HSL color Cylindrical-coordinate representation of color #DC76D8: hue angle of 302.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 #DC76D8 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 216 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.14 |
| HSL | 302.35º | 0.59% | 0.66% | - |
| HSV(B) | 302.35º | 0.46% | 0.86% | - |
| XYZ | 48.39 | 33.13 | 68.81 | - |
| YUV | 159.67 | 159.79 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 216 | 0 | 0.46 | 0.02 | 0.14 | 302.35 | 0.59 | 0.66 |
| Hex | DC | 76 | D8 | 0 | 2E | 2 | E | 12E | 3B | 42 |
| Octal | 334 | 166 | 330 | 0 | 56 | 2 | 16 | 456 | 73 | 102 |
| Binary | 11011100 | 1110110 | 11011000 | 0 | 101110 | 10 | 1110 | 100101110 | 111011 | 1000010 |
Color Harmonies of #DC76D8
Complementary color
Monochromatic Colors of #DC76D8
Black with #DC76D8
Text Example
Text Example
White with #DC76D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76D8; }
p { color: rgb(220,118,216); }
H1.HeaderClassName
{
color: #DC76D8;
}
.AnyTagClassName
{
color: #DC76D8;
}
</style>
background-color css
<style>
a { background-color: #DC76D8; }
a { background-color: rgb(220,118,216); }
div.DivClassName
{
background-color: #DC76D8;
}
.BgClassName
{
background-color: #DC76D8;
}
</style>
border-color css
<style>
span { border-color: #DC76D8; }
span { border-color: rgb(220,118,216); }
td.TdClassName
{
border-color: #DC76D8;
}
.TagClassName
{
border-color: #DC76D8;
}
</style>