Shades of Medium Orchid #C03CF6
Tints of Medium Orchid #C03CF6
RGB
CMYK
RGB Variations
Color information
#C03CF6 (or 0xC03CF6) is known color: Medium Orchid. HEX triplet: C0, 3C and F6. RGB value is (192,60,246). Sum of RGB (Red+Green+Blue) = 192+60+246=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 60 (23.83% from 255 or 12.05% from 498); Blue value is 246 (96.48% from 255 or 49.40% from 498); Max value from RGB is 246 - color contains mainly: blue. Hex color #C03CF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03CF6 is #3FC309. Grayscale: #787878. Windows color (decimal): -4178698 or 16137408. OLE color: 16137408.
HSL color Cylindrical-coordinate representation of color #C03CF6: hue angle of 282.58º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C03CF6 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 60 | 246 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.04 |
| HSL | 282.58º | 0.91% | 0.6% | - |
| HSV(B) | 282.58º | 0.76% | 0.96% | - |
| XYZ | 39.99 | 21.09 | 89.15 | - |
| YUV | 120.67 | 198.73 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 246 | 0.22 | 0.76 | 0 | 0.04 | 282.58 | 0.91 | 0.6 |
| Hex | C0 | 3C | F6 | 16 | 4C | 0 | 4 | 11B | 5B | 3C |
| Octal | 300 | 74 | 366 | 26 | 114 | 0 | 4 | 433 | 133 | 74 |
| Binary | 11000000 | 111100 | 11110110 | 10110 | 1001100 | 0 | 100 | 100011011 | 1011011 | 111100 |
Color Harmonies of #C03CF6
Complementary color
Monochromatic Colors of #C03CF6
Black with #C03CF6
Text Example
Text Example
White with #C03CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03CF6; }
p { color: rgb(192,60,246); }
H1.HeaderClassName
{
color: #C03CF6;
}
.AnyTagClassName
{
color: #C03CF6;
}
</style>
background-color css
<style>
a { background-color: #C03CF6; }
a { background-color: rgb(192,60,246); }
div.DivClassName
{
background-color: #C03CF6;
}
.BgClassName
{
background-color: #C03CF6;
}
</style>
border-color css
<style>
span { border-color: #C03CF6; }
span { border-color: rgb(192,60,246); }
td.TdClassName
{
border-color: #C03CF6;
}
.TagClassName
{
border-color: #C03CF6;
}
</style>