Shades of Medium Orchid #C54AD8
Tints of Medium Orchid #C54AD8
RGB
CMYK
RGB Variations
Color information
#C54AD8 (or 0xC54AD8) is known color: Medium Orchid. HEX triplet: C5, 4A and D8. RGB value is (197,74,216). Sum of RGB (Red+Green+Blue) = 197+74+216=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 216 (84.77% from 255 or 44.35% from 487); Max value from RGB is 216 - color contains mainly: blue. Hex color #C54AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54AD8 is #3AB527. Grayscale: #7E7E7E. Windows color (decimal): -3847464 or 14174917. OLE color: 14174917.
HSL color Cylindrical-coordinate representation of color #C54AD8: hue angle of 291.97º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54AD8 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 74 | 216 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.15 |
| HSL | 291.97º | 0.65% | 0.57% | - |
| HSV(B) | 291.97º | 0.66% | 0.85% | - |
| XYZ | 37.87 | 21.73 | 67.16 | - |
| YUV | 126.97 | 178.25 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 216 | 0.09 | 0.66 | 0 | 0.15 | 291.97 | 0.65 | 0.57 |
| Hex | C5 | 4A | D8 | 9 | 42 | 0 | F | 124 | 41 | 39 |
| Octal | 305 | 112 | 330 | 11 | 102 | 0 | 17 | 444 | 101 | 71 |
| Binary | 11000101 | 1001010 | 11011000 | 1001 | 1000010 | 0 | 1111 | 100100100 | 1000001 | 111001 |
Color Harmonies of #C54AD8
Complementary color
Monochromatic Colors of #C54AD8
Black with #C54AD8
Text Example
Text Example
White with #C54AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54AD8; }
p { color: rgb(197,74,216); }
H1.HeaderClassName
{
color: #C54AD8;
}
.AnyTagClassName
{
color: #C54AD8;
}
</style>
background-color css
<style>
a { background-color: #C54AD8; }
a { background-color: rgb(197,74,216); }
div.DivClassName
{
background-color: #C54AD8;
}
.BgClassName
{
background-color: #C54AD8;
}
</style>
border-color css
<style>
span { border-color: #C54AD8; }
span { border-color: rgb(197,74,216); }
td.TdClassName
{
border-color: #C54AD8;
}
.TagClassName
{
border-color: #C54AD8;
}
</style>