Shades of Orchid #DC76D0
Tints of Orchid #DC76D0
RGB
CMYK
RGB Variations
Color information
#DC76D0 (or 0xDC76D0) is known color: Orchid. HEX triplet: DC, 76 and D0. RGB value is (220,118,208). Sum of RGB (Red+Green+Blue) = 220+118+208=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 118 (46.48% from 255 or 21.61% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76D0 is #23892F. Grayscale: #9E9E9E. Windows color (decimal): -2328880 or 13661916. OLE color: 13661916.
HSL color Cylindrical-coordinate representation of color #DC76D0: hue angle of 307.06º 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 #DC76D0 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 208 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.14 |
| HSL | 307.06º | 0.59% | 0.66% | - |
| HSV(B) | 307.06º | 0.46% | 0.86% | - |
| XYZ | 47.38 | 32.73 | 63.49 | - |
| YUV | 158.76 | 155.79 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 208 | 0 | 0.46 | 0.05 | 0.14 | 307.06 | 0.59 | 0.66 |
| Hex | DC | 76 | D0 | 0 | 2E | 5 | E | 133 | 3B | 42 |
| Octal | 334 | 166 | 320 | 0 | 56 | 5 | 16 | 463 | 73 | 102 |
| Binary | 11011100 | 1110110 | 11010000 | 0 | 101110 | 101 | 1110 | 100110011 | 111011 | 1000010 |
Color Harmonies of #DC76D0
Complementary color
Monochromatic Colors of #DC76D0
Black with #DC76D0
Text Example
Text Example
White with #DC76D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76D0; }
p { color: rgb(220,118,208); }
H1.HeaderClassName
{
color: #DC76D0;
}
.AnyTagClassName
{
color: #DC76D0;
}
</style>
background-color css
<style>
a { background-color: #DC76D0; }
a { background-color: rgb(220,118,208); }
div.DivClassName
{
background-color: #DC76D0;
}
.BgClassName
{
background-color: #DC76D0;
}
</style>
border-color css
<style>
span { border-color: #DC76D0; }
span { border-color: rgb(220,118,208); }
td.TdClassName
{
border-color: #DC76D0;
}
.TagClassName
{
border-color: #DC76D0;
}
</style>