Shades of Medium Orchid #C042E5
Tints of Medium Orchid #C042E5
RGB
CMYK
RGB Variations
Color information
#C042E5 (or 0xC042E5) is known color: Medium Orchid. HEX triplet: C0, 42 and E5. RGB value is (192,66,229). Sum of RGB (Red+Green+Blue) = 192+66+229=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 66 (26.17% from 255 or 13.55% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 229 - color contains mainly: blue. Hex color #C042E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C042E5 is #3FBD1A. Grayscale: #797979. Windows color (decimal): -4177179 or 15024832. OLE color: 15024832.
HSL color Cylindrical-coordinate representation of color #C042E5: hue angle of 286.38º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C042E5 is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 66 | 229 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.10 |
| HSL | 286.38º | 0.76% | 0.58% | - |
| HSV(B) | 286.38º | 0.71% | 0.9% | - |
| XYZ | 37.83 | 20.76 | 76.14 | - |
| YUV | 122.26 | 188.24 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 229 | 0.16 | 0.71 | 0 | 0.10 | 286.38 | 0.76 | 0.58 |
| Hex | C0 | 42 | E5 | 10 | 47 | 0 | A | 11E | 4C | 3A |
| Octal | 300 | 102 | 345 | 20 | 107 | 0 | 12 | 436 | 114 | 72 |
| Binary | 11000000 | 1000010 | 11100101 | 10000 | 1000111 | 0 | 1010 | 100011110 | 1001100 | 111010 |
Color Harmonies of #C042E5
Complementary color
Monochromatic Colors of #C042E5
Black with #C042E5
Text Example
Text Example
White with #C042E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C042E5; }
p { color: rgb(192,66,229); }
H1.HeaderClassName
{
color: #C042E5;
}
.AnyTagClassName
{
color: #C042E5;
}
</style>
background-color css
<style>
a { background-color: #C042E5; }
a { background-color: rgb(192,66,229); }
div.DivClassName
{
background-color: #C042E5;
}
.BgClassName
{
background-color: #C042E5;
}
</style>
border-color css
<style>
span { border-color: #C042E5; }
span { border-color: rgb(192,66,229); }
td.TdClassName
{
border-color: #C042E5;
}
.TagClassName
{
border-color: #C042E5;
}
</style>