Shades of Medium Orchid #C03BF2
Tints of Medium Orchid #C03BF2
RGB
CMYK
RGB Variations
Color information
#C03BF2 (or 0xC03BF2) is known color: Medium Orchid. HEX triplet: C0, 3B and F2. RGB value is (192,59,242). Sum of RGB (Red+Green+Blue) = 192+59+242=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 59 (23.44% from 255 or 11.97% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #C03BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03BF2 is #3FC40D. Grayscale: #777777. Windows color (decimal): -4178958 or 15875008. OLE color: 15875008.
HSL color Cylindrical-coordinate representation of color #C03BF2: hue angle of 283.61º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C03BF2 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 59 | 242 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.05 |
| HSL | 283.61º | 0.88% | 0.59% | - |
| HSV(B) | 283.61º | 0.76% | 0.95% | - |
| XYZ | 39.33 | 20.75 | 85.94 | - |
| YUV | 119.63 | 197.06 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 242 | 0.21 | 0.76 | 0 | 0.05 | 283.61 | 0.88 | 0.59 |
| Hex | C0 | 3B | F2 | 15 | 4C | 0 | 5 | 11C | 58 | 3B |
| Octal | 300 | 73 | 362 | 25 | 114 | 0 | 5 | 434 | 130 | 73 |
| Binary | 11000000 | 111011 | 11110010 | 10101 | 1001100 | 0 | 101 | 100011100 | 1011000 | 111011 |
Color Harmonies of #C03BF2
Complementary color
Monochromatic Colors of #C03BF2
Black with #C03BF2
Text Example
Text Example
White with #C03BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03BF2; }
p { color: rgb(192,59,242); }
H1.HeaderClassName
{
color: #C03BF2;
}
.AnyTagClassName
{
color: #C03BF2;
}
</style>
background-color css
<style>
a { background-color: #C03BF2; }
a { background-color: rgb(192,59,242); }
div.DivClassName
{
background-color: #C03BF2;
}
.BgClassName
{
background-color: #C03BF2;
}
</style>
border-color css
<style>
span { border-color: #C03BF2; }
span { border-color: rgb(192,59,242); }
td.TdClassName
{
border-color: #C03BF2;
}
.TagClassName
{
border-color: #C03BF2;
}
</style>