Shades of Orchid #DC70DF
Tints of Orchid #DC70DF
RGB
CMYK
RGB Variations
Color information
#DC70DF (or 0xDC70DF) is known color: Orchid. HEX triplet: DC, 70 and DF. RGB value is (220,112,223). Sum of RGB (Red+Green+Blue) = 220+112+223=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 112 (44.14% from 255 or 20.18% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC70DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC70DF is #238F20. Grayscale: #9C9C9C. Windows color (decimal): -2330401 or 14643420. OLE color: 14643420.
HSL color Cylindrical-coordinate representation of color #DC70DF: hue angle of 298.38º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC70DF is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 112 | 223 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.13 |
| HSL | 298.38º | 0.63% | 0.66% | - |
| HSV(B) | 298.38º | 0.5% | 0.87% | - |
| XYZ | 48.63 | 32.13 | 73.45 | - |
| YUV | 156.95 | 165.28 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 223 | 0.01 | 0.50 | 0 | 0.13 | 298.38 | 0.63 | 0.66 |
| Hex | DC | 70 | DF | 1 | 32 | 0 | D | 12A | 3F | 42 |
| Octal | 334 | 160 | 337 | 1 | 62 | 0 | 15 | 452 | 77 | 102 |
| Binary | 11011100 | 1110000 | 11011111 | 1 | 110010 | 0 | 1101 | 100101010 | 111111 | 1000010 |
Color Harmonies of #DC70DF
Complementary color
Monochromatic Colors of #DC70DF
Black with #DC70DF
Text Example
Text Example
White with #DC70DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC70DF; }
p { color: rgb(220,112,223); }
H1.HeaderClassName
{
color: #DC70DF;
}
.AnyTagClassName
{
color: #DC70DF;
}
</style>
background-color css
<style>
a { background-color: #DC70DF; }
a { background-color: rgb(220,112,223); }
div.DivClassName
{
background-color: #DC70DF;
}
.BgClassName
{
background-color: #DC70DF;
}
</style>
border-color css
<style>
span { border-color: #DC70DF; }
span { border-color: rgb(220,112,223); }
td.TdClassName
{
border-color: #DC70DF;
}
.TagClassName
{
border-color: #DC70DF;
}
</style>