Shades of Orchid #DC76CA
Tints of Orchid #DC76CA
RGB
CMYK
RGB Variations
Color information
#DC76CA (or 0xDC76CA) is known color: Orchid. HEX triplet: DC, 76 and CA. RGB value is (220,118,202). Sum of RGB (Red+Green+Blue) = 220+118+202=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 118 (46.48% from 255 or 21.85% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76CA is #238935. Grayscale: #9D9D9D. Windows color (decimal): -2328886 or 13268700. OLE color: 13268700.
HSL color Cylindrical-coordinate representation of color #DC76CA: hue angle of 310.59º 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 #DC76CA is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 202 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.14 |
| HSL | 310.59º | 0.59% | 0.66% | - |
| HSV(B) | 310.59º | 0.46% | 0.86% | - |
| XYZ | 46.65 | 32.44 | 59.68 | - |
| YUV | 158.07 | 152.79 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 202 | 0 | 0.46 | 0.08 | 0.14 | 310.59 | 0.59 | 0.66 |
| Hex | DC | 76 | CA | 0 | 2E | 8 | E | 137 | 3B | 42 |
| Octal | 334 | 166 | 312 | 0 | 56 | 10 | 16 | 467 | 73 | 102 |
| Binary | 11011100 | 1110110 | 11001010 | 0 | 101110 | 1000 | 1110 | 100110111 | 111011 | 1000010 |
Color Harmonies of #DC76CA
Complementary color
Monochromatic Colors of #DC76CA
Black with #DC76CA
Text Example
Text Example
White with #DC76CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76CA; }
p { color: rgb(220,118,202); }
H1.HeaderClassName
{
color: #DC76CA;
}
.AnyTagClassName
{
color: #DC76CA;
}
</style>
background-color css
<style>
a { background-color: #DC76CA; }
a { background-color: rgb(220,118,202); }
div.DivClassName
{
background-color: #DC76CA;
}
.BgClassName
{
background-color: #DC76CA;
}
</style>
border-color css
<style>
span { border-color: #DC76CA; }
span { border-color: rgb(220,118,202); }
td.TdClassName
{
border-color: #DC76CA;
}
.TagClassName
{
border-color: #DC76CA;
}
</style>