Shades of Medium Orchid #C54CD1
Tints of Medium Orchid #C54CD1
RGB
CMYK
RGB Variations
Color information
#C54CD1 (or 0xC54CD1) is known color: Medium Orchid. HEX triplet: C5, 4C and D1. RGB value is (197,76,209). Sum of RGB (Red+Green+Blue) = 197+76+209=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 209 - color contains mainly: blue. Hex color #C54CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54CD1 is #3AB32E. Grayscale: #7E7E7E. Windows color (decimal): -3846959 or 13716677. OLE color: 13716677.
HSL color Cylindrical-coordinate representation of color #C54CD1: hue angle of 294.59º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54CD1 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 76 | 209 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.18 |
| HSL | 294.59º | 0.59% | 0.56% | - |
| HSV(B) | 294.59º | 0.64% | 0.82% | - |
| XYZ | 37.12 | 21.64 | 62.54 | - |
| YUV | 127.34 | 174.09 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 209 | 0.06 | 0.64 | 0 | 0.18 | 294.59 | 0.59 | 0.56 |
| Hex | C5 | 4C | D1 | 6 | 40 | 0 | 12 | 127 | 3B | 38 |
| Octal | 305 | 114 | 321 | 6 | 100 | 0 | 22 | 447 | 73 | 70 |
| Binary | 11000101 | 1001100 | 11010001 | 110 | 1000000 | 0 | 10010 | 100100111 | 111011 | 111000 |
Color Harmonies of #C54CD1
Complementary color
Monochromatic Colors of #C54CD1
Black with #C54CD1
Text Example
Text Example
White with #C54CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54CD1; }
p { color: rgb(197,76,209); }
H1.HeaderClassName
{
color: #C54CD1;
}
.AnyTagClassName
{
color: #C54CD1;
}
</style>
background-color css
<style>
a { background-color: #C54CD1; }
a { background-color: rgb(197,76,209); }
div.DivClassName
{
background-color: #C54CD1;
}
.BgClassName
{
background-color: #C54CD1;
}
</style>
border-color css
<style>
span { border-color: #C54CD1; }
span { border-color: rgb(197,76,209); }
td.TdClassName
{
border-color: #C54CD1;
}
.TagClassName
{
border-color: #C54CD1;
}
</style>