Shades of Medium Orchid #C54FF0
Tints of Medium Orchid #C54FF0
RGB
CMYK
RGB Variations
Color information
#C54FF0 (or 0xC54FF0) is known color: Medium Orchid. HEX triplet: C5, 4F and F0. RGB value is (197,79,240). Sum of RGB (Red+Green+Blue) = 197+79+240=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 79 (31.25% from 255 or 15.31% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 240 - color contains mainly: blue. Hex color #C54FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C54FF0 is #3AB00F. Grayscale: #848484. Windows color (decimal): -3846160 or 15749061. OLE color: 15749061.
HSL color Cylindrical-coordinate representation of color #C54FF0: hue angle of 283.98º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C54FF0 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 79 | 240 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.06 |
| HSL | 283.98º | 0.84% | 0.63% | - |
| HSV(B) | 283.98º | 0.67% | 0.94% | - |
| XYZ | 41.55 | 23.75 | 84.83 | - |
| YUV | 132.64 | 188.59 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 240 | 0.18 | 0.67 | 0 | 0.06 | 283.98 | 0.84 | 0.63 |
| Hex | C5 | 4F | F0 | 12 | 43 | 0 | 6 | 11C | 54 | 3F |
| Octal | 305 | 117 | 360 | 22 | 103 | 0 | 6 | 434 | 124 | 77 |
| Binary | 11000101 | 1001111 | 11110000 | 10010 | 1000011 | 0 | 110 | 100011100 | 1010100 | 111111 |
Color Harmonies of #C54FF0
Complementary color
Monochromatic Colors of #C54FF0
Black with #C54FF0
Text Example
Text Example
White with #C54FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54FF0; }
p { color: rgb(197,79,240); }
H1.HeaderClassName
{
color: #C54FF0;
}
.AnyTagClassName
{
color: #C54FF0;
}
</style>
background-color css
<style>
a { background-color: #C54FF0; }
a { background-color: rgb(197,79,240); }
div.DivClassName
{
background-color: #C54FF0;
}
.BgClassName
{
background-color: #C54FF0;
}
</style>
border-color css
<style>
span { border-color: #C54FF0; }
span { border-color: rgb(197,79,240); }
td.TdClassName
{
border-color: #C54FF0;
}
.TagClassName
{
border-color: #C54FF0;
}
</style>