Shades of Medium Orchid #C54CD5
Tints of Medium Orchid #C54CD5
RGB
CMYK
RGB Variations
Color information
#C54CD5 (or 0xC54CD5) is known color: Medium Orchid. HEX triplet: C5, 4C and D5. RGB value is (197,76,213). Sum of RGB (Red+Green+Blue) = 197+76+213=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 76 (30.08% from 255 or 15.64% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 213 - color contains mainly: blue. Hex color #C54CD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54CD5 is #3AB32A. Grayscale: #7F7F7F. Windows color (decimal): -3846955 or 13978821. OLE color: 13978821.
HSL color Cylindrical-coordinate representation of color #C54CD5: hue angle of 292.99º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54CD5 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 76 | 213 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.16 |
| HSL | 292.99º | 0.62% | 0.57% | - |
| HSV(B) | 292.99º | 0.64% | 0.84% | - |
| XYZ | 37.62 | 21.84 | 65.18 | - |
| YUV | 127.8 | 176.09 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 213 | 0.08 | 0.64 | 0 | 0.16 | 292.99 | 0.62 | 0.57 |
| Hex | C5 | 4C | D5 | 8 | 40 | 0 | 10 | 125 | 3E | 39 |
| Octal | 305 | 114 | 325 | 10 | 100 | 0 | 20 | 445 | 76 | 71 |
| Binary | 11000101 | 1001100 | 11010101 | 1000 | 1000000 | 0 | 10000 | 100100101 | 111110 | 111001 |
Color Harmonies of #C54CD5
Complementary color
Monochromatic Colors of #C54CD5
Black with #C54CD5
Text Example
Text Example
White with #C54CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54CD5; }
p { color: rgb(197,76,213); }
H1.HeaderClassName
{
color: #C54CD5;
}
.AnyTagClassName
{
color: #C54CD5;
}
</style>
background-color css
<style>
a { background-color: #C54CD5; }
a { background-color: rgb(197,76,213); }
div.DivClassName
{
background-color: #C54CD5;
}
.BgClassName
{
background-color: #C54CD5;
}
</style>
border-color css
<style>
span { border-color: #C54CD5; }
span { border-color: rgb(197,76,213); }
td.TdClassName
{
border-color: #C54CD5;
}
.TagClassName
{
border-color: #C54CD5;
}
</style>