Shades of Mauve #C696FF
Tints of Mauve #C696FF
RGB
CMYK
RGB Variations
Color information
#C696FF (or 0xC696FF) is known color: Mauve. HEX triplet: C6, 96 and FF. RGB value is (198,150,255). Sum of RGB (Red+Green+Blue) = 198+150+255=603 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.84% from 603); Green value is 150 (58.98% from 255 or 24.88% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #C696FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C696FF is #396900. Grayscale: #AFAFAF. Windows color (decimal): -3762433 or 16750278. OLE color: 16750278.
HSL color Cylindrical-coordinate representation of color #C696FF: hue angle of 267.43º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C696FF is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 150 | 255 | - |
| CMYK | 0.22 | 0.41 | 0 | 0 |
| HSL | 267.43º | 1% | 0.79% | - |
| HSV(B) | 267.43º | 0.41% | 1% | - |
| XYZ | 52.25 | 41.04 | 99.78 | - |
| YUV | 176.32 | 172.4 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 150 | 255 | 0.22 | 0.41 | 0 | 0 | 267.43 | 1 | 0.79 |
| Hex | C6 | 96 | FF | 16 | 29 | 0 | 0 | 10B | 64 | 4F |
| Octal | 306 | 226 | 377 | 26 | 51 | 0 | 0 | 413 | 144 | 117 |
| Binary | 11000110 | 10010110 | 11111111 | 10110 | 101001 | 0 | 0 | 100001011 | 1100100 | 1001111 |
Color Harmonies of #C696FF
Complementary color
Monochromatic Colors of #C696FF
Black with #C696FF
Text Example
Text Example
White with #C696FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C696FF; }
p { color: rgb(198,150,255); }
H1.HeaderClassName
{
color: #C696FF;
}
.AnyTagClassName
{
color: #C696FF;
}
</style>
background-color css
<style>
a { background-color: #C696FF; }
a { background-color: rgb(198,150,255); }
div.DivClassName
{
background-color: #C696FF;
}
.BgClassName
{
background-color: #C696FF;
}
</style>
border-color css
<style>
span { border-color: #C696FF; }
span { border-color: rgb(198,150,255); }
td.TdClassName
{
border-color: #C696FF;
}
.TagClassName
{
border-color: #C696FF;
}
</style>