Shades of Orchid #DC70DD
Tints of Orchid #DC70DD
RGB
CMYK
RGB Variations
Color information
#DC70DD (or 0xDC70DD) is known color: Orchid. HEX triplet: DC, 70 and DD. RGB value is (220,112,221). Sum of RGB (Red+Green+Blue) = 220+112+221=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 112 (44.14% from 255 or 20.25% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC70DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC70DD is #238F22. Grayscale: #9C9C9C. Windows color (decimal): -2330403 or 14512348. OLE color: 14512348.
HSL color Cylindrical-coordinate representation of color #DC70DD: hue angle of 299.45º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC70DD is Cyan = 0.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 112 | 221 | - |
| CMYK | 0.00 | 0.49 | 0 | 0.13 |
| HSL | 299.45º | 0.62% | 0.65% | - |
| HSV(B) | 299.45º | 0.49% | 0.87% | - |
| XYZ | 48.36 | 32.02 | 72.04 | - |
| YUV | 156.72 | 164.28 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 221 | 0.00 | 0.49 | 0 | 0.13 | 299.45 | 0.62 | 0.65 |
| Hex | DC | 70 | DD | 0 | 31 | 0 | D | 12B | 3E | 41 |
| Octal | 334 | 160 | 335 | 0 | 61 | 0 | 15 | 453 | 76 | 101 |
| Binary | 11011100 | 1110000 | 11011101 | 0 | 110001 | 0 | 1101 | 100101011 | 111110 | 1000001 |
Color Harmonies of #DC70DD
Complementary color
Monochromatic Colors of #DC70DD
Black with #DC70DD
Text Example
Text Example
White with #DC70DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC70DD; }
p { color: rgb(220,112,221); }
H1.HeaderClassName
{
color: #DC70DD;
}
.AnyTagClassName
{
color: #DC70DD;
}
</style>
background-color css
<style>
a { background-color: #DC70DD; }
a { background-color: rgb(220,112,221); }
div.DivClassName
{
background-color: #DC70DD;
}
.BgClassName
{
background-color: #DC70DD;
}
</style>
border-color css
<style>
span { border-color: #DC70DD; }
span { border-color: rgb(220,112,221); }
td.TdClassName
{
border-color: #DC70DD;
}
.TagClassName
{
border-color: #DC70DD;
}
</style>