Shades of Medium Orchid #C03AEC
Tints of Medium Orchid #C03AEC
RGB
CMYK
RGB Variations
Color information
#C03AEC (or 0xC03AEC) is known color: Medium Orchid. HEX triplet: C0, 3A and EC. RGB value is (192,58,236). Sum of RGB (Red+Green+Blue) = 192+58+236=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 58 (23.05% from 255 or 11.93% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #C03AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03AEC is #3FC513. Grayscale: #757575. Windows color (decimal): -4179220 or 15481536. OLE color: 15481536.
HSL color Cylindrical-coordinate representation of color #C03AEC: hue angle of 285.17º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03AEC is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 58 | 236 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.07 |
| HSL | 285.17º | 0.82% | 0.58% | - |
| HSV(B) | 285.17º | 0.75% | 0.93% | - |
| XYZ | 38.39 | 20.29 | 81.25 | - |
| YUV | 118.36 | 194.39 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 236 | 0.19 | 0.75 | 0 | 0.07 | 285.17 | 0.82 | 0.58 |
| Hex | C0 | 3A | EC | 13 | 4B | 0 | 7 | 11D | 52 | 3A |
| Octal | 300 | 72 | 354 | 23 | 113 | 0 | 7 | 435 | 122 | 72 |
| Binary | 11000000 | 111010 | 11101100 | 10011 | 1001011 | 0 | 111 | 100011101 | 1010010 | 111010 |
Color Harmonies of #C03AEC
Complementary color
Monochromatic Colors of #C03AEC
Black with #C03AEC
Text Example
Text Example
White with #C03AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03AEC; }
p { color: rgb(192,58,236); }
H1.HeaderClassName
{
color: #C03AEC;
}
.AnyTagClassName
{
color: #C03AEC;
}
</style>
background-color css
<style>
a { background-color: #C03AEC; }
a { background-color: rgb(192,58,236); }
div.DivClassName
{
background-color: #C03AEC;
}
.BgClassName
{
background-color: #C03AEC;
}
</style>
border-color css
<style>
span { border-color: #C03AEC; }
span { border-color: rgb(192,58,236); }
td.TdClassName
{
border-color: #C03AEC;
}
.TagClassName
{
border-color: #C03AEC;
}
</style>