Shades of Mauve #C59DFF
Tints of Mauve #C59DFF
RGB
CMYK
RGB Variations
Color information
#C59DFF (or 0xC59DFF) is known color: Mauve. HEX triplet: C5, 9D and FF. RGB value is (197,157,255). Sum of RGB (Red+Green+Blue) = 197+157+255=609 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.35% from 609); Green value is 157 (61.72% from 255 or 25.78% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #C59DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59DFF is #3A6200. Grayscale: #B3B3B3. Windows color (decimal): -3826177 or 16752069. OLE color: 16752069.
HSL color Cylindrical-coordinate representation of color #C59DFF: hue angle of 264.49º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C59DFF is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 157 | 255 | - |
| CMYK | 0.23 | 0.38 | 0 | 0 |
| HSL | 264.49º | 1% | 0.81% | - |
| HSV(B) | 264.49º | 0.38% | 1% | - |
| XYZ | 53.13 | 43.2 | 100.15 | - |
| YUV | 180.13 | 170.25 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 255 | 0.23 | 0.38 | 0 | 0 | 264.49 | 1 | 0.81 |
| Hex | C5 | 9D | FF | 17 | 26 | 0 | 0 | 108 | 64 | 51 |
| Octal | 305 | 235 | 377 | 27 | 46 | 0 | 0 | 410 | 144 | 121 |
| Binary | 11000101 | 10011101 | 11111111 | 10111 | 100110 | 0 | 0 | 100001000 | 1100100 | 1010001 |
Color Harmonies of #C59DFF
Complementary color
Monochromatic Colors of #C59DFF
Black with #C59DFF
Text Example
Text Example
White with #C59DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59DFF; }
p { color: rgb(197,157,255); }
H1.HeaderClassName
{
color: #C59DFF;
}
.AnyTagClassName
{
color: #C59DFF;
}
</style>
background-color css
<style>
a { background-color: #C59DFF; }
a { background-color: rgb(197,157,255); }
div.DivClassName
{
background-color: #C59DFF;
}
.BgClassName
{
background-color: #C59DFF;
}
</style>
border-color css
<style>
span { border-color: #C59DFF; }
span { border-color: rgb(197,157,255); }
td.TdClassName
{
border-color: #C59DFF;
}
.TagClassName
{
border-color: #C59DFF;
}
</style>