Shades of Medium Orchid #C03BFC
Tints of Medium Orchid #C03BFC
RGB
CMYK
RGB Variations
Color information
#C03BFC (or 0xC03BFC) is known color: Medium Orchid. HEX triplet: C0, 3B and FC. RGB value is (192,59,252). Sum of RGB (Red+Green+Blue) = 192+59+252=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 59 (23.44% from 255 or 11.73% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #C03BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03BFC is #3FC403. Grayscale: #787878. Windows color (decimal): -4178948 or 16530368. OLE color: 16530368.
HSL color Cylindrical-coordinate representation of color #C03BFC: hue angle of 281.35º 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 #C03BFC is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 59 | 252 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.01 |
| HSL | 281.35º | 0.97% | 0.61% | - |
| HSV(B) | 281.35º | 0.77% | 0.99% | - |
| XYZ | 40.87 | 21.36 | 94.06 | - |
| YUV | 120.77 | 202.06 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 252 | 0.24 | 0.77 | 0 | 0.01 | 281.35 | 0.97 | 0.61 |
| Hex | C0 | 3B | FC | 18 | 4D | 0 | 1 | 119 | 61 | 3D |
| Octal | 300 | 73 | 374 | 30 | 115 | 0 | 1 | 431 | 141 | 75 |
| Binary | 11000000 | 111011 | 11111100 | 11000 | 1001101 | 0 | 1 | 100011001 | 1100001 | 111101 |
Color Harmonies of #C03BFC
Complementary color
Monochromatic Colors of #C03BFC
Black with #C03BFC
Text Example
Text Example
White with #C03BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03BFC; }
p { color: rgb(192,59,252); }
H1.HeaderClassName
{
color: #C03BFC;
}
.AnyTagClassName
{
color: #C03BFC;
}
</style>
background-color css
<style>
a { background-color: #C03BFC; }
a { background-color: rgb(192,59,252); }
div.DivClassName
{
background-color: #C03BFC;
}
.BgClassName
{
background-color: #C03BFC;
}
</style>
border-color css
<style>
span { border-color: #C03BFC; }
span { border-color: rgb(192,59,252); }
td.TdClassName
{
border-color: #C03BFC;
}
.TagClassName
{
border-color: #C03BFC;
}
</style>