Shades of Medium Orchid #C070DC
Tints of Medium Orchid #C070DC
RGB
CMYK
RGB Variations
Color information
#C070DC (or 0xC070DC) is known color: Medium Orchid. HEX triplet: C0, 70 and DC. RGB value is (192,112,220). Sum of RGB (Red+Green+Blue) = 192+112+220=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #C070DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C070DC is #3F8F23. Grayscale: #939393. Windows color (decimal): -4165412 or 14446784. OLE color: 14446784.
HSL color Cylindrical-coordinate representation of color #C070DC: hue angle of 284.44º 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 #C070DC is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 112 | 220 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.14 |
| HSL | 284.44º | 0.61% | 0.65% | - |
| HSV(B) | 284.44º | 0.49% | 0.86% | - |
| XYZ | 40.45 | 27.96 | 70.98 | - |
| YUV | 148.23 | 168.5 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 220 | 0.13 | 0.49 | 0 | 0.14 | 284.44 | 0.61 | 0.65 |
| Hex | C0 | 70 | DC | D | 31 | 0 | E | 11C | 3D | 41 |
| Octal | 300 | 160 | 334 | 15 | 61 | 0 | 16 | 434 | 75 | 101 |
| Binary | 11000000 | 1110000 | 11011100 | 1101 | 110001 | 0 | 1110 | 100011100 | 111101 | 1000001 |
Color Harmonies of #C070DC
Complementary color
Monochromatic Colors of #C070DC
Black with #C070DC
Text Example
Text Example
White with #C070DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070DC; }
p { color: rgb(192,112,220); }
H1.HeaderClassName
{
color: #C070DC;
}
.AnyTagClassName
{
color: #C070DC;
}
</style>
background-color css
<style>
a { background-color: #C070DC; }
a { background-color: rgb(192,112,220); }
div.DivClassName
{
background-color: #C070DC;
}
.BgClassName
{
background-color: #C070DC;
}
</style>
border-color css
<style>
span { border-color: #C070DC; }
span { border-color: rgb(192,112,220); }
td.TdClassName
{
border-color: #C070DC;
}
.TagClassName
{
border-color: #C070DC;
}
</style>