Shades of Medium Orchid #C050EE
Tints of Medium Orchid #C050EE
RGB
CMYK
RGB Variations
Color information
#C050EE (or 0xC050EE) is known color: Medium Orchid. HEX triplet: C0, 50 and EE. RGB value is (192,80,238). Sum of RGB (Red+Green+Blue) = 192+80+238=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 80 (31.64% from 255 or 15.69% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #C050EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C050EE is #3FAF11. Grayscale: #828282. Windows color (decimal): -4173586 or 15618240. OLE color: 15618240.
HSL color Cylindrical-coordinate representation of color #C050EE: hue angle of 282.53º degrees, saturation: 0.82, 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 #C050EE is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 80 | 238 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.07 |
| HSL | 282.53º | 0.82% | 0.62% | - |
| HSV(B) | 282.53º | 0.66% | 0.93% | - |
| XYZ | 40.04 | 23.12 | 83.24 | - |
| YUV | 131.5 | 188.11 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 238 | 0.19 | 0.66 | 0 | 0.07 | 282.53 | 0.82 | 0.62 |
| Hex | C0 | 50 | EE | 13 | 42 | 0 | 7 | 11B | 52 | 3E |
| Octal | 300 | 120 | 356 | 23 | 102 | 0 | 7 | 433 | 122 | 76 |
| Binary | 11000000 | 1010000 | 11101110 | 10011 | 1000010 | 0 | 111 | 100011011 | 1010010 | 111110 |
Color Harmonies of #C050EE
Complementary color
Monochromatic Colors of #C050EE
Black with #C050EE
Text Example
Text Example
White with #C050EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C050EE; }
p { color: rgb(192,80,238); }
H1.HeaderClassName
{
color: #C050EE;
}
.AnyTagClassName
{
color: #C050EE;
}
</style>
background-color css
<style>
a { background-color: #C050EE; }
a { background-color: rgb(192,80,238); }
div.DivClassName
{
background-color: #C050EE;
}
.BgClassName
{
background-color: #C050EE;
}
</style>
border-color css
<style>
span { border-color: #C050EE; }
span { border-color: rgb(192,80,238); }
td.TdClassName
{
border-color: #C050EE;
}
.TagClassName
{
border-color: #C050EE;
}
</style>