Shades of Mauve #C6A8FE
Tints of Mauve #C6A8FE
RGB
CMYK
RGB Variations
Color information
#C6A8FE (or 0xC6A8FE) is known color: Mauve. HEX triplet: C6, A8 and FE. RGB value is (198,168,254). Sum of RGB (Red+Green+Blue) = 198+168+254=620 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.94% from 620); Green value is 168 (66.02% from 255 or 27.10% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6A8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A8FE is #395701. Grayscale: #BABABA. Windows color (decimal): -3757826 or 16689350. OLE color: 16689350.
HSL color Cylindrical-coordinate representation of color #C6A8FE: hue angle of 260.93º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C6A8FE is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 168 | 254 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.00 |
| HSL | 260.93º | 0.98% | 0.83% | - |
| HSV(B) | 260.93º | 0.34% | 1% | - |
| XYZ | 55.18 | 47.17 | 99.96 | - |
| YUV | 186.77 | 165.94 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 168 | 254 | 0.22 | 0.34 | 0 | 0.00 | 260.93 | 0.98 | 0.83 |
| Hex | C6 | A8 | FE | 16 | 22 | 0 | 0 | 105 | 62 | 53 |
| Octal | 306 | 250 | 376 | 26 | 42 | 0 | 0 | 405 | 142 | 123 |
| Binary | 11000110 | 10101000 | 11111110 | 10110 | 100010 | 0 | 0 | 100000101 | 1100010 | 1010011 |
Color Harmonies of #C6A8FE
Complementary color
Monochromatic Colors of #C6A8FE
Black with #C6A8FE
Text Example
Text Example
White with #C6A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A8FE; }
p { color: rgb(198,168,254); }
H1.HeaderClassName
{
color: #C6A8FE;
}
.AnyTagClassName
{
color: #C6A8FE;
}
</style>
background-color css
<style>
a { background-color: #C6A8FE; }
a { background-color: rgb(198,168,254); }
div.DivClassName
{
background-color: #C6A8FE;
}
.BgClassName
{
background-color: #C6A8FE;
}
</style>
border-color css
<style>
span { border-color: #C6A8FE; }
span { border-color: rgb(198,168,254); }
td.TdClassName
{
border-color: #C6A8FE;
}
.TagClassName
{
border-color: #C6A8FE;
}
</style>