Shades of Orchid #DC70C0
Tints of Orchid #DC70C0
RGB
CMYK
RGB Variations
Color information
#DC70C0 (or 0xDC70C0) is known color: Orchid. HEX triplet: DC, 70 and C0. RGB value is (220,112,192). Sum of RGB (Red+Green+Blue) = 220+112+192=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC70C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC70C0 is #238F3F. Grayscale: #999999. Windows color (decimal): -2330432 or 12611804. OLE color: 12611804.
HSL color Cylindrical-coordinate representation of color #DC70C0: hue angle of 315.56º 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 #DC70C0 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 192 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.14 |
| HSL | 315.56º | 0.61% | 0.65% | - |
| HSV(B) | 315.56º | 0.49% | 0.86% | - |
| XYZ | 44.82 | 30.61 | 53.41 | - |
| YUV | 153.41 | 149.78 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 192 | 0 | 0.49 | 0.13 | 0.14 | 315.56 | 0.61 | 0.65 |
| Hex | DC | 70 | C0 | 0 | 31 | D | E | 13C | 3D | 41 |
| Octal | 334 | 160 | 300 | 0 | 61 | 15 | 16 | 474 | 75 | 101 |
| Binary | 11011100 | 1110000 | 11000000 | 0 | 110001 | 1101 | 1110 | 100111100 | 111101 | 1000001 |
Color Harmonies of #DC70C0
Complementary color
Monochromatic Colors of #DC70C0
Black with #DC70C0
Text Example
Text Example
White with #DC70C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC70C0; }
p { color: rgb(220,112,192); }
H1.HeaderClassName
{
color: #DC70C0;
}
.AnyTagClassName
{
color: #DC70C0;
}
</style>
background-color css
<style>
a { background-color: #DC70C0; }
a { background-color: rgb(220,112,192); }
div.DivClassName
{
background-color: #DC70C0;
}
.BgClassName
{
background-color: #DC70C0;
}
</style>
border-color css
<style>
span { border-color: #DC70C0; }
span { border-color: rgb(220,112,192); }
td.TdClassName
{
border-color: #DC70C0;
}
.TagClassName
{
border-color: #DC70C0;
}
</style>