Shades of Mauve #C8A6FF
Tints of Mauve #C8A6FF
RGB
CMYK
RGB Variations
Color information
#C8A6FF (or 0xC8A6FF) is known color: Mauve. HEX triplet: C8, A6 and FF. RGB value is (200,166,255). Sum of RGB (Red+Green+Blue) = 200+166+255=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 166 (65.23% from 255 or 26.73% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8A6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A6FF is #375900. Grayscale: #B9B9B9. Windows color (decimal): -3627265 or 16754376. OLE color: 16754376.
HSL color Cylindrical-coordinate representation of color #C8A6FF: hue angle of 262.92º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C8A6FF is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 166 | 255 | - |
| CMYK | 0.22 | 0.35 | 0 | 0 |
| HSL | 262.92º | 1% | 0.83% | - |
| HSV(B) | 262.92º | 0.35% | 1% | - |
| XYZ | 55.51 | 46.77 | 100.71 | - |
| YUV | 186.31 | 166.76 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 166 | 255 | 0.22 | 0.35 | 0 | 0 | 262.92 | 1 | 0.83 |
| Hex | C8 | A6 | FF | 16 | 23 | 0 | 0 | 107 | 64 | 53 |
| Octal | 310 | 246 | 377 | 26 | 43 | 0 | 0 | 407 | 144 | 123 |
| Binary | 11001000 | 10100110 | 11111111 | 10110 | 100011 | 0 | 0 | 100000111 | 1100100 | 1010011 |
Color Harmonies of #C8A6FF
Complementary color
Monochromatic Colors of #C8A6FF
Black with #C8A6FF
Text Example
Text Example
White with #C8A6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A6FF; }
p { color: rgb(200,166,255); }
H1.HeaderClassName
{
color: #C8A6FF;
}
.AnyTagClassName
{
color: #C8A6FF;
}
</style>
background-color css
<style>
a { background-color: #C8A6FF; }
a { background-color: rgb(200,166,255); }
div.DivClassName
{
background-color: #C8A6FF;
}
.BgClassName
{
background-color: #C8A6FF;
}
</style>
border-color css
<style>
span { border-color: #C8A6FF; }
span { border-color: rgb(200,166,255); }
td.TdClassName
{
border-color: #C8A6FF;
}
.TagClassName
{
border-color: #C8A6FF;
}
</style>