Shades of Medium Orchid #C050E2
Tints of Medium Orchid #C050E2
RGB
CMYK
RGB Variations
Color information
#C050E2 (or 0xC050E2) is known color: Medium Orchid. HEX triplet: C0, 50 and E2. RGB value is (192,80,226). Sum of RGB (Red+Green+Blue) = 192+80+226=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 80 (31.64% from 255 or 16.06% from 498); Blue value is 226 (88.67% from 255 or 45.38% from 498); Max value from RGB is 226 - color contains mainly: blue. Hex color #C050E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C050E2 is #3FAF1D. Grayscale: #818181. Windows color (decimal): -4173598 or 14831808. OLE color: 14831808.
HSL color Cylindrical-coordinate representation of color #C050E2: hue angle of 286.03º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C050E2 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 80 | 226 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.11 |
| HSL | 286.03º | 0.72% | 0.6% | - |
| HSV(B) | 286.03º | 0.65% | 0.89% | - |
| XYZ | 38.33 | 22.43 | 74.26 | - |
| YUV | 130.13 | 182.11 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 226 | 0.15 | 0.65 | 0 | 0.11 | 286.03 | 0.72 | 0.6 |
| Hex | C0 | 50 | E2 | F | 41 | 0 | B | 11E | 48 | 3C |
| Octal | 300 | 120 | 342 | 17 | 101 | 0 | 13 | 436 | 110 | 74 |
| Binary | 11000000 | 1010000 | 11100010 | 1111 | 1000001 | 0 | 1011 | 100011110 | 1001000 | 111100 |
Color Harmonies of #C050E2
Complementary color
Monochromatic Colors of #C050E2
Black with #C050E2
Text Example
Text Example
White with #C050E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C050E2; }
p { color: rgb(192,80,226); }
H1.HeaderClassName
{
color: #C050E2;
}
.AnyTagClassName
{
color: #C050E2;
}
</style>
background-color css
<style>
a { background-color: #C050E2; }
a { background-color: rgb(192,80,226); }
div.DivClassName
{
background-color: #C050E2;
}
.BgClassName
{
background-color: #C050E2;
}
</style>
border-color css
<style>
span { border-color: #C050E2; }
span { border-color: rgb(192,80,226); }
td.TdClassName
{
border-color: #C050E2;
}
.TagClassName
{
border-color: #C050E2;
}
</style>