Shades of Orchid #DC70E7
Tints of Orchid #DC70E7
RGB
CMYK
RGB Variations
Color information
#DC70E7 (or 0xDC70E7) is known color: Orchid. HEX triplet: DC, 70 and E7. RGB value is (220,112,231). Sum of RGB (Red+Green+Blue) = 220+112+231=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 112 (44.14% from 255 or 19.89% from 563); Blue value is 231 (90.62% from 255 or 41.03% from 563); Max value from RGB is 231 - color contains mainly: blue. Hex color #DC70E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC70E7 is #238F18. Grayscale: #9D9D9D. Windows color (decimal): -2330393 or 15167708. OLE color: 15167708.
HSL color Cylindrical-coordinate representation of color #DC70E7: hue angle of 294.45º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC70E7 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 112 | 231 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.09 |
| HSL | 294.45º | 0.71% | 0.67% | - |
| HSV(B) | 294.45º | 0.52% | 0.91% | - |
| XYZ | 49.73 | 32.57 | 79.27 | - |
| YUV | 157.86 | 169.28 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 231 | 0.05 | 0.52 | 0 | 0.09 | 294.45 | 0.71 | 0.67 |
| Hex | DC | 70 | E7 | 5 | 34 | 0 | 9 | 126 | 47 | 43 |
| Octal | 334 | 160 | 347 | 5 | 64 | 0 | 11 | 446 | 107 | 103 |
| Binary | 11011100 | 1110000 | 11100111 | 101 | 110100 | 0 | 1001 | 100100110 | 1000111 | 1000011 |
Color Harmonies of #DC70E7
Complementary color
Monochromatic Colors of #DC70E7
Black with #DC70E7
Text Example
Text Example
White with #DC70E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC70E7; }
p { color: rgb(220,112,231); }
H1.HeaderClassName
{
color: #DC70E7;
}
.AnyTagClassName
{
color: #DC70E7;
}
</style>
background-color css
<style>
a { background-color: #DC70E7; }
a { background-color: rgb(220,112,231); }
div.DivClassName
{
background-color: #DC70E7;
}
.BgClassName
{
background-color: #DC70E7;
}
</style>
border-color css
<style>
span { border-color: #DC70E7; }
span { border-color: rgb(220,112,231); }
td.TdClassName
{
border-color: #DC70E7;
}
.TagClassName
{
border-color: #DC70E7;
}
</style>