Shades of Medium Orchid #C041EA
Tints of Medium Orchid #C041EA
RGB
CMYK
RGB Variations
Color information
#C041EA (or 0xC041EA) is known color: Medium Orchid. HEX triplet: C0, 41 and EA. RGB value is (192,65,234). Sum of RGB (Red+Green+Blue) = 192+65+234=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 65 (25.78% from 255 or 13.24% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #C041EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C041EA is #3FBE15. Grayscale: #797979. Windows color (decimal): -4177430 or 15352256. OLE color: 15352256.
HSL color Cylindrical-coordinate representation of color #C041EA: hue angle of 285.09º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C041EA is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 65 | 234 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.08 |
| HSL | 285.09º | 0.8% | 0.59% | - |
| HSV(B) | 285.09º | 0.72% | 0.92% | - |
| XYZ | 38.48 | 20.93 | 79.85 | - |
| YUV | 122.24 | 191.08 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 234 | 0.18 | 0.72 | 0 | 0.08 | 285.09 | 0.8 | 0.59 |
| Hex | C0 | 41 | EA | 12 | 48 | 0 | 8 | 11D | 50 | 3B |
| Octal | 300 | 101 | 352 | 22 | 110 | 0 | 10 | 435 | 120 | 73 |
| Binary | 11000000 | 1000001 | 11101010 | 10010 | 1001000 | 0 | 1000 | 100011101 | 1010000 | 111011 |
Color Harmonies of #C041EA
Complementary color
Monochromatic Colors of #C041EA
Black with #C041EA
Text Example
Text Example
White with #C041EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C041EA; }
p { color: rgb(192,65,234); }
H1.HeaderClassName
{
color: #C041EA;
}
.AnyTagClassName
{
color: #C041EA;
}
</style>
background-color css
<style>
a { background-color: #C041EA; }
a { background-color: rgb(192,65,234); }
div.DivClassName
{
background-color: #C041EA;
}
.BgClassName
{
background-color: #C041EA;
}
</style>
border-color css
<style>
span { border-color: #C041EA; }
span { border-color: rgb(192,65,234); }
td.TdClassName
{
border-color: #C041EA;
}
.TagClassName
{
border-color: #C041EA;
}
</style>