Shades of Orchid #DC70DA
Tints of Orchid #DC70DA
RGB
CMYK
RGB Variations
Color information
#DC70DA (or 0xDC70DA) is known color: Orchid. HEX triplet: DC, 70 and DA. RGB value is (220,112,218). Sum of RGB (Red+Green+Blue) = 220+112+218=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 112 (44.14% from 255 or 20.36% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DC70DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC70DA is #238F25. Grayscale: #9C9C9C. Windows color (decimal): -2330406 or 14315740. OLE color: 14315740.
HSL color Cylindrical-coordinate representation of color #DC70DA: hue angle of 301.11º 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 #DC70DA is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 218 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.14 |
| HSL | 301.11º | 0.61% | 0.65% | - |
| HSV(B) | 301.11º | 0.49% | 0.86% | - |
| XYZ | 47.96 | 31.87 | 69.95 | - |
| YUV | 156.38 | 162.78 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 218 | 0 | 0.49 | 0.01 | 0.14 | 301.11 | 0.61 | 0.65 |
| Hex | DC | 70 | DA | 0 | 31 | 1 | E | 12D | 3D | 41 |
| Octal | 334 | 160 | 332 | 0 | 61 | 1 | 16 | 455 | 75 | 101 |
| Binary | 11011100 | 1110000 | 11011010 | 0 | 110001 | 1 | 1110 | 100101101 | 111101 | 1000001 |
Color Harmonies of #DC70DA
Complementary color
Monochromatic Colors of #DC70DA
Black with #DC70DA
Text Example
Text Example
White with #DC70DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC70DA; }
p { color: rgb(220,112,218); }
H1.HeaderClassName
{
color: #DC70DA;
}
.AnyTagClassName
{
color: #DC70DA;
}
</style>
background-color css
<style>
a { background-color: #DC70DA; }
a { background-color: rgb(220,112,218); }
div.DivClassName
{
background-color: #DC70DA;
}
.BgClassName
{
background-color: #DC70DA;
}
</style>
border-color css
<style>
span { border-color: #DC70DA; }
span { border-color: rgb(220,112,218); }
td.TdClassName
{
border-color: #DC70DA;
}
.TagClassName
{
border-color: #DC70DA;
}
</style>