Shades of Medium Orchid #C549ED
Tints of Medium Orchid #C549ED
RGB
CMYK
RGB Variations
Color information
#C549ED (or 0xC549ED) is known color: Medium Orchid. HEX triplet: C5, 49 and ED. RGB value is (197,73,237). Sum of RGB (Red+Green+Blue) = 197+73+237=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 73 (28.91% from 255 or 14.40% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #C549ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C549ED is #3AB612. Grayscale: #808080. Windows color (decimal): -3847699 or 15550917. OLE color: 15550917.
HSL color Cylindrical-coordinate representation of color #C549ED: hue angle of 285.37º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C549ED is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 73 | 237 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.07 |
| HSL | 285.37º | 0.82% | 0.61% | - |
| HSV(B) | 285.37º | 0.69% | 0.93% | - |
| XYZ | 40.69 | 22.75 | 82.37 | - |
| YUV | 128.77 | 189.08 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 237 | 0.17 | 0.69 | 0 | 0.07 | 285.37 | 0.82 | 0.61 |
| Hex | C5 | 49 | ED | 11 | 45 | 0 | 7 | 11D | 52 | 3D |
| Octal | 305 | 111 | 355 | 21 | 105 | 0 | 7 | 435 | 122 | 75 |
| Binary | 11000101 | 1001001 | 11101101 | 10001 | 1000101 | 0 | 111 | 100011101 | 1010010 | 111101 |
Color Harmonies of #C549ED
Complementary color
Monochromatic Colors of #C549ED
Black with #C549ED
Text Example
Text Example
White with #C549ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C549ED; }
p { color: rgb(197,73,237); }
H1.HeaderClassName
{
color: #C549ED;
}
.AnyTagClassName
{
color: #C549ED;
}
</style>
background-color css
<style>
a { background-color: #C549ED; }
a { background-color: rgb(197,73,237); }
div.DivClassName
{
background-color: #C549ED;
}
.BgClassName
{
background-color: #C549ED;
}
</style>
border-color css
<style>
span { border-color: #C549ED; }
span { border-color: rgb(197,73,237); }
td.TdClassName
{
border-color: #C549ED;
}
.TagClassName
{
border-color: #C549ED;
}
</style>