Shades of Orchid #DC76D6
Tints of Orchid #DC76D6
RGB
CMYK
RGB Variations
Color information
#DC76D6 (or 0xDC76D6) is known color: Orchid. HEX triplet: DC, 76 and D6. RGB value is (220,118,214). Sum of RGB (Red+Green+Blue) = 220+118+214=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 118 (46.48% from 255 or 21.38% from 552); Blue value is 214 (83.98% from 255 or 38.77% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76D6 is #238929. Grayscale: #9F9F9F. Windows color (decimal): -2328874 or 14055132. OLE color: 14055132.
HSL color Cylindrical-coordinate representation of color #DC76D6: hue angle of 303.53º 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 #DC76D6 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 214 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.14 |
| HSL | 303.53º | 0.59% | 0.66% | - |
| HSV(B) | 303.53º | 0.46% | 0.86% | - |
| XYZ | 48.13 | 33.03 | 67.46 | - |
| YUV | 159.44 | 158.79 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 214 | 0 | 0.46 | 0.03 | 0.14 | 303.53 | 0.59 | 0.66 |
| Hex | DC | 76 | D6 | 0 | 2E | 3 | E | 130 | 3B | 42 |
| Octal | 334 | 166 | 326 | 0 | 56 | 3 | 16 | 460 | 73 | 102 |
| Binary | 11011100 | 1110110 | 11010110 | 0 | 101110 | 11 | 1110 | 100110000 | 111011 | 1000010 |
Color Harmonies of #DC76D6
Complementary color
Monochromatic Colors of #DC76D6
Black with #DC76D6
Text Example
Text Example
White with #DC76D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76D6; }
p { color: rgb(220,118,214); }
H1.HeaderClassName
{
color: #DC76D6;
}
.AnyTagClassName
{
color: #DC76D6;
}
</style>
background-color css
<style>
a { background-color: #DC76D6; }
a { background-color: rgb(220,118,214); }
div.DivClassName
{
background-color: #DC76D6;
}
.BgClassName
{
background-color: #DC76D6;
}
</style>
border-color css
<style>
span { border-color: #DC76D6; }
span { border-color: rgb(220,118,214); }
td.TdClassName
{
border-color: #DC76D6;
}
.TagClassName
{
border-color: #DC76D6;
}
</style>