Shades of Medium Orchid #C54FEC
Tints of Medium Orchid #C54FEC
RGB
CMYK
RGB Variations
Color information
#C54FEC (or 0xC54FEC) is known color: Medium Orchid. HEX triplet: C5, 4F and EC. RGB value is (197,79,236). Sum of RGB (Red+Green+Blue) = 197+79+236=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 79 (31.25% from 255 or 15.43% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #C54FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C54FEC is #3AB013. Grayscale: #838383. Windows color (decimal): -3846164 or 15486917. OLE color: 15486917.
HSL color Cylindrical-coordinate representation of color #C54FEC: hue angle of 285.1º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C54FEC is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 79 | 236 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.07 |
| HSL | 285.1º | 0.81% | 0.62% | - |
| HSV(B) | 285.1º | 0.67% | 0.93% | - |
| XYZ | 40.96 | 23.52 | 81.74 | - |
| YUV | 132.18 | 186.59 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 236 | 0.17 | 0.67 | 0 | 0.07 | 285.1 | 0.81 | 0.62 |
| Hex | C5 | 4F | EC | 11 | 43 | 0 | 7 | 11D | 51 | 3E |
| Octal | 305 | 117 | 354 | 21 | 103 | 0 | 7 | 435 | 121 | 76 |
| Binary | 11000101 | 1001111 | 11101100 | 10001 | 1000011 | 0 | 111 | 100011101 | 1010001 | 111110 |
Color Harmonies of #C54FEC
Complementary color
Monochromatic Colors of #C54FEC
Black with #C54FEC
Text Example
Text Example
White with #C54FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54FEC; }
p { color: rgb(197,79,236); }
H1.HeaderClassName
{
color: #C54FEC;
}
.AnyTagClassName
{
color: #C54FEC;
}
</style>
background-color css
<style>
a { background-color: #C54FEC; }
a { background-color: rgb(197,79,236); }
div.DivClassName
{
background-color: #C54FEC;
}
.BgClassName
{
background-color: #C54FEC;
}
</style>
border-color css
<style>
span { border-color: #C54FEC; }
span { border-color: rgb(197,79,236); }
td.TdClassName
{
border-color: #C54FEC;
}
.TagClassName
{
border-color: #C54FEC;
}
</style>