Shades of Mauve #C696FE
Tints of Mauve #C696FE
RGB
CMYK
RGB Variations
Color information
#C696FE (or 0xC696FE) is known color: Mauve. HEX triplet: C6, 96 and FE. RGB value is (198,150,254). Sum of RGB (Red+Green+Blue) = 198+150+254=602 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.89% from 602); Green value is 150 (58.98% from 255 or 24.92% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #C696FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C696FE is #396901. Grayscale: #AFAFAF. Windows color (decimal): -3762434 or 16684742. OLE color: 16684742.
HSL color Cylindrical-coordinate representation of color #C696FE: hue angle of 267.69º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C696FE is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 150 | 254 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.00 |
| HSL | 267.69º | 0.98% | 0.79% | - |
| HSV(B) | 267.69º | 0.41% | 1% | - |
| XYZ | 52.08 | 40.97 | 98.93 | - |
| YUV | 176.21 | 171.9 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 150 | 254 | 0.22 | 0.41 | 0 | 0.00 | 267.69 | 0.98 | 0.79 |
| Hex | C6 | 96 | FE | 16 | 29 | 0 | 0 | 10C | 62 | 4F |
| Octal | 306 | 226 | 376 | 26 | 51 | 0 | 0 | 414 | 142 | 117 |
| Binary | 11000110 | 10010110 | 11111110 | 10110 | 101001 | 0 | 0 | 100001100 | 1100010 | 1001111 |
Color Harmonies of #C696FE
Complementary color
Monochromatic Colors of #C696FE
Black with #C696FE
Text Example
Text Example
White with #C696FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C696FE; }
p { color: rgb(198,150,254); }
H1.HeaderClassName
{
color: #C696FE;
}
.AnyTagClassName
{
color: #C696FE;
}
</style>
background-color css
<style>
a { background-color: #C696FE; }
a { background-color: rgb(198,150,254); }
div.DivClassName
{
background-color: #C696FE;
}
.BgClassName
{
background-color: #C696FE;
}
</style>
border-color css
<style>
span { border-color: #C696FE; }
span { border-color: rgb(198,150,254); }
td.TdClassName
{
border-color: #C696FE;
}
.TagClassName
{
border-color: #C696FE;
}
</style>