Shades of Orchid #DC70CC
Tints of Orchid #DC70CC
RGB
CMYK
RGB Variations
Color information
#DC70CC (or 0xDC70CC) is known color: Orchid. HEX triplet: DC, 70 and CC. RGB value is (220,112,204). Sum of RGB (Red+Green+Blue) = 220+112+204=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC70CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC70CC is #238F33. Grayscale: #9A9A9A. Windows color (decimal): -2330420 or 13398236. OLE color: 13398236.
HSL color Cylindrical-coordinate representation of color #DC70CC: hue angle of 308.89º 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 #DC70CC is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 204 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.14 |
| HSL | 308.89º | 0.61% | 0.65% | - |
| HSV(B) | 308.89º | 0.49% | 0.86% | - |
| XYZ | 46.21 | 31.16 | 60.71 | - |
| YUV | 154.78 | 155.78 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 204 | 0 | 0.49 | 0.07 | 0.14 | 308.89 | 0.61 | 0.65 |
| Hex | DC | 70 | CC | 0 | 31 | 7 | E | 135 | 3D | 41 |
| Octal | 334 | 160 | 314 | 0 | 61 | 7 | 16 | 465 | 75 | 101 |
| Binary | 11011100 | 1110000 | 11001100 | 0 | 110001 | 111 | 1110 | 100110101 | 111101 | 1000001 |
Color Harmonies of #DC70CC
Complementary color
Monochromatic Colors of #DC70CC
Black with #DC70CC
Text Example
Text Example
White with #DC70CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC70CC; }
p { color: rgb(220,112,204); }
H1.HeaderClassName
{
color: #DC70CC;
}
.AnyTagClassName
{
color: #DC70CC;
}
</style>
background-color css
<style>
a { background-color: #DC70CC; }
a { background-color: rgb(220,112,204); }
div.DivClassName
{
background-color: #DC70CC;
}
.BgClassName
{
background-color: #DC70CC;
}
</style>
border-color css
<style>
span { border-color: #DC70CC; }
span { border-color: rgb(220,112,204); }
td.TdClassName
{
border-color: #DC70CC;
}
.TagClassName
{
border-color: #DC70CC;
}
</style>