Shades of Medium Orchid #C043E5
Tints of Medium Orchid #C043E5
RGB
CMYK
RGB Variations
Color information
#C043E5 (or 0xC043E5) is known color: Medium Orchid. HEX triplet: C0, 43 and E5. RGB value is (192,67,229). Sum of RGB (Red+Green+Blue) = 192+67+229=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 67 (26.56% from 255 or 13.73% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 229 - color contains mainly: blue. Hex color #C043E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C043E5 is #3FBC1A. Grayscale: #7A7A7A. Windows color (decimal): -4176923 or 15025088. OLE color: 15025088.
HSL color Cylindrical-coordinate representation of color #C043E5: hue angle of 286.3º 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 #C043E5 is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 67 | 229 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.10 |
| HSL | 286.3º | 0.76% | 0.58% | - |
| HSV(B) | 286.3º | 0.71% | 0.9% | - |
| XYZ | 37.89 | 20.88 | 76.16 | - |
| YUV | 122.84 | 187.91 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 229 | 0.16 | 0.71 | 0 | 0.10 | 286.3 | 0.76 | 0.58 |
| Hex | C0 | 43 | E5 | 10 | 47 | 0 | A | 11E | 4C | 3A |
| Octal | 300 | 103 | 345 | 20 | 107 | 0 | 12 | 436 | 114 | 72 |
| Binary | 11000000 | 1000011 | 11100101 | 10000 | 1000111 | 0 | 1010 | 100011110 | 1001100 | 111010 |
Color Harmonies of #C043E5
Complementary color
Monochromatic Colors of #C043E5
Black with #C043E5
Text Example
Text Example
White with #C043E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C043E5; }
p { color: rgb(192,67,229); }
H1.HeaderClassName
{
color: #C043E5;
}
.AnyTagClassName
{
color: #C043E5;
}
</style>
background-color css
<style>
a { background-color: #C043E5; }
a { background-color: rgb(192,67,229); }
div.DivClassName
{
background-color: #C043E5;
}
.BgClassName
{
background-color: #C043E5;
}
</style>
border-color css
<style>
span { border-color: #C043E5; }
span { border-color: rgb(192,67,229); }
td.TdClassName
{
border-color: #C043E5;
}
.TagClassName
{
border-color: #C043E5;
}
</style>