Shades of Medium Orchid #C02EE1
Tints of Medium Orchid #C02EE1
RGB
CMYK
RGB Variations
Color information
#C02EE1 (or 0xC02EE1) is known color: Medium Orchid. HEX triplet: C0, 2E and E1. RGB value is (192,46,225). Sum of RGB (Red+Green+Blue) = 192+46+225=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 46 (18.36% from 255 or 9.94% from 463); Blue value is 225 (88.28% from 255 or 48.60% from 463); Max value from RGB is 225 - color contains mainly: blue. Hex color #C02EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02EE1 is #3FD11E. Grayscale: #6D6D6D. Windows color (decimal): -4182303 or 14757568. OLE color: 14757568.
HSL color Cylindrical-coordinate representation of color #C02EE1: hue angle of 288.94º degrees, saturation: 0.75, 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 #C02EE1 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 46 | 225 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.12 |
| HSL | 288.94º | 0.75% | 0.53% | - |
| HSV(B) | 288.94º | 0.8% | 0.88% | - |
| XYZ | 36.31 | 18.6 | 72.91 | - |
| YUV | 110.06 | 192.87 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 46 | 225 | 0.15 | 0.80 | 0 | 0.12 | 288.94 | 0.75 | 0.53 |
| Hex | C0 | 2E | E1 | F | 50 | 0 | C | 121 | 4B | 35 |
| Octal | 300 | 56 | 341 | 17 | 120 | 0 | 14 | 441 | 113 | 65 |
| Binary | 11000000 | 101110 | 11100001 | 1111 | 1010000 | 0 | 1100 | 100100001 | 1001011 | 110101 |
Color Harmonies of #C02EE1
Complementary color
Monochromatic Colors of #C02EE1
Black with #C02EE1
Text Example
Text Example
White with #C02EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02EE1; }
p { color: rgb(192,46,225); }
H1.HeaderClassName
{
color: #C02EE1;
}
.AnyTagClassName
{
color: #C02EE1;
}
</style>
background-color css
<style>
a { background-color: #C02EE1; }
a { background-color: rgb(192,46,225); }
div.DivClassName
{
background-color: #C02EE1;
}
.BgClassName
{
background-color: #C02EE1;
}
</style>
border-color css
<style>
span { border-color: #C02EE1; }
span { border-color: rgb(192,46,225); }
td.TdClassName
{
border-color: #C02EE1;
}
.TagClassName
{
border-color: #C02EE1;
}
</style>