Shades of Medium Orchid #C54AD7
Tints of Medium Orchid #C54AD7
RGB
CMYK
RGB Variations
Color information
#C54AD7 (or 0xC54AD7) is known color: Medium Orchid. HEX triplet: C5, 4A and D7. RGB value is (197,74,215). Sum of RGB (Red+Green+Blue) = 197+74+215=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 74 (29.30% from 255 or 15.23% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #C54AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54AD7 is #3AB528. Grayscale: #7E7E7E. Windows color (decimal): -3847465 or 14109381. OLE color: 14109381.
HSL color Cylindrical-coordinate representation of color #C54AD7: hue angle of 292.34º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54AD7 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 74 | 215 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.16 |
| HSL | 292.34º | 0.64% | 0.57% | - |
| HSV(B) | 292.34º | 0.66% | 0.84% | - |
| XYZ | 37.74 | 21.67 | 66.48 | - |
| YUV | 126.85 | 177.75 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 215 | 0.08 | 0.66 | 0 | 0.16 | 292.34 | 0.64 | 0.57 |
| Hex | C5 | 4A | D7 | 8 | 42 | 0 | 10 | 124 | 40 | 39 |
| Octal | 305 | 112 | 327 | 10 | 102 | 0 | 20 | 444 | 100 | 71 |
| Binary | 11000101 | 1001010 | 11010111 | 1000 | 1000010 | 0 | 10000 | 100100100 | 1000000 | 111001 |
Color Harmonies of #C54AD7
Complementary color
Monochromatic Colors of #C54AD7
Black with #C54AD7
Text Example
Text Example
White with #C54AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54AD7; }
p { color: rgb(197,74,215); }
H1.HeaderClassName
{
color: #C54AD7;
}
.AnyTagClassName
{
color: #C54AD7;
}
</style>
background-color css
<style>
a { background-color: #C54AD7; }
a { background-color: rgb(197,74,215); }
div.DivClassName
{
background-color: #C54AD7;
}
.BgClassName
{
background-color: #C54AD7;
}
</style>
border-color css
<style>
span { border-color: #C54AD7; }
span { border-color: rgb(197,74,215); }
td.TdClassName
{
border-color: #C54AD7;
}
.TagClassName
{
border-color: #C54AD7;
}
</style>