Shades of Medium Orchid #C03CFC
Tints of Medium Orchid #C03CFC
RGB
CMYK
RGB Variations
Color information
#C03CFC (or 0xC03CFC) is known color: Medium Orchid. HEX triplet: C0, 3C and FC. RGB value is (192,60,252). Sum of RGB (Red+Green+Blue) = 192+60+252=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 60 (23.83% from 255 or 11.90% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #C03CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03CFC is #3FC303. Grayscale: #787878. Windows color (decimal): -4178692 or 16530624. OLE color: 16530624.
HSL color Cylindrical-coordinate representation of color #C03CFC: hue angle of 281.25º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C03CFC is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 60 | 252 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.01 |
| HSL | 281.25º | 0.97% | 0.61% | - |
| HSV(B) | 281.25º | 0.76% | 0.99% | - |
| XYZ | 40.92 | 21.47 | 94.08 | - |
| YUV | 121.36 | 201.73 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 252 | 0.24 | 0.76 | 0 | 0.01 | 281.25 | 0.97 | 0.61 |
| Hex | C0 | 3C | FC | 18 | 4C | 0 | 1 | 119 | 61 | 3D |
| Octal | 300 | 74 | 374 | 30 | 114 | 0 | 1 | 431 | 141 | 75 |
| Binary | 11000000 | 111100 | 11111100 | 11000 | 1001100 | 0 | 1 | 100011001 | 1100001 | 111101 |
Color Harmonies of #C03CFC
Complementary color
Monochromatic Colors of #C03CFC
Black with #C03CFC
Text Example
Text Example
White with #C03CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03CFC; }
p { color: rgb(192,60,252); }
H1.HeaderClassName
{
color: #C03CFC;
}
.AnyTagClassName
{
color: #C03CFC;
}
</style>
background-color css
<style>
a { background-color: #C03CFC; }
a { background-color: rgb(192,60,252); }
div.DivClassName
{
background-color: #C03CFC;
}
.BgClassName
{
background-color: #C03CFC;
}
</style>
border-color css
<style>
span { border-color: #C03CFC; }
span { border-color: rgb(192,60,252); }
td.TdClassName
{
border-color: #C03CFC;
}
.TagClassName
{
border-color: #C03CFC;
}
</style>