Shades of Orchid #DC70D9
Tints of Orchid #DC70D9
RGB
CMYK
RGB Variations
Color information
#DC70D9 (or 0xDC70D9) is known color: Orchid. HEX triplet: DC, 70 and D9. RGB value is (220,112,217). Sum of RGB (Red+Green+Blue) = 220+112+217=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 112 (44.14% from 255 or 20.40% from 549); Blue value is 217 (85.16% from 255 or 39.53% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DC70D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC70D9 is #238F26. Grayscale: #9B9B9B. Windows color (decimal): -2330407 or 14250204. OLE color: 14250204.
HSL color Cylindrical-coordinate representation of color #DC70D9: hue angle of 301.67º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC70D9 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 217 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.14 |
| HSL | 301.67º | 0.61% | 0.65% | - |
| HSV(B) | 301.67º | 0.49% | 0.86% | - |
| XYZ | 47.83 | 31.81 | 69.27 | - |
| YUV | 156.26 | 162.28 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 217 | 0 | 0.49 | 0.01 | 0.14 | 301.67 | 0.61 | 0.65 |
| Hex | DC | 70 | D9 | 0 | 31 | 1 | E | 12E | 3D | 41 |
| Octal | 334 | 160 | 331 | 0 | 61 | 1 | 16 | 456 | 75 | 101 |
| Binary | 11011100 | 1110000 | 11011001 | 0 | 110001 | 1 | 1110 | 100101110 | 111101 | 1000001 |
Color Harmonies of #DC70D9
Complementary color
Monochromatic Colors of #DC70D9
Black with #DC70D9
Text Example
Text Example
White with #DC70D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC70D9; }
p { color: rgb(220,112,217); }
H1.HeaderClassName
{
color: #DC70D9;
}
.AnyTagClassName
{
color: #DC70D9;
}
</style>
background-color css
<style>
a { background-color: #DC70D9; }
a { background-color: rgb(220,112,217); }
div.DivClassName
{
background-color: #DC70D9;
}
.BgClassName
{
background-color: #DC70D9;
}
</style>
border-color css
<style>
span { border-color: #DC70D9; }
span { border-color: rgb(220,112,217); }
td.TdClassName
{
border-color: #DC70D9;
}
.TagClassName
{
border-color: #DC70D9;
}
</style>