Shades of Medium Orchid #C070E0
Tints of Medium Orchid #C070E0
RGB
CMYK
RGB Variations
Color information
#C070E0 (or 0xC070E0) is known color: Medium Orchid. HEX triplet: C0, 70 and E0. RGB value is (192,112,224). Sum of RGB (Red+Green+Blue) = 192+112+224=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: blue. Hex color #C070E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C070E0 is #3F8F1F. Grayscale: #949494. Windows color (decimal): -4165408 or 14708928. OLE color: 14708928.
HSL color Cylindrical-coordinate representation of color #C070E0: hue angle of 282.86º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C070E0 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 112 | 224 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.12 |
| HSL | 282.86º | 0.64% | 0.66% | - |
| HSV(B) | 282.86º | 0.5% | 0.88% | - |
| XYZ | 40.99 | 28.18 | 73.8 | - |
| YUV | 148.69 | 170.5 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 224 | 0.14 | 0.50 | 0 | 0.12 | 282.86 | 0.64 | 0.66 |
| Hex | C0 | 70 | E0 | E | 32 | 0 | C | 11B | 40 | 42 |
| Octal | 300 | 160 | 340 | 16 | 62 | 0 | 14 | 433 | 100 | 102 |
| Binary | 11000000 | 1110000 | 11100000 | 1110 | 110010 | 0 | 1100 | 100011011 | 1000000 | 1000010 |
Color Harmonies of #C070E0
Complementary color
Monochromatic Colors of #C070E0
Black with #C070E0
Text Example
Text Example
White with #C070E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070E0; }
p { color: rgb(192,112,224); }
H1.HeaderClassName
{
color: #C070E0;
}
.AnyTagClassName
{
color: #C070E0;
}
</style>
background-color css
<style>
a { background-color: #C070E0; }
a { background-color: rgb(192,112,224); }
div.DivClassName
{
background-color: #C070E0;
}
.BgClassName
{
background-color: #C070E0;
}
</style>
border-color css
<style>
span { border-color: #C070E0; }
span { border-color: rgb(192,112,224); }
td.TdClassName
{
border-color: #C070E0;
}
.TagClassName
{
border-color: #C070E0;
}
</style>