Shades of Mauve #C59BFE
Tints of Mauve #C59BFE
RGB
CMYK
RGB Variations
Color information
#C59BFE (or 0xC59BFE) is known color: Mauve. HEX triplet: C5, 9B and FE. RGB value is (197,155,254). Sum of RGB (Red+Green+Blue) = 197+155+254=606 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.51% from 606); Green value is 155 (60.94% from 255 or 25.58% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #C59BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59BFE is #3A6401. Grayscale: #B2B2B2. Windows color (decimal): -3826690 or 16686021. OLE color: 16686021.
HSL color Cylindrical-coordinate representation of color #C59BFE: hue angle of 265.45º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C59BFE is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 155 | 254 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.00 |
| HSL | 265.45º | 0.98% | 0.8% | - |
| HSV(B) | 265.45º | 0.39% | 1% | - |
| XYZ | 52.64 | 42.47 | 99.19 | - |
| YUV | 178.84 | 170.41 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 254 | 0.22 | 0.39 | 0 | 0.00 | 265.45 | 0.98 | 0.8 |
| Hex | C5 | 9B | FE | 16 | 27 | 0 | 0 | 109 | 62 | 50 |
| Octal | 305 | 233 | 376 | 26 | 47 | 0 | 0 | 411 | 142 | 120 |
| Binary | 11000101 | 10011011 | 11111110 | 10110 | 100111 | 0 | 0 | 100001001 | 1100010 | 1010000 |
Color Harmonies of #C59BFE
Complementary color
Monochromatic Colors of #C59BFE
Black with #C59BFE
Text Example
Text Example
White with #C59BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59BFE; }
p { color: rgb(197,155,254); }
H1.HeaderClassName
{
color: #C59BFE;
}
.AnyTagClassName
{
color: #C59BFE;
}
</style>
background-color css
<style>
a { background-color: #C59BFE; }
a { background-color: rgb(197,155,254); }
div.DivClassName
{
background-color: #C59BFE;
}
.BgClassName
{
background-color: #C59BFE;
}
</style>
border-color css
<style>
span { border-color: #C59BFE; }
span { border-color: rgb(197,155,254); }
td.TdClassName
{
border-color: #C59BFE;
}
.TagClassName
{
border-color: #C59BFE;
}
</style>