Shades of Mauve #C597FF
Tints of Mauve #C597FF
RGB
CMYK
RGB Variations
Color information
#C597FF (or 0xC597FF) is known color: Mauve. HEX triplet: C5, 97 and FF. RGB value is (197,151,255). Sum of RGB (Red+Green+Blue) = 197+151+255=603 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.67% from 603); Green value is 151 (59.38% from 255 or 25.04% 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 #C597FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C597FF is #3A6800. Grayscale: #B0B0B0. Windows color (decimal): -3827713 or 16750533. OLE color: 16750533.
HSL color Cylindrical-coordinate representation of color #C597FF: hue angle of 266.54º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C597FF is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 151 | 255 | - |
| CMYK | 0.23 | 0.41 | 0 | 0 |
| HSL | 266.54º | 1% | 0.8% | - |
| HSV(B) | 266.54º | 0.41% | 1% | - |
| XYZ | 52.14 | 41.22 | 99.82 | - |
| YUV | 176.61 | 172.24 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 151 | 255 | 0.23 | 0.41 | 0 | 0 | 266.54 | 1 | 0.8 |
| Hex | C5 | 97 | FF | 17 | 29 | 0 | 0 | 10B | 64 | 50 |
| Octal | 305 | 227 | 377 | 27 | 51 | 0 | 0 | 413 | 144 | 120 |
| Binary | 11000101 | 10010111 | 11111111 | 10111 | 101001 | 0 | 0 | 100001011 | 1100100 | 1010000 |
Color Harmonies of #C597FF
Complementary color
Monochromatic Colors of #C597FF
Black with #C597FF
Text Example
Text Example
White with #C597FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C597FF; }
p { color: rgb(197,151,255); }
H1.HeaderClassName
{
color: #C597FF;
}
.AnyTagClassName
{
color: #C597FF;
}
</style>
background-color css
<style>
a { background-color: #C597FF; }
a { background-color: rgb(197,151,255); }
div.DivClassName
{
background-color: #C597FF;
}
.BgClassName
{
background-color: #C597FF;
}
</style>
border-color css
<style>
span { border-color: #C597FF; }
span { border-color: rgb(197,151,255); }
td.TdClassName
{
border-color: #C597FF;
}
.TagClassName
{
border-color: #C597FF;
}
</style>