Shades of Orchid #DC70CE
Tints of Orchid #DC70CE
RGB
CMYK
RGB Variations
Color information
#DC70CE (or 0xDC70CE) is known color: Orchid. HEX triplet: DC, 70 and CE. RGB value is (220,112,206). Sum of RGB (Red+Green+Blue) = 220+112+206=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC70CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC70CE is #238F31. Grayscale: #9A9A9A. Windows color (decimal): -2330418 or 13529308. OLE color: 13529308.
HSL color Cylindrical-coordinate representation of color #DC70CE: hue angle of 307.78º 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 #DC70CE is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 206 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.14 |
| HSL | 307.78º | 0.61% | 0.65% | - |
| HSV(B) | 307.78º | 0.49% | 0.86% | - |
| XYZ | 46.45 | 31.26 | 61.98 | - |
| YUV | 155.01 | 156.78 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 206 | 0 | 0.49 | 0.06 | 0.14 | 307.78 | 0.61 | 0.65 |
| Hex | DC | 70 | CE | 0 | 31 | 6 | E | 134 | 3D | 41 |
| Octal | 334 | 160 | 316 | 0 | 61 | 6 | 16 | 464 | 75 | 101 |
| Binary | 11011100 | 1110000 | 11001110 | 0 | 110001 | 110 | 1110 | 100110100 | 111101 | 1000001 |
Color Harmonies of #DC70CE
Complementary color
Monochromatic Colors of #DC70CE
Black with #DC70CE
Text Example
Text Example
White with #DC70CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC70CE; }
p { color: rgb(220,112,206); }
H1.HeaderClassName
{
color: #DC70CE;
}
.AnyTagClassName
{
color: #DC70CE;
}
</style>
background-color css
<style>
a { background-color: #DC70CE; }
a { background-color: rgb(220,112,206); }
div.DivClassName
{
background-color: #DC70CE;
}
.BgClassName
{
background-color: #DC70CE;
}
</style>
border-color css
<style>
span { border-color: #DC70CE; }
span { border-color: rgb(220,112,206); }
td.TdClassName
{
border-color: #DC70CE;
}
.TagClassName
{
border-color: #DC70CE;
}
</style>