Shades of Medium Orchid #C548FD
Tints of Medium Orchid #C548FD
RGB
CMYK
RGB Variations
Color information
#C548FD (or 0xC548FD) is known color: Medium Orchid. HEX triplet: C5, 48 and FD. RGB value is (197,72,253). Sum of RGB (Red+Green+Blue) = 197+72+253=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 72 (28.52% from 255 or 13.79% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #C548FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C548FD is #3AB702. Grayscale: #818181. Windows color (decimal): -3847939 or 16599237. OLE color: 16599237.
HSL color Cylindrical-coordinate representation of color #C548FD: hue angle of 281.44º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C548FD is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 72 | 253 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.01 |
| HSL | 281.44º | 0.98% | 0.64% | - |
| HSV(B) | 281.44º | 0.72% | 0.99% | - |
| XYZ | 43.07 | 23.6 | 95.21 | - |
| YUV | 130.01 | 197.41 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 253 | 0.22 | 0.72 | 0 | 0.01 | 281.44 | 0.98 | 0.64 |
| Hex | C5 | 48 | FD | 16 | 48 | 0 | 1 | 119 | 62 | 40 |
| Octal | 305 | 110 | 375 | 26 | 110 | 0 | 1 | 431 | 142 | 100 |
| Binary | 11000101 | 1001000 | 11111101 | 10110 | 1001000 | 0 | 1 | 100011001 | 1100010 | 1000000 |
Color Harmonies of #C548FD
Complementary color
Monochromatic Colors of #C548FD
Black with #C548FD
Text Example
Text Example
White with #C548FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C548FD; }
p { color: rgb(197,72,253); }
H1.HeaderClassName
{
color: #C548FD;
}
.AnyTagClassName
{
color: #C548FD;
}
</style>
background-color css
<style>
a { background-color: #C548FD; }
a { background-color: rgb(197,72,253); }
div.DivClassName
{
background-color: #C548FD;
}
.BgClassName
{
background-color: #C548FD;
}
</style>
border-color css
<style>
span { border-color: #C548FD; }
span { border-color: rgb(197,72,253); }
td.TdClassName
{
border-color: #C548FD;
}
.TagClassName
{
border-color: #C548FD;
}
</style>