Shades of Medium Orchid #C03BEC
Tints of Medium Orchid #C03BEC
RGB
CMYK
RGB Variations
Color information
#C03BEC (or 0xC03BEC) is known color: Medium Orchid. HEX triplet: C0, 3B and EC. RGB value is (192,59,236). Sum of RGB (Red+Green+Blue) = 192+59+236=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 59 (23.44% from 255 or 12.11% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #C03BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03BEC is #3FC413. Grayscale: #767676. Windows color (decimal): -4178964 or 15481792. OLE color: 15481792.
HSL color Cylindrical-coordinate representation of color #C03BEC: hue angle of 285.08º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03BEC is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 59 | 236 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.07 |
| HSL | 285.08º | 0.82% | 0.58% | - |
| HSV(B) | 285.08º | 0.75% | 0.93% | - |
| XYZ | 38.44 | 20.39 | 81.27 | - |
| YUV | 118.95 | 194.06 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 236 | 0.19 | 0.75 | 0 | 0.07 | 285.08 | 0.82 | 0.58 |
| Hex | C0 | 3B | EC | 13 | 4B | 0 | 7 | 11D | 52 | 3A |
| Octal | 300 | 73 | 354 | 23 | 113 | 0 | 7 | 435 | 122 | 72 |
| Binary | 11000000 | 111011 | 11101100 | 10011 | 1001011 | 0 | 111 | 100011101 | 1010010 | 111010 |
Color Harmonies of #C03BEC
Complementary color
Monochromatic Colors of #C03BEC
Black with #C03BEC
Text Example
Text Example
White with #C03BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03BEC; }
p { color: rgb(192,59,236); }
H1.HeaderClassName
{
color: #C03BEC;
}
.AnyTagClassName
{
color: #C03BEC;
}
</style>
background-color css
<style>
a { background-color: #C03BEC; }
a { background-color: rgb(192,59,236); }
div.DivClassName
{
background-color: #C03BEC;
}
.BgClassName
{
background-color: #C03BEC;
}
</style>
border-color css
<style>
span { border-color: #C03BEC; }
span { border-color: rgb(192,59,236); }
td.TdClassName
{
border-color: #C03BEC;
}
.TagClassName
{
border-color: #C03BEC;
}
</style>