Shades of Medium Orchid #C050EA
Tints of Medium Orchid #C050EA
RGB
CMYK
RGB Variations
Color information
#C050EA (or 0xC050EA) is known color: Medium Orchid. HEX triplet: C0, 50 and EA. RGB value is (192,80,234). Sum of RGB (Red+Green+Blue) = 192+80+234=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 80 (31.64% from 255 or 15.81% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #C050EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C050EA is #3FAF15. Grayscale: #828282. Windows color (decimal): -4173590 or 15356096. OLE color: 15356096.
HSL color Cylindrical-coordinate representation of color #C050EA: hue angle of 283.64º 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 #C050EA is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 80 | 234 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.08 |
| HSL | 283.64º | 0.79% | 0.62% | - |
| HSV(B) | 283.64º | 0.66% | 0.92% | - |
| XYZ | 39.46 | 22.88 | 80.18 | - |
| YUV | 131.04 | 186.11 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 234 | 0.18 | 0.66 | 0 | 0.08 | 283.64 | 0.79 | 0.62 |
| Hex | C0 | 50 | EA | 12 | 42 | 0 | 8 | 11C | 4F | 3E |
| Octal | 300 | 120 | 352 | 22 | 102 | 0 | 10 | 434 | 117 | 76 |
| Binary | 11000000 | 1010000 | 11101010 | 10010 | 1000010 | 0 | 1000 | 100011100 | 1001111 | 111110 |
Color Harmonies of #C050EA
Complementary color
Monochromatic Colors of #C050EA
Black with #C050EA
Text Example
Text Example
White with #C050EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C050EA; }
p { color: rgb(192,80,234); }
H1.HeaderClassName
{
color: #C050EA;
}
.AnyTagClassName
{
color: #C050EA;
}
</style>
background-color css
<style>
a { background-color: #C050EA; }
a { background-color: rgb(192,80,234); }
div.DivClassName
{
background-color: #C050EA;
}
.BgClassName
{
background-color: #C050EA;
}
</style>
border-color css
<style>
span { border-color: #C050EA; }
span { border-color: rgb(192,80,234); }
td.TdClassName
{
border-color: #C050EA;
}
.TagClassName
{
border-color: #C050EA;
}
</style>