Shades of Medium Orchid #C549FD
Tints of Medium Orchid #C549FD
RGB
CMYK
RGB Variations
Color information
#C549FD (or 0xC549FD) is known color: Medium Orchid. HEX triplet: C5, 49 and FD. RGB value is (197,73,253). Sum of RGB (Red+Green+Blue) = 197+73+253=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 73 (28.91% from 255 or 13.96% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #C549FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C549FD is #3AB602. Grayscale: #828282. Windows color (decimal): -3847683 or 16599493. OLE color: 16599493.
HSL color Cylindrical-coordinate representation of color #C549FD: hue angle of 281.33º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C549FD is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 73 | 253 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.01 |
| HSL | 281.33º | 0.98% | 0.64% | - |
| HSV(B) | 281.33º | 0.71% | 0.99% | - |
| XYZ | 43.14 | 23.73 | 95.23 | - |
| YUV | 130.6 | 197.08 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 253 | 0.22 | 0.71 | 0 | 0.01 | 281.33 | 0.98 | 0.64 |
| Hex | C5 | 49 | FD | 16 | 47 | 0 | 1 | 119 | 62 | 40 |
| Octal | 305 | 111 | 375 | 26 | 107 | 0 | 1 | 431 | 142 | 100 |
| Binary | 11000101 | 1001001 | 11111101 | 10110 | 1000111 | 0 | 1 | 100011001 | 1100010 | 1000000 |
Color Harmonies of #C549FD
Complementary color
Monochromatic Colors of #C549FD
Black with #C549FD
Text Example
Text Example
White with #C549FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C549FD; }
p { color: rgb(197,73,253); }
H1.HeaderClassName
{
color: #C549FD;
}
.AnyTagClassName
{
color: #C549FD;
}
</style>
background-color css
<style>
a { background-color: #C549FD; }
a { background-color: rgb(197,73,253); }
div.DivClassName
{
background-color: #C549FD;
}
.BgClassName
{
background-color: #C549FD;
}
</style>
border-color css
<style>
span { border-color: #C549FD; }
span { border-color: rgb(197,73,253); }
td.TdClassName
{
border-color: #C549FD;
}
.TagClassName
{
border-color: #C549FD;
}
</style>