Shades of Medium Orchid #C03BEF
Tints of Medium Orchid #C03BEF
RGB
CMYK
RGB Variations
Color information
#C03BEF (or 0xC03BEF) is known color: Medium Orchid. HEX triplet: C0, 3B and EF. RGB value is (192,59,239). Sum of RGB (Red+Green+Blue) = 192+59+239=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 59 (23.44% from 255 or 12.04% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #C03BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03BEF is #3FC410. Grayscale: #767676. Windows color (decimal): -4178961 or 15678400. OLE color: 15678400.
HSL color Cylindrical-coordinate representation of color #C03BEF: hue angle of 284.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03BEF is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 59 | 239 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.06 |
| HSL | 284.33º | 0.85% | 0.58% | - |
| HSV(B) | 284.33º | 0.75% | 0.94% | - |
| XYZ | 38.88 | 20.57 | 83.58 | - |
| YUV | 119.29 | 195.56 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 239 | 0.20 | 0.75 | 0 | 0.06 | 284.33 | 0.85 | 0.58 |
| Hex | C0 | 3B | EF | 14 | 4B | 0 | 6 | 11C | 55 | 3A |
| Octal | 300 | 73 | 357 | 24 | 113 | 0 | 6 | 434 | 125 | 72 |
| Binary | 11000000 | 111011 | 11101111 | 10100 | 1001011 | 0 | 110 | 100011100 | 1010101 | 111010 |
Color Harmonies of #C03BEF
Complementary color
Monochromatic Colors of #C03BEF
Black with #C03BEF
Text Example
Text Example
White with #C03BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03BEF; }
p { color: rgb(192,59,239); }
H1.HeaderClassName
{
color: #C03BEF;
}
.AnyTagClassName
{
color: #C03BEF;
}
</style>
background-color css
<style>
a { background-color: #C03BEF; }
a { background-color: rgb(192,59,239); }
div.DivClassName
{
background-color: #C03BEF;
}
.BgClassName
{
background-color: #C03BEF;
}
</style>
border-color css
<style>
span { border-color: #C03BEF; }
span { border-color: rgb(192,59,239); }
td.TdClassName
{
border-color: #C03BEF;
}
.TagClassName
{
border-color: #C03BEF;
}
</style>