Shades of Medium Orchid #C45FEC
Tints of Medium Orchid #C45FEC
RGB
CMYK
RGB Variations
Color information
#C45FEC (or 0xC45FEC) is known color: Medium Orchid. HEX triplet: C4, 5F and EC. RGB value is (196,95,236). Sum of RGB (Red+Green+Blue) = 196+95+236=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 95 (37.5% from 255 or 18.03% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #C45FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45FEC is #3BA013. Grayscale: #8C8C8C. Windows color (decimal): -3907604 or 15491012. OLE color: 15491012.
HSL color Cylindrical-coordinate representation of color #C45FEC: hue angle of 282.98º 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 #C45FEC is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 95 | 236 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.07 |
| HSL | 282.98º | 0.79% | 0.65% | - |
| HSV(B) | 282.98º | 0.6% | 0.93% | - |
| XYZ | 42 | 25.98 | 82.16 | - |
| YUV | 141.27 | 181.46 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 236 | 0.17 | 0.60 | 0 | 0.07 | 282.98 | 0.79 | 0.65 |
| Hex | C4 | 5F | EC | 11 | 3C | 0 | 7 | 11B | 4F | 41 |
| Octal | 304 | 137 | 354 | 21 | 74 | 0 | 7 | 433 | 117 | 101 |
| Binary | 11000100 | 1011111 | 11101100 | 10001 | 111100 | 0 | 111 | 100011011 | 1001111 | 1000001 |
Color Harmonies of #C45FEC
Complementary color
Monochromatic Colors of #C45FEC
Black with #C45FEC
Text Example
Text Example
White with #C45FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45FEC; }
p { color: rgb(196,95,236); }
H1.HeaderClassName
{
color: #C45FEC;
}
.AnyTagClassName
{
color: #C45FEC;
}
</style>
background-color css
<style>
a { background-color: #C45FEC; }
a { background-color: rgb(196,95,236); }
div.DivClassName
{
background-color: #C45FEC;
}
.BgClassName
{
background-color: #C45FEC;
}
</style>
border-color css
<style>
span { border-color: #C45FEC; }
span { border-color: rgb(196,95,236); }
td.TdClassName
{
border-color: #C45FEC;
}
.TagClassName
{
border-color: #C45FEC;
}
</style>