Shades of Orchid #DC76C5
Tints of Orchid #DC76C5
RGB
CMYK
RGB Variations
Color information
#DC76C5 (or 0xDC76C5) is known color: Orchid. HEX triplet: DC, 76 and C5. RGB value is (220,118,197). Sum of RGB (Red+Green+Blue) = 220+118+197=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 118 (46.48% from 255 or 22.06% from 535); Blue value is 197 (77.34% from 255 or 36.82% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76C5 is #23893A. Grayscale: #9D9D9D. Windows color (decimal): -2328891 or 12941020. OLE color: 12941020.
HSL color Cylindrical-coordinate representation of color #DC76C5: hue angle of 313.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 #DC76C5 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 197 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.14 |
| HSL | 313.53º | 0.59% | 0.66% | - |
| HSV(B) | 313.53º | 0.46% | 0.86% | - |
| XYZ | 46.07 | 32.2 | 56.61 | - |
| YUV | 157.5 | 150.29 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 197 | 0 | 0.46 | 0.10 | 0.14 | 313.53 | 0.59 | 0.66 |
| Hex | DC | 76 | C5 | 0 | 2E | A | E | 13A | 3B | 42 |
| Octal | 334 | 166 | 305 | 0 | 56 | 12 | 16 | 472 | 73 | 102 |
| Binary | 11011100 | 1110110 | 11000101 | 0 | 101110 | 1010 | 1110 | 100111010 | 111011 | 1000010 |
Color Harmonies of #DC76C5
Complementary color
Monochromatic Colors of #DC76C5
Black with #DC76C5
Text Example
Text Example
White with #DC76C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76C5; }
p { color: rgb(220,118,197); }
H1.HeaderClassName
{
color: #DC76C5;
}
.AnyTagClassName
{
color: #DC76C5;
}
</style>
background-color css
<style>
a { background-color: #DC76C5; }
a { background-color: rgb(220,118,197); }
div.DivClassName
{
background-color: #DC76C5;
}
.BgClassName
{
background-color: #DC76C5;
}
</style>
border-color css
<style>
span { border-color: #DC76C5; }
span { border-color: rgb(220,118,197); }
td.TdClassName
{
border-color: #DC76C5;
}
.TagClassName
{
border-color: #DC76C5;
}
</style>