Shades of Medium Orchid #C54FED
Tints of Medium Orchid #C54FED
RGB
CMYK
RGB Variations
Color information
#C54FED (or 0xC54FED) is known color: Medium Orchid. HEX triplet: C5, 4F and ED. RGB value is (197,79,237). Sum of RGB (Red+Green+Blue) = 197+79+237=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 79 (31.25% from 255 or 15.40% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #C54FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C54FED is #3AB012. Grayscale: #838383. Windows color (decimal): -3846163 or 15552453. OLE color: 15552453.
HSL color Cylindrical-coordinate representation of color #C54FED: hue angle of 284.81º 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 #C54FED is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 79 | 237 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.07 |
| HSL | 284.81º | 0.81% | 0.62% | - |
| HSV(B) | 284.81º | 0.67% | 0.93% | - |
| XYZ | 41.11 | 23.58 | 82.5 | - |
| YUV | 132.29 | 187.09 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 237 | 0.17 | 0.67 | 0 | 0.07 | 284.81 | 0.81 | 0.62 |
| Hex | C5 | 4F | ED | 11 | 43 | 0 | 7 | 11D | 51 | 3E |
| Octal | 305 | 117 | 355 | 21 | 103 | 0 | 7 | 435 | 121 | 76 |
| Binary | 11000101 | 1001111 | 11101101 | 10001 | 1000011 | 0 | 111 | 100011101 | 1010001 | 111110 |
Color Harmonies of #C54FED
Complementary color
Monochromatic Colors of #C54FED
Black with #C54FED
Text Example
Text Example
White with #C54FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54FED; }
p { color: rgb(197,79,237); }
H1.HeaderClassName
{
color: #C54FED;
}
.AnyTagClassName
{
color: #C54FED;
}
</style>
background-color css
<style>
a { background-color: #C54FED; }
a { background-color: rgb(197,79,237); }
div.DivClassName
{
background-color: #C54FED;
}
.BgClassName
{
background-color: #C54FED;
}
</style>
border-color css
<style>
span { border-color: #C54FED; }
span { border-color: rgb(197,79,237); }
td.TdClassName
{
border-color: #C54FED;
}
.TagClassName
{
border-color: #C54FED;
}
</style>