Shades of Medium Orchid #C549DA
Tints of Medium Orchid #C549DA
RGB
CMYK
RGB Variations
Color information
#C549DA (or 0xC549DA) is known color: Medium Orchid. HEX triplet: C5, 49 and DA. RGB value is (197,73,218). Sum of RGB (Red+Green+Blue) = 197+73+218=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #C549DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C549DA is #3AB625. Grayscale: #7E7E7E. Windows color (decimal): -3847718 or 14305733. OLE color: 14305733.
HSL color Cylindrical-coordinate representation of color #C549DA: hue angle of 291.31º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C549DA is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 73 | 218 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.15 |
| HSL | 291.31º | 0.66% | 0.57% | - |
| HSV(B) | 291.31º | 0.67% | 0.85% | - |
| XYZ | 38.06 | 21.7 | 68.51 | - |
| YUV | 126.61 | 179.58 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 218 | 0.10 | 0.67 | 0 | 0.15 | 291.31 | 0.66 | 0.57 |
| Hex | C5 | 49 | DA | A | 43 | 0 | F | 123 | 42 | 39 |
| Octal | 305 | 111 | 332 | 12 | 103 | 0 | 17 | 443 | 102 | 71 |
| Binary | 11000101 | 1001001 | 11011010 | 1010 | 1000011 | 0 | 1111 | 100100011 | 1000010 | 111001 |
Color Harmonies of #C549DA
Complementary color
Monochromatic Colors of #C549DA
Black with #C549DA
Text Example
Text Example
White with #C549DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C549DA; }
p { color: rgb(197,73,218); }
H1.HeaderClassName
{
color: #C549DA;
}
.AnyTagClassName
{
color: #C549DA;
}
</style>
background-color css
<style>
a { background-color: #C549DA; }
a { background-color: rgb(197,73,218); }
div.DivClassName
{
background-color: #C549DA;
}
.BgClassName
{
background-color: #C549DA;
}
</style>
border-color css
<style>
span { border-color: #C549DA; }
span { border-color: rgb(197,73,218); }
td.TdClassName
{
border-color: #C549DA;
}
.TagClassName
{
border-color: #C549DA;
}
</style>