Shades of Orchid #DC70CD
Tints of Orchid #DC70CD
RGB
CMYK
RGB Variations
Color information
#DC70CD (or 0xDC70CD) is known color: Orchid. HEX triplet: DC, 70 and CD. RGB value is (220,112,205). Sum of RGB (Red+Green+Blue) = 220+112+205=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DC70CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC70CD is #238F32. Grayscale: #9A9A9A. Windows color (decimal): -2330419 or 13463772. OLE color: 13463772.
HSL color Cylindrical-coordinate representation of color #DC70CD: hue angle of 308.33º 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 #DC70CD is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 205 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.14 |
| HSL | 308.33º | 0.61% | 0.65% | - |
| HSV(B) | 308.33º | 0.49% | 0.86% | - |
| XYZ | 46.33 | 31.21 | 61.34 | - |
| YUV | 154.89 | 156.28 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 205 | 0 | 0.49 | 0.07 | 0.14 | 308.33 | 0.61 | 0.65 |
| Hex | DC | 70 | CD | 0 | 31 | 7 | E | 134 | 3D | 41 |
| Octal | 334 | 160 | 315 | 0 | 61 | 7 | 16 | 464 | 75 | 101 |
| Binary | 11011100 | 1110000 | 11001101 | 0 | 110001 | 111 | 1110 | 100110100 | 111101 | 1000001 |
Color Harmonies of #DC70CD
Complementary color
Monochromatic Colors of #DC70CD
Black with #DC70CD
Text Example
Text Example
White with #DC70CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC70CD; }
p { color: rgb(220,112,205); }
H1.HeaderClassName
{
color: #DC70CD;
}
.AnyTagClassName
{
color: #DC70CD;
}
</style>
background-color css
<style>
a { background-color: #DC70CD; }
a { background-color: rgb(220,112,205); }
div.DivClassName
{
background-color: #DC70CD;
}
.BgClassName
{
background-color: #DC70CD;
}
</style>
border-color css
<style>
span { border-color: #DC70CD; }
span { border-color: rgb(220,112,205); }
td.TdClassName
{
border-color: #DC70CD;
}
.TagClassName
{
border-color: #DC70CD;
}
</style>