Shades of Medium Orchid #C54DDA
Tints of Medium Orchid #C54DDA
RGB
CMYK
RGB Variations
Color information
#C54DDA (or 0xC54DDA) is known color: Medium Orchid. HEX triplet: C5, 4D and DA. RGB value is (197,77,218). Sum of RGB (Red+Green+Blue) = 197+77+218=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #C54DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54DDA is #3AB225. Grayscale: #808080. Windows color (decimal): -3846694 or 14306757. OLE color: 14306757.
HSL color Cylindrical-coordinate representation of color #C54DDA: hue angle of 291.06º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C54DDA is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 77 | 218 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.15 |
| HSL | 291.06º | 0.66% | 0.58% | - |
| HSV(B) | 291.06º | 0.65% | 0.85% | - |
| XYZ | 38.33 | 22.24 | 68.6 | - |
| YUV | 128.95 | 178.26 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 77 | 218 | 0.10 | 0.65 | 0 | 0.15 | 291.06 | 0.66 | 0.58 |
| Hex | C5 | 4D | DA | A | 41 | 0 | F | 123 | 42 | 3A |
| Octal | 305 | 115 | 332 | 12 | 101 | 0 | 17 | 443 | 102 | 72 |
| Binary | 11000101 | 1001101 | 11011010 | 1010 | 1000001 | 0 | 1111 | 100100011 | 1000010 | 111010 |
Color Harmonies of #C54DDA
Complementary color
Monochromatic Colors of #C54DDA
Black with #C54DDA
Text Example
Text Example
White with #C54DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54DDA; }
p { color: rgb(197,77,218); }
H1.HeaderClassName
{
color: #C54DDA;
}
.AnyTagClassName
{
color: #C54DDA;
}
</style>
background-color css
<style>
a { background-color: #C54DDA; }
a { background-color: rgb(197,77,218); }
div.DivClassName
{
background-color: #C54DDA;
}
.BgClassName
{
background-color: #C54DDA;
}
</style>
border-color css
<style>
span { border-color: #C54DDA; }
span { border-color: rgb(197,77,218); }
td.TdClassName
{
border-color: #C54DDA;
}
.TagClassName
{
border-color: #C54DDA;
}
</style>