Shades of Mauve #C59BFF
Tints of Mauve #C59BFF
RGB
CMYK
RGB Variations
Color information
#C59BFF (or 0xC59BFF) is known color: Mauve. HEX triplet: C5, 9B and FF. RGB value is (197,155,255). Sum of RGB (Red+Green+Blue) = 197+155+255=607 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.45% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #C59BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59BFF is #3A6400. Grayscale: #B2B2B2. Windows color (decimal): -3826689 or 16751557. OLE color: 16751557.
HSL color Cylindrical-coordinate representation of color #C59BFF: hue angle of 265.2º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C59BFF is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 155 | 255 | - |
| CMYK | 0.23 | 0.39 | 0 | 0 |
| HSL | 265.2º | 1% | 0.8% | - |
| HSV(B) | 265.2º | 0.39% | 1% | - |
| XYZ | 52.8 | 42.53 | 100.03 | - |
| YUV | 178.96 | 170.91 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 255 | 0.23 | 0.39 | 0 | 0 | 265.2 | 1 | 0.8 |
| Hex | C5 | 9B | FF | 17 | 27 | 0 | 0 | 109 | 64 | 50 |
| Octal | 305 | 233 | 377 | 27 | 47 | 0 | 0 | 411 | 144 | 120 |
| Binary | 11000101 | 10011011 | 11111111 | 10111 | 100111 | 0 | 0 | 100001001 | 1100100 | 1010000 |
Color Harmonies of #C59BFF
Complementary color
Monochromatic Colors of #C59BFF
Black with #C59BFF
Text Example
Text Example
White with #C59BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59BFF; }
p { color: rgb(197,155,255); }
H1.HeaderClassName
{
color: #C59BFF;
}
.AnyTagClassName
{
color: #C59BFF;
}
</style>
background-color css
<style>
a { background-color: #C59BFF; }
a { background-color: rgb(197,155,255); }
div.DivClassName
{
background-color: #C59BFF;
}
.BgClassName
{
background-color: #C59BFF;
}
</style>
border-color css
<style>
span { border-color: #C59BFF; }
span { border-color: rgb(197,155,255); }
td.TdClassName
{
border-color: #C59BFF;
}
.TagClassName
{
border-color: #C59BFF;
}
</style>