Shades of Medium Orchid #C050EF
Tints of Medium Orchid #C050EF
RGB
CMYK
RGB Variations
Color information
#C050EF (or 0xC050EF) is known color: Medium Orchid. HEX triplet: C0, 50 and EF. RGB value is (192,80,239). Sum of RGB (Red+Green+Blue) = 192+80+239=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 80 (31.64% from 255 or 15.66% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #C050EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C050EF is #3FAF10. Grayscale: #838383. Windows color (decimal): -4173585 or 15683776. OLE color: 15683776.
HSL color Cylindrical-coordinate representation of color #C050EF: hue angle of 282.26º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C050EF is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 80 | 239 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.06 |
| HSL | 282.26º | 0.83% | 0.63% | - |
| HSV(B) | 282.26º | 0.67% | 0.94% | - |
| XYZ | 40.19 | 23.18 | 84.02 | - |
| YUV | 131.61 | 188.61 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 239 | 0.20 | 0.67 | 0 | 0.06 | 282.26 | 0.83 | 0.63 |
| Hex | C0 | 50 | EF | 14 | 43 | 0 | 6 | 11A | 53 | 3F |
| Octal | 300 | 120 | 357 | 24 | 103 | 0 | 6 | 432 | 123 | 77 |
| Binary | 11000000 | 1010000 | 11101111 | 10100 | 1000011 | 0 | 110 | 100011010 | 1010011 | 111111 |
Color Harmonies of #C050EF
Complementary color
Monochromatic Colors of #C050EF
Black with #C050EF
Text Example
Text Example
White with #C050EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C050EF; }
p { color: rgb(192,80,239); }
H1.HeaderClassName
{
color: #C050EF;
}
.AnyTagClassName
{
color: #C050EF;
}
</style>
background-color css
<style>
a { background-color: #C050EF; }
a { background-color: rgb(192,80,239); }
div.DivClassName
{
background-color: #C050EF;
}
.BgClassName
{
background-color: #C050EF;
}
</style>
border-color css
<style>
span { border-color: #C050EF; }
span { border-color: rgb(192,80,239); }
td.TdClassName
{
border-color: #C050EF;
}
.TagClassName
{
border-color: #C050EF;
}
</style>