Shades of Medium Orchid #C549FF
Tints of Medium Orchid #C549FF
RGB
CMYK
RGB Variations
Color information
#C549FF (or 0xC549FF) is known color: Medium Orchid. HEX triplet: C5, 49 and FF. RGB value is (197,73,255). Sum of RGB (Red+Green+Blue) = 197+73+255=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 73 (28.91% from 255 or 13.90% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #C549FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C549FF is #3AB600. Grayscale: #828282. Windows color (decimal): -3847681 or 16730565. OLE color: 16730565.
HSL color Cylindrical-coordinate representation of color #C549FF: hue angle of 280.88º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C549FF is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 73 | 255 | - |
| CMYK | 0.23 | 0.71 | 0 | 0 |
| HSL | 280.88º | 1% | 0.64% | - |
| HSV(B) | 280.88º | 0.71% | 1% | - |
| XYZ | 43.46 | 23.86 | 96.92 | - |
| YUV | 130.82 | 198.08 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 255 | 0.23 | 0.71 | 0 | 0 | 280.88 | 1 | 0.64 |
| Hex | C5 | 49 | FF | 17 | 47 | 0 | 0 | 119 | 64 | 40 |
| Octal | 305 | 111 | 377 | 27 | 107 | 0 | 0 | 431 | 144 | 100 |
| Binary | 11000101 | 1001001 | 11111111 | 10111 | 1000111 | 0 | 0 | 100011001 | 1100100 | 1000000 |
Color Harmonies of #C549FF
Complementary color
Monochromatic Colors of #C549FF
Black with #C549FF
Text Example
Text Example
White with #C549FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C549FF; }
p { color: rgb(197,73,255); }
H1.HeaderClassName
{
color: #C549FF;
}
.AnyTagClassName
{
color: #C549FF;
}
</style>
background-color css
<style>
a { background-color: #C549FF; }
a { background-color: rgb(197,73,255); }
div.DivClassName
{
background-color: #C549FF;
}
.BgClassName
{
background-color: #C549FF;
}
</style>
border-color css
<style>
span { border-color: #C549FF; }
span { border-color: rgb(197,73,255); }
td.TdClassName
{
border-color: #C549FF;
}
.TagClassName
{
border-color: #C549FF;
}
</style>