Shades of Medium Orchid #C050E9
Tints of Medium Orchid #C050E9
RGB
CMYK
RGB Variations
Color information
#C050E9 (or 0xC050E9) is known color: Medium Orchid. HEX triplet: C0, 50 and E9. RGB value is (192,80,233). Sum of RGB (Red+Green+Blue) = 192+80+233=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 233 (91.41% from 255 or 46.14% from 505); Max value from RGB is 233 - color contains mainly: blue. Hex color #C050E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C050E9 is #3FAF16. Grayscale: #828282. Windows color (decimal): -4173591 or 15290560. OLE color: 15290560.
HSL color Cylindrical-coordinate representation of color #C050E9: hue angle of 283.92º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C050E9 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 80 | 233 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.09 |
| HSL | 283.92º | 0.78% | 0.61% | - |
| HSV(B) | 283.92º | 0.66% | 0.91% | - |
| XYZ | 39.31 | 22.83 | 79.42 | - |
| YUV | 130.93 | 185.61 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 233 | 0.18 | 0.66 | 0 | 0.09 | 283.92 | 0.78 | 0.61 |
| Hex | C0 | 50 | E9 | 12 | 42 | 0 | 9 | 11C | 4E | 3D |
| Octal | 300 | 120 | 351 | 22 | 102 | 0 | 11 | 434 | 116 | 75 |
| Binary | 11000000 | 1010000 | 11101001 | 10010 | 1000010 | 0 | 1001 | 100011100 | 1001110 | 111101 |
Color Harmonies of #C050E9
Complementary color
Monochromatic Colors of #C050E9
Black with #C050E9
Text Example
Text Example
White with #C050E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C050E9; }
p { color: rgb(192,80,233); }
H1.HeaderClassName
{
color: #C050E9;
}
.AnyTagClassName
{
color: #C050E9;
}
</style>
background-color css
<style>
a { background-color: #C050E9; }
a { background-color: rgb(192,80,233); }
div.DivClassName
{
background-color: #C050E9;
}
.BgClassName
{
background-color: #C050E9;
}
</style>
border-color css
<style>
span { border-color: #C050E9; }
span { border-color: rgb(192,80,233); }
td.TdClassName
{
border-color: #C050E9;
}
.TagClassName
{
border-color: #C050E9;
}
</style>