Shades of Orchid #DC76DC
Tints of Orchid #DC76DC
RGB
CMYK
RGB Variations
Color information
#DC76DC (or 0xDC76DC) is known color: Orchid. HEX triplet: DC, 76 and DC. RGB value is (220,118,220). Sum of RGB (Red+Green+Blue) = 220+118+220=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 118 (46.48% from 255 or 21.15% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC76DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76DC is #238923. Grayscale: #9F9F9F. Windows color (decimal): -2328868 or 14448348. OLE color: 14448348.
HSL color Cylindrical-coordinate representation of color #DC76DC: hue angle of 300º 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 #DC76DC is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 220 | - |
| CMYK | 0 | 0.46 | 0 | 0.14 |
| HSL | 300º | 0.59% | 0.66% | - |
| HSV(B) | 300º | 0.46% | 0.86% | - |
| XYZ | 48.91 | 33.34 | 71.57 | - |
| YUV | 160.13 | 161.79 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 220 | 0 | 0.46 | 0 | 0.14 | 300 | 0.59 | 0.66 |
| Hex | DC | 76 | DC | 0 | 2E | 0 | E | 12C | 3B | 42 |
| Octal | 334 | 166 | 334 | 0 | 56 | 0 | 16 | 454 | 73 | 102 |
| Binary | 11011100 | 1110110 | 11011100 | 0 | 101110 | 0 | 1110 | 100101100 | 111011 | 1000010 |
Color Harmonies of #DC76DC
Complementary color
Monochromatic Colors of #DC76DC
Black with #DC76DC
Text Example
Text Example
White with #DC76DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76DC; }
p { color: rgb(220,118,220); }
H1.HeaderClassName
{
color: #DC76DC;
}
.AnyTagClassName
{
color: #DC76DC;
}
</style>
background-color css
<style>
a { background-color: #DC76DC; }
a { background-color: rgb(220,118,220); }
div.DivClassName
{
background-color: #DC76DC;
}
.BgClassName
{
background-color: #DC76DC;
}
</style>
border-color css
<style>
span { border-color: #DC76DC; }
span { border-color: rgb(220,118,220); }
td.TdClassName
{
border-color: #DC76DC;
}
.TagClassName
{
border-color: #DC76DC;
}
</style>