Shades of Mauve #C696FD
Tints of Mauve #C696FD
RGB
CMYK
RGB Variations
Color information
#C696FD (or 0xC696FD) is known color: Mauve. HEX triplet: C6, 96 and FD. RGB value is (198,150,253). Sum of RGB (Red+Green+Blue) = 198+150+253=601 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.95% from 601); Green value is 150 (58.98% from 255 or 24.96% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #C696FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C696FD is #396902. Grayscale: #AFAFAF. Windows color (decimal): -3762435 or 16619206. OLE color: 16619206.
HSL color Cylindrical-coordinate representation of color #C696FD: hue angle of 267.96º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C696FD is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 150 | 253 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.01 |
| HSL | 267.96º | 0.96% | 0.79% | - |
| HSV(B) | 267.96º | 0.41% | 0.99% | - |
| XYZ | 51.92 | 40.91 | 98.09 | - |
| YUV | 176.09 | 171.4 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 150 | 253 | 0.22 | 0.41 | 0 | 0.01 | 267.96 | 0.96 | 0.79 |
| Hex | C6 | 96 | FD | 16 | 29 | 0 | 1 | 10C | 60 | 4F |
| Octal | 306 | 226 | 375 | 26 | 51 | 0 | 1 | 414 | 140 | 117 |
| Binary | 11000110 | 10010110 | 11111101 | 10110 | 101001 | 0 | 1 | 100001100 | 1100000 | 1001111 |
Color Harmonies of #C696FD
Complementary color
Monochromatic Colors of #C696FD
Black with #C696FD
Text Example
Text Example
White with #C696FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C696FD; }
p { color: rgb(198,150,253); }
H1.HeaderClassName
{
color: #C696FD;
}
.AnyTagClassName
{
color: #C696FD;
}
</style>
background-color css
<style>
a { background-color: #C696FD; }
a { background-color: rgb(198,150,253); }
div.DivClassName
{
background-color: #C696FD;
}
.BgClassName
{
background-color: #C696FD;
}
</style>
border-color css
<style>
span { border-color: #C696FD; }
span { border-color: rgb(198,150,253); }
td.TdClassName
{
border-color: #C696FD;
}
.TagClassName
{
border-color: #C696FD;
}
</style>