Shades of Mauve #C496FF
Tints of Mauve #C496FF
RGB
CMYK
RGB Variations
Color information
#C496FF (or 0xC496FF) is known color: Mauve. HEX triplet: C4, 96 and FF. RGB value is (196,150,255). Sum of RGB (Red+Green+Blue) = 196+150+255=601 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.61% from 601); Green value is 150 (58.98% from 255 or 24.96% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #C496FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C496FF is #3B6900. Grayscale: #AFAFAF. Windows color (decimal): -3893505 or 16750276. OLE color: 16750276.
HSL color Cylindrical-coordinate representation of color #C496FF: hue angle of 266.29º 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 #C496FF is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 150 | 255 | - |
| CMYK | 0.23 | 0.41 | 0 | 0 |
| HSL | 266.29º | 1% | 0.79% | - |
| HSV(B) | 266.29º | 0.41% | 1% | - |
| XYZ | 51.72 | 40.77 | 99.75 | - |
| YUV | 175.72 | 172.74 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 255 | 0.23 | 0.41 | 0 | 0 | 266.29 | 1 | 0.79 |
| Hex | C4 | 96 | FF | 17 | 29 | 0 | 0 | 10A | 64 | 4F |
| Octal | 304 | 226 | 377 | 27 | 51 | 0 | 0 | 412 | 144 | 117 |
| Binary | 11000100 | 10010110 | 11111111 | 10111 | 101001 | 0 | 0 | 100001010 | 1100100 | 1001111 |
Color Harmonies of #C496FF
Complementary color
Monochromatic Colors of #C496FF
Black with #C496FF
Text Example
Text Example
White with #C496FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C496FF; }
p { color: rgb(196,150,255); }
H1.HeaderClassName
{
color: #C496FF;
}
.AnyTagClassName
{
color: #C496FF;
}
</style>
background-color css
<style>
a { background-color: #C496FF; }
a { background-color: rgb(196,150,255); }
div.DivClassName
{
background-color: #C496FF;
}
.BgClassName
{
background-color: #C496FF;
}
</style>
border-color css
<style>
span { border-color: #C496FF; }
span { border-color: rgb(196,150,255); }
td.TdClassName
{
border-color: #C496FF;
}
.TagClassName
{
border-color: #C496FF;
}
</style>