Shades of Medium Orchid #C070CB
Tints of Medium Orchid #C070CB
RGB
CMYK
RGB Variations
Color information
#C070CB (or 0xC070CB) is known color: Medium Orchid. HEX triplet: C0, 70 and CB. RGB value is (192,112,203). Sum of RGB (Red+Green+Blue) = 192+112+203=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #C070CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C070CB is #3F8F34. Grayscale: #929292. Windows color (decimal): -4165429 or 13332672. OLE color: 13332672.
HSL color Cylindrical-coordinate representation of color #C070CB: hue angle of 292.75º 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 #C070CB is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 112 | 203 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.20 |
| HSL | 292.75º | 0.47% | 0.62% | - |
| HSV(B) | 292.75º | 0.45% | 0.8% | - |
| XYZ | 38.31 | 27.11 | 59.71 | - |
| YUV | 146.29 | 160 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 203 | 0.05 | 0.45 | 0 | 0.20 | 292.75 | 0.47 | 0.62 |
| Hex | C0 | 70 | CB | 5 | 2D | 0 | 14 | 125 | 2F | 3E |
| Octal | 300 | 160 | 313 | 5 | 55 | 0 | 24 | 445 | 57 | 76 |
| Binary | 11000000 | 1110000 | 11001011 | 101 | 101101 | 0 | 10100 | 100100101 | 101111 | 111110 |
Color Harmonies of #C070CB
Complementary color
Monochromatic Colors of #C070CB
Black with #C070CB
Text Example
Text Example
White with #C070CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070CB; }
p { color: rgb(192,112,203); }
H1.HeaderClassName
{
color: #C070CB;
}
.AnyTagClassName
{
color: #C070CB;
}
</style>
background-color css
<style>
a { background-color: #C070CB; }
a { background-color: rgb(192,112,203); }
div.DivClassName
{
background-color: #C070CB;
}
.BgClassName
{
background-color: #C070CB;
}
</style>
border-color css
<style>
span { border-color: #C070CB; }
span { border-color: rgb(192,112,203); }
td.TdClassName
{
border-color: #C070CB;
}
.TagClassName
{
border-color: #C070CB;
}
</style>