Shades of Mauve #C5A8FD
Tints of Mauve #C5A8FD
RGB
CMYK
RGB Variations
Color information
#C5A8FD (or 0xC5A8FD) is known color: Mauve. HEX triplet: C5, A8 and FD. RGB value is (197,168,253). Sum of RGB (Red+Green+Blue) = 197+168+253=618 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.88% from 618); Green value is 168 (66.02% from 255 or 27.18% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #C5A8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A8FD is #3A5702. Grayscale: #BABABA. Windows color (decimal): -3823363 or 16623813. OLE color: 16623813.
HSL color Cylindrical-coordinate representation of color #C5A8FD: hue angle of 260.47º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C5A8FD is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 168 | 253 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.01 |
| HSL | 260.47º | 0.96% | 0.83% | - |
| HSV(B) | 260.47º | 0.34% | 0.99% | - |
| XYZ | 54.76 | 46.97 | 99.11 | - |
| YUV | 186.36 | 165.61 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 253 | 0.22 | 0.34 | 0 | 0.01 | 260.47 | 0.96 | 0.83 |
| Hex | C5 | A8 | FD | 16 | 22 | 0 | 1 | 104 | 60 | 53 |
| Octal | 305 | 250 | 375 | 26 | 42 | 0 | 1 | 404 | 140 | 123 |
| Binary | 11000101 | 10101000 | 11111101 | 10110 | 100010 | 0 | 1 | 100000100 | 1100000 | 1010011 |
Color Harmonies of #C5A8FD
Complementary color
Monochromatic Colors of #C5A8FD
Black with #C5A8FD
Text Example
Text Example
White with #C5A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A8FD; }
p { color: rgb(197,168,253); }
H1.HeaderClassName
{
color: #C5A8FD;
}
.AnyTagClassName
{
color: #C5A8FD;
}
</style>
background-color css
<style>
a { background-color: #C5A8FD; }
a { background-color: rgb(197,168,253); }
div.DivClassName
{
background-color: #C5A8FD;
}
.BgClassName
{
background-color: #C5A8FD;
}
</style>
border-color css
<style>
span { border-color: #C5A8FD; }
span { border-color: rgb(197,168,253); }
td.TdClassName
{
border-color: #C5A8FD;
}
.TagClassName
{
border-color: #C5A8FD;
}
</style>