Shades of Medium Orchid #C54CDA
Tints of Medium Orchid #C54CDA
RGB
CMYK
RGB Variations
Color information
#C54CDA (or 0xC54CDA) is known color: Medium Orchid. HEX triplet: C5, 4C and DA. RGB value is (197,76,218). Sum of RGB (Red+Green+Blue) = 197+76+218=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 76 (30.08% from 255 or 15.48% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #C54CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54CDA is #3AB325. Grayscale: #7F7F7F. Windows color (decimal): -3846950 or 14306501. OLE color: 14306501.
HSL color Cylindrical-coordinate representation of color #C54CDA: hue angle of 291.13º 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 #C54CDA is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 76 | 218 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.15 |
| HSL | 291.13º | 0.66% | 0.58% | - |
| HSV(B) | 291.13º | 0.65% | 0.85% | - |
| XYZ | 38.27 | 22.1 | 68.58 | - |
| YUV | 128.37 | 178.59 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 218 | 0.10 | 0.65 | 0 | 0.15 | 291.13 | 0.66 | 0.58 |
| Hex | C5 | 4C | DA | A | 41 | 0 | F | 123 | 42 | 3A |
| Octal | 305 | 114 | 332 | 12 | 101 | 0 | 17 | 443 | 102 | 72 |
| Binary | 11000101 | 1001100 | 11011010 | 1010 | 1000001 | 0 | 1111 | 100100011 | 1000010 | 111010 |
Color Harmonies of #C54CDA
Complementary color
Monochromatic Colors of #C54CDA
Black with #C54CDA
Text Example
Text Example
White with #C54CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54CDA; }
p { color: rgb(197,76,218); }
H1.HeaderClassName
{
color: #C54CDA;
}
.AnyTagClassName
{
color: #C54CDA;
}
</style>
background-color css
<style>
a { background-color: #C54CDA; }
a { background-color: rgb(197,76,218); }
div.DivClassName
{
background-color: #C54CDA;
}
.BgClassName
{
background-color: #C54CDA;
}
</style>
border-color css
<style>
span { border-color: #C54CDA; }
span { border-color: rgb(197,76,218); }
td.TdClassName
{
border-color: #C54CDA;
}
.TagClassName
{
border-color: #C54CDA;
}
</style>