Shades of Medium Orchid #C02BE0
Tints of Medium Orchid #C02BE0
RGB
CMYK
RGB Variations
Color information
#C02BE0 (or 0xC02BE0) is known color: Medium Orchid. HEX triplet: C0, 2B and E0. RGB value is (192,43,224). Sum of RGB (Red+Green+Blue) = 192+43+224=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 43 (17.19% from 255 or 9.37% from 459); Blue value is 224 (87.89% from 255 or 48.80% from 459); Max value from RGB is 224 - color contains mainly: blue. Hex color #C02BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02BE0 is #3FD41F. Grayscale: #6B6B6B. Windows color (decimal): -4183072 or 14691264. OLE color: 14691264.
HSL color Cylindrical-coordinate representation of color #C02BE0: hue angle of 289.39º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02BE0 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 43 | 224 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.12 |
| HSL | 289.39º | 0.74% | 0.52% | - |
| HSV(B) | 289.39º | 0.81% | 0.88% | - |
| XYZ | 36.06 | 18.32 | 72.16 | - |
| YUV | 108.19 | 193.36 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 224 | 0.14 | 0.81 | 0 | 0.12 | 289.39 | 0.74 | 0.52 |
| Hex | C0 | 2B | E0 | E | 51 | 0 | C | 121 | 4A | 34 |
| Octal | 300 | 53 | 340 | 16 | 121 | 0 | 14 | 441 | 112 | 64 |
| Binary | 11000000 | 101011 | 11100000 | 1110 | 1010001 | 0 | 1100 | 100100001 | 1001010 | 110100 |
Color Harmonies of #C02BE0
Complementary color
Monochromatic Colors of #C02BE0
Black with #C02BE0
Text Example
Text Example
White with #C02BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02BE0; }
p { color: rgb(192,43,224); }
H1.HeaderClassName
{
color: #C02BE0;
}
.AnyTagClassName
{
color: #C02BE0;
}
</style>
background-color css
<style>
a { background-color: #C02BE0; }
a { background-color: rgb(192,43,224); }
div.DivClassName
{
background-color: #C02BE0;
}
.BgClassName
{
background-color: #C02BE0;
}
</style>
border-color css
<style>
span { border-color: #C02BE0; }
span { border-color: rgb(192,43,224); }
td.TdClassName
{
border-color: #C02BE0;
}
.TagClassName
{
border-color: #C02BE0;
}
</style>