Shades of Medium Orchid #C03AED
Tints of Medium Orchid #C03AED
RGB
CMYK
RGB Variations
Color information
#C03AED (or 0xC03AED) is known color: Medium Orchid. HEX triplet: C0, 3A and ED. RGB value is (192,58,237). Sum of RGB (Red+Green+Blue) = 192+58+237=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 58 (23.05% from 255 or 11.91% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #C03AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03AED is #3FC512. Grayscale: #757575. Windows color (decimal): -4179219 or 15547072. OLE color: 15547072.
HSL color Cylindrical-coordinate representation of color #C03AED: hue angle of 284.92º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C03AED is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 58 | 237 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.07 |
| HSL | 284.92º | 0.83% | 0.58% | - |
| HSV(B) | 284.92º | 0.76% | 0.93% | - |
| XYZ | 38.54 | 20.35 | 82.02 | - |
| YUV | 118.47 | 194.89 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 237 | 0.19 | 0.76 | 0 | 0.07 | 284.92 | 0.83 | 0.58 |
| Hex | C0 | 3A | ED | 13 | 4C | 0 | 7 | 11D | 53 | 3A |
| Octal | 300 | 72 | 355 | 23 | 114 | 0 | 7 | 435 | 123 | 72 |
| Binary | 11000000 | 111010 | 11101101 | 10011 | 1001100 | 0 | 111 | 100011101 | 1010011 | 111010 |
Color Harmonies of #C03AED
Complementary color
Monochromatic Colors of #C03AED
Black with #C03AED
Text Example
Text Example
White with #C03AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03AED; }
p { color: rgb(192,58,237); }
H1.HeaderClassName
{
color: #C03AED;
}
.AnyTagClassName
{
color: #C03AED;
}
</style>
background-color css
<style>
a { background-color: #C03AED; }
a { background-color: rgb(192,58,237); }
div.DivClassName
{
background-color: #C03AED;
}
.BgClassName
{
background-color: #C03AED;
}
</style>
border-color css
<style>
span { border-color: #C03AED; }
span { border-color: rgb(192,58,237); }
td.TdClassName
{
border-color: #C03AED;
}
.TagClassName
{
border-color: #C03AED;
}
</style>