Shades of Orchid #DC76D1
Tints of Orchid #DC76D1
RGB
CMYK
RGB Variations
Color information
#DC76D1 (or 0xDC76D1) is known color: Orchid. HEX triplet: DC, 76 and D1. RGB value is (220,118,209). Sum of RGB (Red+Green+Blue) = 220+118+209=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 118 (46.48% from 255 or 21.57% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76D1 is #23892E. Grayscale: #9E9E9E. Windows color (decimal): -2328879 or 13727452. OLE color: 13727452.
HSL color Cylindrical-coordinate representation of color #DC76D1: hue angle of 306.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 #DC76D1 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 209 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.14 |
| HSL | 306.47º | 0.59% | 0.66% | - |
| HSV(B) | 306.47º | 0.46% | 0.86% | - |
| XYZ | 47.5 | 32.78 | 64.14 | - |
| YUV | 158.87 | 156.29 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 209 | 0 | 0.46 | 0.05 | 0.14 | 306.47 | 0.59 | 0.66 |
| Hex | DC | 76 | D1 | 0 | 2E | 5 | E | 132 | 3B | 42 |
| Octal | 334 | 166 | 321 | 0 | 56 | 5 | 16 | 462 | 73 | 102 |
| Binary | 11011100 | 1110110 | 11010001 | 0 | 101110 | 101 | 1110 | 100110010 | 111011 | 1000010 |
Color Harmonies of #DC76D1
Complementary color
Monochromatic Colors of #DC76D1
Black with #DC76D1
Text Example
Text Example
White with #DC76D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76D1; }
p { color: rgb(220,118,209); }
H1.HeaderClassName
{
color: #DC76D1;
}
.AnyTagClassName
{
color: #DC76D1;
}
</style>
background-color css
<style>
a { background-color: #DC76D1; }
a { background-color: rgb(220,118,209); }
div.DivClassName
{
background-color: #DC76D1;
}
.BgClassName
{
background-color: #DC76D1;
}
</style>
border-color css
<style>
span { border-color: #DC76D1; }
span { border-color: rgb(220,118,209); }
td.TdClassName
{
border-color: #DC76D1;
}
.TagClassName
{
border-color: #DC76D1;
}
</style>