Shades of Medium Orchid #C03AFC
Tints of Medium Orchid #C03AFC
RGB
CMYK
RGB Variations
Color information
#C03AFC (or 0xC03AFC) is known color: Medium Orchid. HEX triplet: C0, 3A and FC. RGB value is (192,58,252). Sum of RGB (Red+Green+Blue) = 192+58+252=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 58 (23.05% from 255 or 11.55% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #C03AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03AFC is #3FC503. Grayscale: #777777. Windows color (decimal): -4179204 or 16530112. OLE color: 16530112.
HSL color Cylindrical-coordinate representation of color #C03AFC: hue angle of 281.44º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C03AFC is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 58 | 252 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.01 |
| HSL | 281.44º | 0.97% | 0.61% | - |
| HSV(B) | 281.44º | 0.77% | 0.99% | - |
| XYZ | 40.82 | 21.26 | 94.05 | - |
| YUV | 120.18 | 202.39 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 252 | 0.24 | 0.77 | 0 | 0.01 | 281.44 | 0.97 | 0.61 |
| Hex | C0 | 3A | FC | 18 | 4D | 0 | 1 | 119 | 61 | 3D |
| Octal | 300 | 72 | 374 | 30 | 115 | 0 | 1 | 431 | 141 | 75 |
| Binary | 11000000 | 111010 | 11111100 | 11000 | 1001101 | 0 | 1 | 100011001 | 1100001 | 111101 |
Color Harmonies of #C03AFC
Complementary color
Monochromatic Colors of #C03AFC
Black with #C03AFC
Text Example
Text Example
White with #C03AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03AFC; }
p { color: rgb(192,58,252); }
H1.HeaderClassName
{
color: #C03AFC;
}
.AnyTagClassName
{
color: #C03AFC;
}
</style>
background-color css
<style>
a { background-color: #C03AFC; }
a { background-color: rgb(192,58,252); }
div.DivClassName
{
background-color: #C03AFC;
}
.BgClassName
{
background-color: #C03AFC;
}
</style>
border-color css
<style>
span { border-color: #C03AFC; }
span { border-color: rgb(192,58,252); }
td.TdClassName
{
border-color: #C03AFC;
}
.TagClassName
{
border-color: #C03AFC;
}
</style>