Shades of Orchid #DC70D0
Tints of Orchid #DC70D0
RGB
CMYK
RGB Variations
Color information
#DC70D0 (or 0xDC70D0) is known color: Orchid. HEX triplet: DC, 70 and D0. RGB value is (220,112,208). Sum of RGB (Red+Green+Blue) = 220+112+208=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 112 (44.14% from 255 or 20.74% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DC70D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC70D0 is #238F2F. Grayscale: #9A9A9A. Windows color (decimal): -2330416 or 13660380. OLE color: 13660380.
HSL color Cylindrical-coordinate representation of color #DC70D0: hue angle of 306.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 #DC70D0 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 208 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.14 |
| HSL | 306.67º | 0.61% | 0.65% | - |
| HSV(B) | 306.67º | 0.49% | 0.86% | - |
| XYZ | 46.69 | 31.36 | 63.27 | - |
| YUV | 155.24 | 157.78 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 208 | 0 | 0.49 | 0.05 | 0.14 | 306.67 | 0.61 | 0.65 |
| Hex | DC | 70 | D0 | 0 | 31 | 5 | E | 133 | 3D | 41 |
| Octal | 334 | 160 | 320 | 0 | 61 | 5 | 16 | 463 | 75 | 101 |
| Binary | 11011100 | 1110000 | 11010000 | 0 | 110001 | 101 | 1110 | 100110011 | 111101 | 1000001 |
Color Harmonies of #DC70D0
Complementary color
Monochromatic Colors of #DC70D0
Black with #DC70D0
Text Example
Text Example
White with #DC70D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC70D0; }
p { color: rgb(220,112,208); }
H1.HeaderClassName
{
color: #DC70D0;
}
.AnyTagClassName
{
color: #DC70D0;
}
</style>
background-color css
<style>
a { background-color: #DC70D0; }
a { background-color: rgb(220,112,208); }
div.DivClassName
{
background-color: #DC70D0;
}
.BgClassName
{
background-color: #DC70D0;
}
</style>
border-color css
<style>
span { border-color: #DC70D0; }
span { border-color: rgb(220,112,208); }
td.TdClassName
{
border-color: #DC70D0;
}
.TagClassName
{
border-color: #DC70D0;
}
</style>