Shades of Orchid #DC70C5
Tints of Orchid #DC70C5
RGB
CMYK
RGB Variations
Color information
#DC70C5 (or 0xDC70C5) is known color: Orchid. HEX triplet: DC, 70 and C5. RGB value is (220,112,197). Sum of RGB (Red+Green+Blue) = 220+112+197=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 197 (77.34% from 255 or 37.24% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC70C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC70C5 is #238F3A. Grayscale: #999999. Windows color (decimal): -2330427 or 12939484. OLE color: 12939484.
HSL color Cylindrical-coordinate representation of color #DC70C5: hue angle of 312.78º 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 #DC70C5 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 197 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.14 |
| HSL | 312.78º | 0.61% | 0.65% | - |
| HSV(B) | 312.78º | 0.49% | 0.86% | - |
| XYZ | 45.39 | 30.84 | 56.38 | - |
| YUV | 153.98 | 152.28 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 197 | 0 | 0.49 | 0.10 | 0.14 | 312.78 | 0.61 | 0.65 |
| Hex | DC | 70 | C5 | 0 | 31 | A | E | 139 | 3D | 41 |
| Octal | 334 | 160 | 305 | 0 | 61 | 12 | 16 | 471 | 75 | 101 |
| Binary | 11011100 | 1110000 | 11000101 | 0 | 110001 | 1010 | 1110 | 100111001 | 111101 | 1000001 |
Color Harmonies of #DC70C5
Complementary color
Monochromatic Colors of #DC70C5
Black with #DC70C5
Text Example
Text Example
White with #DC70C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC70C5; }
p { color: rgb(220,112,197); }
H1.HeaderClassName
{
color: #DC70C5;
}
.AnyTagClassName
{
color: #DC70C5;
}
</style>
background-color css
<style>
a { background-color: #DC70C5; }
a { background-color: rgb(220,112,197); }
div.DivClassName
{
background-color: #DC70C5;
}
.BgClassName
{
background-color: #DC70C5;
}
</style>
border-color css
<style>
span { border-color: #DC70C5; }
span { border-color: rgb(220,112,197); }
td.TdClassName
{
border-color: #DC70C5;
}
.TagClassName
{
border-color: #DC70C5;
}
</style>