Shades of Orchid #DC70DB
Tints of Orchid #DC70DB
RGB
CMYK
RGB Variations
Color information
#DC70DB (or 0xDC70DB) is known color: Orchid. HEX triplet: DC, 70 and DB. RGB value is (220,112,219). Sum of RGB (Red+Green+Blue) = 220+112+219=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 112 (44.14% from 255 or 20.33% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DC70DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC70DB is #238F24. Grayscale: #9C9C9C. Windows color (decimal): -2330405 or 14381276. OLE color: 14381276.
HSL color Cylindrical-coordinate representation of color #DC70DB: hue angle of 300.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 #DC70DB is Cyan = 0, Magento = 0.49, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 219 | - |
| CMYK | 0 | 0.49 | 0.00 | 0.14 |
| HSL | 300.56º | 0.61% | 0.65% | - |
| HSV(B) | 300.56º | 0.49% | 0.86% | - |
| XYZ | 48.1 | 31.92 | 70.64 | - |
| YUV | 156.49 | 163.28 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 219 | 0 | 0.49 | 0.00 | 0.14 | 300.56 | 0.61 | 0.65 |
| Hex | DC | 70 | DB | 0 | 31 | 0 | E | 12D | 3D | 41 |
| Octal | 334 | 160 | 333 | 0 | 61 | 0 | 16 | 455 | 75 | 101 |
| Binary | 11011100 | 1110000 | 11011011 | 0 | 110001 | 0 | 1110 | 100101101 | 111101 | 1000001 |
Color Harmonies of #DC70DB
Complementary color
Monochromatic Colors of #DC70DB
Black with #DC70DB
Text Example
Text Example
White with #DC70DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC70DB; }
p { color: rgb(220,112,219); }
H1.HeaderClassName
{
color: #DC70DB;
}
.AnyTagClassName
{
color: #DC70DB;
}
</style>
background-color css
<style>
a { background-color: #DC70DB; }
a { background-color: rgb(220,112,219); }
div.DivClassName
{
background-color: #DC70DB;
}
.BgClassName
{
background-color: #DC70DB;
}
</style>
border-color css
<style>
span { border-color: #DC70DB; }
span { border-color: rgb(220,112,219); }
td.TdClassName
{
border-color: #DC70DB;
}
.TagClassName
{
border-color: #DC70DB;
}
</style>