Shades of Medium Orchid #C03CF8
Tints of Medium Orchid #C03CF8
RGB
CMYK
RGB Variations
Color information
#C03CF8 (or 0xC03CF8) is known color: Medium Orchid. HEX triplet: C0, 3C and F8. RGB value is (192,60,248). Sum of RGB (Red+Green+Blue) = 192+60+248=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 60 (23.83% from 255 or 12% from 500); Blue value is 248 (97.27% from 255 or 49.6% from 500); Max value from RGB is 248 - color contains mainly: blue. Hex color #C03CF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03CF8 is #3FC307. Grayscale: #787878. Windows color (decimal): -4178696 or 16268480. OLE color: 16268480.
HSL color Cylindrical-coordinate representation of color #C03CF8: hue angle of 282.13º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C03CF8 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 60 | 248 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.03 |
| HSL | 282.13º | 0.93% | 0.6% | - |
| HSV(B) | 282.13º | 0.76% | 0.97% | - |
| XYZ | 40.3 | 21.22 | 90.78 | - |
| YUV | 120.9 | 199.73 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 248 | 0.23 | 0.76 | 0 | 0.03 | 282.13 | 0.93 | 0.6 |
| Hex | C0 | 3C | F8 | 17 | 4C | 0 | 3 | 11A | 5D | 3C |
| Octal | 300 | 74 | 370 | 27 | 114 | 0 | 3 | 432 | 135 | 74 |
| Binary | 11000000 | 111100 | 11111000 | 10111 | 1001100 | 0 | 11 | 100011010 | 1011101 | 111100 |
Color Harmonies of #C03CF8
Complementary color
Monochromatic Colors of #C03CF8
Black with #C03CF8
Text Example
Text Example
White with #C03CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03CF8; }
p { color: rgb(192,60,248); }
H1.HeaderClassName
{
color: #C03CF8;
}
.AnyTagClassName
{
color: #C03CF8;
}
</style>
background-color css
<style>
a { background-color: #C03CF8; }
a { background-color: rgb(192,60,248); }
div.DivClassName
{
background-color: #C03CF8;
}
.BgClassName
{
background-color: #C03CF8;
}
</style>
border-color css
<style>
span { border-color: #C03CF8; }
span { border-color: rgb(192,60,248); }
td.TdClassName
{
border-color: #C03CF8;
}
.TagClassName
{
border-color: #C03CF8;
}
</style>