Shades of Medium Orchid #C02CE0
Tints of Medium Orchid #C02CE0
RGB
CMYK
RGB Variations
Color information
#C02CE0 (or 0xC02CE0) is known color: Medium Orchid. HEX triplet: C0, 2C and E0. RGB value is (192,44,224). Sum of RGB (Red+Green+Blue) = 192+44+224=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 44 (17.58% from 255 or 9.57% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 224 - color contains mainly: blue. Hex color #C02CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02CE0 is #3FD31F. Grayscale: #6C6C6C. Windows color (decimal): -4182816 or 14691520. OLE color: 14691520.
HSL color Cylindrical-coordinate representation of color #C02CE0: hue angle of 289.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02CE0 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 44 | 224 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.12 |
| HSL | 289.33º | 0.74% | 0.53% | - |
| HSV(B) | 289.33º | 0.8% | 0.88% | - |
| XYZ | 36.09 | 18.39 | 72.17 | - |
| YUV | 108.77 | 193.03 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 224 | 0.14 | 0.80 | 0 | 0.12 | 289.33 | 0.74 | 0.53 |
| Hex | C0 | 2C | E0 | E | 50 | 0 | C | 121 | 4A | 35 |
| Octal | 300 | 54 | 340 | 16 | 120 | 0 | 14 | 441 | 112 | 65 |
| Binary | 11000000 | 101100 | 11100000 | 1110 | 1010000 | 0 | 1100 | 100100001 | 1001010 | 110101 |
Color Harmonies of #C02CE0
Complementary color
Monochromatic Colors of #C02CE0
Black with #C02CE0
Text Example
Text Example
White with #C02CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02CE0; }
p { color: rgb(192,44,224); }
H1.HeaderClassName
{
color: #C02CE0;
}
.AnyTagClassName
{
color: #C02CE0;
}
</style>
background-color css
<style>
a { background-color: #C02CE0; }
a { background-color: rgb(192,44,224); }
div.DivClassName
{
background-color: #C02CE0;
}
.BgClassName
{
background-color: #C02CE0;
}
</style>
border-color css
<style>
span { border-color: #C02CE0; }
span { border-color: rgb(192,44,224); }
td.TdClassName
{
border-color: #C02CE0;
}
.TagClassName
{
border-color: #C02CE0;
}
</style>