Shades of Medium Orchid #C03FEF
Tints of Medium Orchid #C03FEF
RGB
CMYK
RGB Variations
Color information
#C03FEF (or 0xC03FEF) is known color: Medium Orchid. HEX triplet: C0, 3F and EF. RGB value is (192,63,239). Sum of RGB (Red+Green+Blue) = 192+63+239=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 63 (25% from 255 or 12.75% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #C03FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03FEF is #3FC010. Grayscale: #797979. Windows color (decimal): -4177937 or 15679424. OLE color: 15679424.
HSL color Cylindrical-coordinate representation of color #C03FEF: hue angle of 283.98º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03FEF is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 63 | 239 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.06 |
| HSL | 283.98º | 0.85% | 0.59% | - |
| HSV(B) | 283.98º | 0.74% | 0.94% | - |
| XYZ | 39.1 | 20.99 | 83.65 | - |
| YUV | 121.64 | 194.24 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 239 | 0.20 | 0.74 | 0 | 0.06 | 283.98 | 0.85 | 0.59 |
| Hex | C0 | 3F | EF | 14 | 4A | 0 | 6 | 11C | 55 | 3B |
| Octal | 300 | 77 | 357 | 24 | 112 | 0 | 6 | 434 | 125 | 73 |
| Binary | 11000000 | 111111 | 11101111 | 10100 | 1001010 | 0 | 110 | 100011100 | 1010101 | 111011 |
Color Harmonies of #C03FEF
Complementary color
Monochromatic Colors of #C03FEF
Black with #C03FEF
Text Example
Text Example
White with #C03FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03FEF; }
p { color: rgb(192,63,239); }
H1.HeaderClassName
{
color: #C03FEF;
}
.AnyTagClassName
{
color: #C03FEF;
}
</style>
background-color css
<style>
a { background-color: #C03FEF; }
a { background-color: rgb(192,63,239); }
div.DivClassName
{
background-color: #C03FEF;
}
.BgClassName
{
background-color: #C03FEF;
}
</style>
border-color css
<style>
span { border-color: #C03FEF; }
span { border-color: rgb(192,63,239); }
td.TdClassName
{
border-color: #C03FEF;
}
.TagClassName
{
border-color: #C03FEF;
}
</style>