Shades of Medium Orchid #C54FD5
Tints of Medium Orchid #C54FD5
RGB
CMYK
RGB Variations
Color information
#C54FD5 (or 0xC54FD5) is known color: Medium Orchid. HEX triplet: C5, 4F and D5. RGB value is (197,79,213). Sum of RGB (Red+Green+Blue) = 197+79+213=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 79 (31.25% from 255 or 16.16% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 213 - color contains mainly: blue. Hex color #C54FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54FD5 is #3AB02A. Grayscale: #818181. Windows color (decimal): -3846187 or 13979589. OLE color: 13979589.
HSL color Cylindrical-coordinate representation of color #C54FD5: hue angle of 292.84º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C54FD5 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 79 | 213 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.16 |
| HSL | 292.84º | 0.61% | 0.57% | - |
| HSV(B) | 292.84º | 0.63% | 0.84% | - |
| XYZ | 37.83 | 22.27 | 65.25 | - |
| YUV | 129.56 | 175.09 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 213 | 0.08 | 0.63 | 0 | 0.16 | 292.84 | 0.61 | 0.57 |
| Hex | C5 | 4F | D5 | 8 | 3F | 0 | 10 | 125 | 3D | 39 |
| Octal | 305 | 117 | 325 | 10 | 77 | 0 | 20 | 445 | 75 | 71 |
| Binary | 11000101 | 1001111 | 11010101 | 1000 | 111111 | 0 | 10000 | 100100101 | 111101 | 111001 |
Color Harmonies of #C54FD5
Complementary color
Monochromatic Colors of #C54FD5
Black with #C54FD5
Text Example
Text Example
White with #C54FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54FD5; }
p { color: rgb(197,79,213); }
H1.HeaderClassName
{
color: #C54FD5;
}
.AnyTagClassName
{
color: #C54FD5;
}
</style>
background-color css
<style>
a { background-color: #C54FD5; }
a { background-color: rgb(197,79,213); }
div.DivClassName
{
background-color: #C54FD5;
}
.BgClassName
{
background-color: #C54FD5;
}
</style>
border-color css
<style>
span { border-color: #C54FD5; }
span { border-color: rgb(197,79,213); }
td.TdClassName
{
border-color: #C54FD5;
}
.TagClassName
{
border-color: #C54FD5;
}
</style>