Shades of Medium Orchid #C050EB
Tints of Medium Orchid #C050EB
RGB
CMYK
RGB Variations
Color information
#C050EB (or 0xC050EB) is known color: Medium Orchid. HEX triplet: C0, 50 and EB. RGB value is (192,80,235). Sum of RGB (Red+Green+Blue) = 192+80+235=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 80 (31.64% from 255 or 15.78% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #C050EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C050EB is #3FAF14. Grayscale: #828282. Windows color (decimal): -4173589 or 15421632. OLE color: 15421632.
HSL color Cylindrical-coordinate representation of color #C050EB: hue angle of 283.35º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C050EB is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 80 | 235 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.08 |
| HSL | 283.35º | 0.79% | 0.62% | - |
| HSV(B) | 283.35º | 0.66% | 0.92% | - |
| XYZ | 39.6 | 22.94 | 80.94 | - |
| YUV | 131.16 | 186.61 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 235 | 0.18 | 0.66 | 0 | 0.08 | 283.35 | 0.79 | 0.62 |
| Hex | C0 | 50 | EB | 12 | 42 | 0 | 8 | 11B | 4F | 3E |
| Octal | 300 | 120 | 353 | 22 | 102 | 0 | 10 | 433 | 117 | 76 |
| Binary | 11000000 | 1010000 | 11101011 | 10010 | 1000010 | 0 | 1000 | 100011011 | 1001111 | 111110 |
Color Harmonies of #C050EB
Complementary color
Monochromatic Colors of #C050EB
Black with #C050EB
Text Example
Text Example
White with #C050EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C050EB; }
p { color: rgb(192,80,235); }
H1.HeaderClassName
{
color: #C050EB;
}
.AnyTagClassName
{
color: #C050EB;
}
</style>
background-color css
<style>
a { background-color: #C050EB; }
a { background-color: rgb(192,80,235); }
div.DivClassName
{
background-color: #C050EB;
}
.BgClassName
{
background-color: #C050EB;
}
</style>
border-color css
<style>
span { border-color: #C050EB; }
span { border-color: rgb(192,80,235); }
td.TdClassName
{
border-color: #C050EB;
}
.TagClassName
{
border-color: #C050EB;
}
</style>