Shades of Mauve #C6A0FD
Tints of Mauve #C6A0FD
RGB
CMYK
RGB Variations
Color information
#C6A0FD (or 0xC6A0FD) is known color: Mauve. HEX triplet: C6, A0 and FD. RGB value is (198,160,253). Sum of RGB (Red+Green+Blue) = 198+160+253=611 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.41% from 611); Green value is 160 (62.89% from 255 or 26.19% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #C6A0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A0FD is #395F02. Grayscale: #B5B5B5. Windows color (decimal): -3759875 or 16621766. OLE color: 16621766.
HSL color Cylindrical-coordinate representation of color #C6A0FD: hue angle of 264.52º 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 #C6A0FD is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 160 | 253 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.01 |
| HSL | 264.52º | 0.96% | 0.81% | - |
| HSV(B) | 264.52º | 0.37% | 0.99% | - |
| XYZ | 53.59 | 44.24 | 98.64 | - |
| YUV | 181.96 | 168.09 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 160 | 253 | 0.22 | 0.37 | 0 | 0.01 | 264.52 | 0.96 | 0.81 |
| Hex | C6 | A0 | FD | 16 | 25 | 0 | 1 | 109 | 60 | 51 |
| Octal | 306 | 240 | 375 | 26 | 45 | 0 | 1 | 411 | 140 | 121 |
| Binary | 11000110 | 10100000 | 11111101 | 10110 | 100101 | 0 | 1 | 100001001 | 1100000 | 1010001 |
Color Harmonies of #C6A0FD
Complementary color
Monochromatic Colors of #C6A0FD
Black with #C6A0FD
Text Example
Text Example
White with #C6A0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A0FD; }
p { color: rgb(198,160,253); }
H1.HeaderClassName
{
color: #C6A0FD;
}
.AnyTagClassName
{
color: #C6A0FD;
}
</style>
background-color css
<style>
a { background-color: #C6A0FD; }
a { background-color: rgb(198,160,253); }
div.DivClassName
{
background-color: #C6A0FD;
}
.BgClassName
{
background-color: #C6A0FD;
}
</style>
border-color css
<style>
span { border-color: #C6A0FD; }
span { border-color: rgb(198,160,253); }
td.TdClassName
{
border-color: #C6A0FD;
}
.TagClassName
{
border-color: #C6A0FD;
}
</style>