Shades of Medium Orchid #C54BDA
Tints of Medium Orchid #C54BDA
RGB
CMYK
RGB Variations
Color information
#C54BDA (or 0xC54BDA) is known color: Medium Orchid. HEX triplet: C5, 4B and DA. RGB value is (197,75,218). Sum of RGB (Red+Green+Blue) = 197+75+218=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 75 (29.69% from 255 or 15.31% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #C54BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54BDA is #3AB425. Grayscale: #7F7F7F. Windows color (decimal): -3847206 or 14306245. OLE color: 14306245.
HSL color Cylindrical-coordinate representation of color #C54BDA: hue angle of 291.19º degrees, saturation: 0.66, 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 #C54BDA is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 75 | 218 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.15 |
| HSL | 291.19º | 0.66% | 0.57% | - |
| HSV(B) | 291.19º | 0.66% | 0.85% | - |
| XYZ | 38.2 | 21.96 | 68.56 | - |
| YUV | 127.78 | 178.92 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 218 | 0.10 | 0.66 | 0 | 0.15 | 291.19 | 0.66 | 0.57 |
| Hex | C5 | 4B | DA | A | 42 | 0 | F | 123 | 42 | 39 |
| Octal | 305 | 113 | 332 | 12 | 102 | 0 | 17 | 443 | 102 | 71 |
| Binary | 11000101 | 1001011 | 11011010 | 1010 | 1000010 | 0 | 1111 | 100100011 | 1000010 | 111001 |
Color Harmonies of #C54BDA
Complementary color
Monochromatic Colors of #C54BDA
Black with #C54BDA
Text Example
Text Example
White with #C54BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54BDA; }
p { color: rgb(197,75,218); }
H1.HeaderClassName
{
color: #C54BDA;
}
.AnyTagClassName
{
color: #C54BDA;
}
</style>
background-color css
<style>
a { background-color: #C54BDA; }
a { background-color: rgb(197,75,218); }
div.DivClassName
{
background-color: #C54BDA;
}
.BgClassName
{
background-color: #C54BDA;
}
</style>
border-color css
<style>
span { border-color: #C54BDA; }
span { border-color: rgb(197,75,218); }
td.TdClassName
{
border-color: #C54BDA;
}
.TagClassName
{
border-color: #C54BDA;
}
</style>