Shades of Medium Orchid #C54EEC
Tints of Medium Orchid #C54EEC
RGB
CMYK
RGB Variations
Color information
#C54EEC (or 0xC54EEC) is known color: Medium Orchid. HEX triplet: C5, 4E and EC. RGB value is (197,78,236). Sum of RGB (Red+Green+Blue) = 197+78+236=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 78 (30.86% from 255 or 15.26% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #C54EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C54EEC is #3AB113. Grayscale: #838383. Windows color (decimal): -3846420 or 15486661. OLE color: 15486661.
HSL color Cylindrical-coordinate representation of color #C54EEC: hue angle of 285.19º 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 #C54EEC is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 78 | 236 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.07 |
| HSL | 285.19º | 0.81% | 0.62% | - |
| HSV(B) | 285.19º | 0.67% | 0.93% | - |
| XYZ | 40.89 | 23.38 | 81.71 | - |
| YUV | 131.59 | 186.92 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 236 | 0.17 | 0.67 | 0 | 0.07 | 285.19 | 0.81 | 0.62 |
| Hex | C5 | 4E | EC | 11 | 43 | 0 | 7 | 11D | 51 | 3E |
| Octal | 305 | 116 | 354 | 21 | 103 | 0 | 7 | 435 | 121 | 76 |
| Binary | 11000101 | 1001110 | 11101100 | 10001 | 1000011 | 0 | 111 | 100011101 | 1010001 | 111110 |
Color Harmonies of #C54EEC
Complementary color
Monochromatic Colors of #C54EEC
Black with #C54EEC
Text Example
Text Example
White with #C54EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54EEC; }
p { color: rgb(197,78,236); }
H1.HeaderClassName
{
color: #C54EEC;
}
.AnyTagClassName
{
color: #C54EEC;
}
</style>
background-color css
<style>
a { background-color: #C54EEC; }
a { background-color: rgb(197,78,236); }
div.DivClassName
{
background-color: #C54EEC;
}
.BgClassName
{
background-color: #C54EEC;
}
</style>
border-color css
<style>
span { border-color: #C54EEC; }
span { border-color: rgb(197,78,236); }
td.TdClassName
{
border-color: #C54EEC;
}
.TagClassName
{
border-color: #C54EEC;
}
</style>