Shades of Medium Orchid #C03AEF
Tints of Medium Orchid #C03AEF
RGB
CMYK
RGB Variations
Color information
#C03AEF (or 0xC03AEF) is known color: Medium Orchid. HEX triplet: C0, 3A and EF. RGB value is (192,58,239). Sum of RGB (Red+Green+Blue) = 192+58+239=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 58 (23.05% from 255 or 11.86% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #C03AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03AEF is #3FC510. Grayscale: #767676. Windows color (decimal): -4179217 or 15678144. OLE color: 15678144.
HSL color Cylindrical-coordinate representation of color #C03AEF: hue angle of 284.42º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C03AEF is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 58 | 239 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.06 |
| HSL | 284.42º | 0.85% | 0.58% | - |
| HSV(B) | 284.42º | 0.76% | 0.94% | - |
| XYZ | 38.83 | 20.46 | 83.56 | - |
| YUV | 118.7 | 195.89 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 239 | 0.20 | 0.76 | 0 | 0.06 | 284.42 | 0.85 | 0.58 |
| Hex | C0 | 3A | EF | 14 | 4C | 0 | 6 | 11C | 55 | 3A |
| Octal | 300 | 72 | 357 | 24 | 114 | 0 | 6 | 434 | 125 | 72 |
| Binary | 11000000 | 111010 | 11101111 | 10100 | 1001100 | 0 | 110 | 100011100 | 1010101 | 111010 |
Color Harmonies of #C03AEF
Complementary color
Monochromatic Colors of #C03AEF
Black with #C03AEF
Text Example
Text Example
White with #C03AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03AEF; }
p { color: rgb(192,58,239); }
H1.HeaderClassName
{
color: #C03AEF;
}
.AnyTagClassName
{
color: #C03AEF;
}
</style>
background-color css
<style>
a { background-color: #C03AEF; }
a { background-color: rgb(192,58,239); }
div.DivClassName
{
background-color: #C03AEF;
}
.BgClassName
{
background-color: #C03AEF;
}
</style>
border-color css
<style>
span { border-color: #C03AEF; }
span { border-color: rgb(192,58,239); }
td.TdClassName
{
border-color: #C03AEF;
}
.TagClassName
{
border-color: #C03AEF;
}
</style>