Shades of Medium Orchid #C070CA
Tints of Medium Orchid #C070CA
RGB
CMYK
RGB Variations
Color information
#C070CA (or 0xC070CA) is known color: Medium Orchid. HEX triplet: C0, 70 and CA. RGB value is (192,112,202). Sum of RGB (Red+Green+Blue) = 192+112+202=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #C070CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C070CA is #3F8F35. Grayscale: #919191. Windows color (decimal): -4165430 or 13267136. OLE color: 13267136.
HSL color Cylindrical-coordinate representation of color #C070CA: hue angle of 293.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C070CA is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 112 | 202 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.21 |
| HSL | 293.33º | 0.46% | 0.62% | - |
| HSV(B) | 293.33º | 0.45% | 0.79% | - |
| XYZ | 38.19 | 27.06 | 59.09 | - |
| YUV | 146.18 | 159.5 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 202 | 0.05 | 0.45 | 0 | 0.21 | 293.33 | 0.46 | 0.62 |
| Hex | C0 | 70 | CA | 5 | 2D | 0 | 15 | 125 | 2E | 3E |
| Octal | 300 | 160 | 312 | 5 | 55 | 0 | 25 | 445 | 56 | 76 |
| Binary | 11000000 | 1110000 | 11001010 | 101 | 101101 | 0 | 10101 | 100100101 | 101110 | 111110 |
Color Harmonies of #C070CA
Complementary color
Monochromatic Colors of #C070CA
Black with #C070CA
Text Example
Text Example
White with #C070CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070CA; }
p { color: rgb(192,112,202); }
H1.HeaderClassName
{
color: #C070CA;
}
.AnyTagClassName
{
color: #C070CA;
}
</style>
background-color css
<style>
a { background-color: #C070CA; }
a { background-color: rgb(192,112,202); }
div.DivClassName
{
background-color: #C070CA;
}
.BgClassName
{
background-color: #C070CA;
}
</style>
border-color css
<style>
span { border-color: #C070CA; }
span { border-color: rgb(192,112,202); }
td.TdClassName
{
border-color: #C070CA;
}
.TagClassName
{
border-color: #C070CA;
}
</style>