Shades of Medium Orchid #C050ED
Tints of Medium Orchid #C050ED
RGB
CMYK
RGB Variations
Color information
#C050ED (or 0xC050ED) is known color: Medium Orchid. HEX triplet: C0, 50 and ED. RGB value is (192,80,237). Sum of RGB (Red+Green+Blue) = 192+80+237=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 80 (31.64% from 255 or 15.72% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #C050ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C050ED is #3FAF12. Grayscale: #828282. Windows color (decimal): -4173587 or 15552704. OLE color: 15552704.
HSL color Cylindrical-coordinate representation of color #C050ED: hue angle of 282.8º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C050ED is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 80 | 237 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.07 |
| HSL | 282.8º | 0.81% | 0.62% | - |
| HSV(B) | 282.8º | 0.66% | 0.93% | - |
| XYZ | 39.89 | 23.06 | 82.47 | - |
| YUV | 131.39 | 187.61 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 237 | 0.19 | 0.66 | 0 | 0.07 | 282.8 | 0.81 | 0.62 |
| Hex | C0 | 50 | ED | 13 | 42 | 0 | 7 | 11B | 51 | 3E |
| Octal | 300 | 120 | 355 | 23 | 102 | 0 | 7 | 433 | 121 | 76 |
| Binary | 11000000 | 1010000 | 11101101 | 10011 | 1000010 | 0 | 111 | 100011011 | 1010001 | 111110 |
Color Harmonies of #C050ED
Complementary color
Monochromatic Colors of #C050ED
Black with #C050ED
Text Example
Text Example
White with #C050ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C050ED; }
p { color: rgb(192,80,237); }
H1.HeaderClassName
{
color: #C050ED;
}
.AnyTagClassName
{
color: #C050ED;
}
</style>
background-color css
<style>
a { background-color: #C050ED; }
a { background-color: rgb(192,80,237); }
div.DivClassName
{
background-color: #C050ED;
}
.BgClassName
{
background-color: #C050ED;
}
</style>
border-color css
<style>
span { border-color: #C050ED; }
span { border-color: rgb(192,80,237); }
td.TdClassName
{
border-color: #C050ED;
}
.TagClassName
{
border-color: #C050ED;
}
</style>