Shades of Medium Orchid #C042EB
Tints of Medium Orchid #C042EB
RGB
CMYK
RGB Variations
Color information
#C042EB (or 0xC042EB) is known color: Medium Orchid. HEX triplet: C0, 42 and EB. RGB value is (192,66,235). Sum of RGB (Red+Green+Blue) = 192+66+235=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 66 (26.17% from 255 or 13.39% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #C042EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C042EB is #3FBD14. Grayscale: #7A7A7A. Windows color (decimal): -4177173 or 15418048. OLE color: 15418048.
HSL color Cylindrical-coordinate representation of color #C042EB: hue angle of 284.73º degrees, saturation: 0.81, 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 #C042EB is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 66 | 235 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.08 |
| HSL | 284.73º | 0.81% | 0.59% | - |
| HSV(B) | 284.73º | 0.72% | 0.92% | - |
| XYZ | 38.68 | 21.1 | 80.63 | - |
| YUV | 122.94 | 191.24 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 235 | 0.18 | 0.72 | 0 | 0.08 | 284.73 | 0.81 | 0.59 |
| Hex | C0 | 42 | EB | 12 | 48 | 0 | 8 | 11D | 51 | 3B |
| Octal | 300 | 102 | 353 | 22 | 110 | 0 | 10 | 435 | 121 | 73 |
| Binary | 11000000 | 1000010 | 11101011 | 10010 | 1001000 | 0 | 1000 | 100011101 | 1010001 | 111011 |
Color Harmonies of #C042EB
Complementary color
Monochromatic Colors of #C042EB
Black with #C042EB
Text Example
Text Example
White with #C042EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C042EB; }
p { color: rgb(192,66,235); }
H1.HeaderClassName
{
color: #C042EB;
}
.AnyTagClassName
{
color: #C042EB;
}
</style>
background-color css
<style>
a { background-color: #C042EB; }
a { background-color: rgb(192,66,235); }
div.DivClassName
{
background-color: #C042EB;
}
.BgClassName
{
background-color: #C042EB;
}
</style>
border-color css
<style>
span { border-color: #C042EB; }
span { border-color: rgb(192,66,235); }
td.TdClassName
{
border-color: #C042EB;
}
.TagClassName
{
border-color: #C042EB;
}
</style>