Shades of Mauve #C8A6FE
Tints of Mauve #C8A6FE
RGB
CMYK
RGB Variations
Color information
#C8A6FE (or 0xC8A6FE) is known color: Mauve. HEX triplet: C8, A6 and FE. RGB value is (200,166,254). Sum of RGB (Red+Green+Blue) = 200+166+254=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 166 (65.23% from 255 or 26.77% 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 #C8A6FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A6FE is #375901. Grayscale: #B9B9B9. Windows color (decimal): -3627266 or 16688840. OLE color: 16688840.
HSL color Cylindrical-coordinate representation of color #C8A6FE: hue angle of 263.18º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C8A6FE is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 166 | 254 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.00 |
| HSL | 263.18º | 0.98% | 0.82% | - |
| HSV(B) | 263.18º | 0.35% | 1% | - |
| XYZ | 55.35 | 46.71 | 99.86 | - |
| YUV | 186.2 | 166.26 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 166 | 254 | 0.21 | 0.35 | 0 | 0.00 | 263.18 | 0.98 | 0.82 |
| Hex | C8 | A6 | FE | 15 | 23 | 0 | 0 | 107 | 62 | 52 |
| Octal | 310 | 246 | 376 | 25 | 43 | 0 | 0 | 407 | 142 | 122 |
| Binary | 11001000 | 10100110 | 11111110 | 10101 | 100011 | 0 | 0 | 100000111 | 1100010 | 1010010 |
Color Harmonies of #C8A6FE
Complementary color
Monochromatic Colors of #C8A6FE
Black with #C8A6FE
Text Example
Text Example
White with #C8A6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A6FE; }
p { color: rgb(200,166,254); }
H1.HeaderClassName
{
color: #C8A6FE;
}
.AnyTagClassName
{
color: #C8A6FE;
}
</style>
background-color css
<style>
a { background-color: #C8A6FE; }
a { background-color: rgb(200,166,254); }
div.DivClassName
{
background-color: #C8A6FE;
}
.BgClassName
{
background-color: #C8A6FE;
}
</style>
border-color css
<style>
span { border-color: #C8A6FE; }
span { border-color: rgb(200,166,254); }
td.TdClassName
{
border-color: #C8A6FE;
}
.TagClassName
{
border-color: #C8A6FE;
}
</style>