Shades of Medium Orchid #C070CC
Tints of Medium Orchid #C070CC
RGB
CMYK
RGB Variations
Color information
#C070CC (or 0xC070CC) is known color: Medium Orchid. HEX triplet: C0, 70 and CC. RGB value is (192,112,204). Sum of RGB (Red+Green+Blue) = 192+112+204=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #C070CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C070CC is #3F8F33. Grayscale: #929292. Windows color (decimal): -4165428 or 13398208. OLE color: 13398208.
HSL color Cylindrical-coordinate representation of color #C070CC: hue angle of 292.17º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C070CC is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 112 | 204 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.2 |
| HSL | 292.17º | 0.47% | 0.62% | - |
| HSV(B) | 292.17º | 0.45% | 0.8% | - |
| XYZ | 38.43 | 27.15 | 60.34 | - |
| YUV | 146.41 | 160.5 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 204 | 0.06 | 0.45 | 0 | 0.2 | 292.17 | 0.47 | 0.62 |
| Hex | C0 | 70 | CC | 6 | 2D | 0 | 14 | 124 | 2F | 3E |
| Octal | 300 | 160 | 314 | 6 | 55 | 0 | 24 | 444 | 57 | 76 |
| Binary | 11000000 | 1110000 | 11001100 | 110 | 101101 | 0 | 10100 | 100100100 | 101111 | 111110 |
Color Harmonies of #C070CC
Complementary color
Monochromatic Colors of #C070CC
Black with #C070CC
Text Example
Text Example
White with #C070CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070CC; }
p { color: rgb(192,112,204); }
H1.HeaderClassName
{
color: #C070CC;
}
.AnyTagClassName
{
color: #C070CC;
}
</style>
background-color css
<style>
a { background-color: #C070CC; }
a { background-color: rgb(192,112,204); }
div.DivClassName
{
background-color: #C070CC;
}
.BgClassName
{
background-color: #C070CC;
}
</style>
border-color css
<style>
span { border-color: #C070CC; }
span { border-color: rgb(192,112,204); }
td.TdClassName
{
border-color: #C070CC;
}
.TagClassName
{
border-color: #C070CC;
}
</style>