Shades of Medium Orchid #C070D3
Tints of Medium Orchid #C070D3
RGB
CMYK
RGB Variations
Color information
#C070D3 (or 0xC070D3) is known color: Medium Orchid. HEX triplet: C0, 70 and D3. RGB value is (192,112,211). Sum of RGB (Red+Green+Blue) = 192+112+211=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 211 (82.81% from 255 or 40.97% from 515); Max value from RGB is 211 - color contains mainly: blue. Hex color #C070D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C070D3 is #3F8F2C. Grayscale: #929292. Windows color (decimal): -4165421 or 13856960. OLE color: 13856960.
HSL color Cylindrical-coordinate representation of color #C070D3: hue angle of 288.48º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C070D3 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 112 | 211 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.17 |
| HSL | 288.48º | 0.53% | 0.63% | - |
| HSV(B) | 288.48º | 0.47% | 0.83% | - |
| XYZ | 39.29 | 27.5 | 64.86 | - |
| YUV | 147.21 | 164 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 211 | 0.09 | 0.47 | 0 | 0.17 | 288.48 | 0.53 | 0.63 |
| Hex | C0 | 70 | D3 | 9 | 2F | 0 | 11 | 120 | 35 | 3F |
| Octal | 300 | 160 | 323 | 11 | 57 | 0 | 21 | 440 | 65 | 77 |
| Binary | 11000000 | 1110000 | 11010011 | 1001 | 101111 | 0 | 10001 | 100100000 | 110101 | 111111 |
Color Harmonies of #C070D3
Complementary color
Monochromatic Colors of #C070D3
Black with #C070D3
Text Example
Text Example
White with #C070D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070D3; }
p { color: rgb(192,112,211); }
H1.HeaderClassName
{
color: #C070D3;
}
.AnyTagClassName
{
color: #C070D3;
}
</style>
background-color css
<style>
a { background-color: #C070D3; }
a { background-color: rgb(192,112,211); }
div.DivClassName
{
background-color: #C070D3;
}
.BgClassName
{
background-color: #C070D3;
}
</style>
border-color css
<style>
span { border-color: #C070D3; }
span { border-color: rgb(192,112,211); }
td.TdClassName
{
border-color: #C070D3;
}
.TagClassName
{
border-color: #C070D3;
}
</style>