Shades of Mauve #C5A0FD
Tints of Mauve #C5A0FD
RGB
CMYK
RGB Variations
Color information
#C5A0FD (or 0xC5A0FD) is known color: Mauve. HEX triplet: C5, A0 and FD. RGB value is (197,160,253). Sum of RGB (Red+Green+Blue) = 197+160+253=610 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.30% from 610); Green value is 160 (62.89% from 255 or 26.23% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #C5A0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A0FD is #3A5F02. Grayscale: #B5B5B5. Windows color (decimal): -3825411 or 16621765. OLE color: 16621765.
HSL color Cylindrical-coordinate representation of color #C5A0FD: hue angle of 263.87º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C5A0FD is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 160 | 253 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.01 |
| HSL | 263.87º | 0.96% | 0.81% | - |
| HSV(B) | 263.87º | 0.37% | 0.99% | - |
| XYZ | 53.33 | 44.1 | 98.63 | - |
| YUV | 181.67 | 168.26 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 253 | 0.22 | 0.37 | 0 | 0.01 | 263.87 | 0.96 | 0.81 |
| Hex | C5 | A0 | FD | 16 | 25 | 0 | 1 | 108 | 60 | 51 |
| Octal | 305 | 240 | 375 | 26 | 45 | 0 | 1 | 410 | 140 | 121 |
| Binary | 11000101 | 10100000 | 11111101 | 10110 | 100101 | 0 | 1 | 100001000 | 1100000 | 1010001 |
Color Harmonies of #C5A0FD
Complementary color
Monochromatic Colors of #C5A0FD
Black with #C5A0FD
Text Example
Text Example
White with #C5A0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A0FD; }
p { color: rgb(197,160,253); }
H1.HeaderClassName
{
color: #C5A0FD;
}
.AnyTagClassName
{
color: #C5A0FD;
}
</style>
background-color css
<style>
a { background-color: #C5A0FD; }
a { background-color: rgb(197,160,253); }
div.DivClassName
{
background-color: #C5A0FD;
}
.BgClassName
{
background-color: #C5A0FD;
}
</style>
border-color css
<style>
span { border-color: #C5A0FD; }
span { border-color: rgb(197,160,253); }
td.TdClassName
{
border-color: #C5A0FD;
}
.TagClassName
{
border-color: #C5A0FD;
}
</style>