Shades of Orchid #DC76D7
Tints of Orchid #DC76D7
RGB
CMYK
RGB Variations
Color information
#DC76D7 (or 0xDC76D7) is known color: Orchid. HEX triplet: DC, 76 and D7. RGB value is (220,118,215). Sum of RGB (Red+Green+Blue) = 220+118+215=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 215 (84.38% from 255 or 38.88% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76D7 is #238928. Grayscale: #9F9F9F. Windows color (decimal): -2328873 or 14120668. OLE color: 14120668.
HSL color Cylindrical-coordinate representation of color #DC76D7: hue angle of 302.94º 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 #DC76D7 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 215 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.14 |
| HSL | 302.94º | 0.59% | 0.66% | - |
| HSV(B) | 302.94º | 0.46% | 0.86% | - |
| XYZ | 48.26 | 33.08 | 68.13 | - |
| YUV | 159.56 | 159.29 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 215 | 0 | 0.46 | 0.02 | 0.14 | 302.94 | 0.59 | 0.66 |
| Hex | DC | 76 | D7 | 0 | 2E | 2 | E | 12F | 3B | 42 |
| Octal | 334 | 166 | 327 | 0 | 56 | 2 | 16 | 457 | 73 | 102 |
| Binary | 11011100 | 1110110 | 11010111 | 0 | 101110 | 10 | 1110 | 100101111 | 111011 | 1000010 |
Color Harmonies of #DC76D7
Complementary color
Monochromatic Colors of #DC76D7
Black with #DC76D7
Text Example
Text Example
White with #DC76D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76D7; }
p { color: rgb(220,118,215); }
H1.HeaderClassName
{
color: #DC76D7;
}
.AnyTagClassName
{
color: #DC76D7;
}
</style>
background-color css
<style>
a { background-color: #DC76D7; }
a { background-color: rgb(220,118,215); }
div.DivClassName
{
background-color: #DC76D7;
}
.BgClassName
{
background-color: #DC76D7;
}
</style>
border-color css
<style>
span { border-color: #DC76D7; }
span { border-color: rgb(220,118,215); }
td.TdClassName
{
border-color: #DC76D7;
}
.TagClassName
{
border-color: #DC76D7;
}
</style>