Shades of Medium Orchid #C05FEC
Tints of Medium Orchid #C05FEC
RGB
CMYK
RGB Variations
Color information
#C05FEC (or 0xC05FEC) is known color: Medium Orchid. HEX triplet: C0, 5F and EC. RGB value is (192,95,236). Sum of RGB (Red+Green+Blue) = 192+95+236=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 95 (37.5% from 255 or 18.16% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #C05FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05FEC is #3FA013. Grayscale: #8B8B8B. Windows color (decimal): -4169748 or 15491008. OLE color: 15491008.
HSL color Cylindrical-coordinate representation of color #C05FEC: hue angle of 281.28º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C05FEC is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 95 | 236 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.07 |
| HSL | 281.28º | 0.79% | 0.65% | - |
| HSV(B) | 281.28º | 0.6% | 0.93% | - |
| XYZ | 40.97 | 25.45 | 82.11 | - |
| YUV | 140.08 | 182.14 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 236 | 0.19 | 0.60 | 0 | 0.07 | 281.28 | 0.79 | 0.65 |
| Hex | C0 | 5F | EC | 13 | 3C | 0 | 7 | 119 | 4F | 41 |
| Octal | 300 | 137 | 354 | 23 | 74 | 0 | 7 | 431 | 117 | 101 |
| Binary | 11000000 | 1011111 | 11101100 | 10011 | 111100 | 0 | 111 | 100011001 | 1001111 | 1000001 |
Color Harmonies of #C05FEC
Complementary color
Monochromatic Colors of #C05FEC
Black with #C05FEC
Text Example
Text Example
White with #C05FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05FEC; }
p { color: rgb(192,95,236); }
H1.HeaderClassName
{
color: #C05FEC;
}
.AnyTagClassName
{
color: #C05FEC;
}
</style>
background-color css
<style>
a { background-color: #C05FEC; }
a { background-color: rgb(192,95,236); }
div.DivClassName
{
background-color: #C05FEC;
}
.BgClassName
{
background-color: #C05FEC;
}
</style>
border-color css
<style>
span { border-color: #C05FEC; }
span { border-color: rgb(192,95,236); }
td.TdClassName
{
border-color: #C05FEC;
}
.TagClassName
{
border-color: #C05FEC;
}
</style>