Shades of Mauve #C99BFE
Tints of Mauve #C99BFE
RGB
CMYK
RGB Variations
Color information
#C99BFE (or 0xC99BFE) is known color: Mauve. HEX triplet: C9, 9B and FE. RGB value is (201,155,254). Sum of RGB (Red+Green+Blue) = 201+155+254=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 155 (60.94% from 255 or 25.41% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #C99BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99BFE is #366401. Grayscale: #B3B3B3. Windows color (decimal): -3564546 or 16686025. OLE color: 16686025.
HSL color Cylindrical-coordinate representation of color #C99BFE: hue angle of 267.88º 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 #C99BFE is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 155 | 254 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.00 |
| HSL | 267.88º | 0.98% | 0.8% | - |
| HSV(B) | 267.88º | 0.39% | 1% | - |
| XYZ | 53.7 | 43.02 | 99.24 | - |
| YUV | 180.04 | 169.74 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 254 | 0.21 | 0.39 | 0 | 0.00 | 267.88 | 0.98 | 0.8 |
| Hex | C9 | 9B | FE | 15 | 27 | 0 | 0 | 10C | 62 | 50 |
| Octal | 311 | 233 | 376 | 25 | 47 | 0 | 0 | 414 | 142 | 120 |
| Binary | 11001001 | 10011011 | 11111110 | 10101 | 100111 | 0 | 0 | 100001100 | 1100010 | 1010000 |
Color Harmonies of #C99BFE
Complementary color
Monochromatic Colors of #C99BFE
Black with #C99BFE
Text Example
Text Example
White with #C99BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99BFE; }
p { color: rgb(201,155,254); }
H1.HeaderClassName
{
color: #C99BFE;
}
.AnyTagClassName
{
color: #C99BFE;
}
</style>
background-color css
<style>
a { background-color: #C99BFE; }
a { background-color: rgb(201,155,254); }
div.DivClassName
{
background-color: #C99BFE;
}
.BgClassName
{
background-color: #C99BFE;
}
</style>
border-color css
<style>
span { border-color: #C99BFE; }
span { border-color: rgb(201,155,254); }
td.TdClassName
{
border-color: #C99BFE;
}
.TagClassName
{
border-color: #C99BFE;
}
</style>