Shades of Mauve #C9B0FD
Tints of Mauve #C9B0FD
RGB
CMYK
RGB Variations
Color information
#C9B0FD (or 0xC9B0FD) is known color: Mauve. HEX triplet: C9, B0 and FD. RGB value is (201,176,253). Sum of RGB (Red+Green+Blue) = 201+176+253=630 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.90% from 630); Green value is 176 (69.14% from 255 or 27.94% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9B0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9B0FD is #364F02. Grayscale: #BFBFBF. Windows color (decimal): -3559171 or 16625865. OLE color: 16625865.
HSL color Cylindrical-coordinate representation of color #C9B0FD: hue angle of 259.48º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9B0FD is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 176 | 253 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.01 |
| HSL | 259.48º | 0.95% | 0.84% | - |
| HSV(B) | 259.48º | 0.3% | 0.99% | - |
| XYZ | 57.34 | 50.56 | 99.67 | - |
| YUV | 192.25 | 162.28 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 176 | 253 | 0.21 | 0.30 | 0 | 0.01 | 259.48 | 0.95 | 0.84 |
| Hex | C9 | B0 | FD | 15 | 1E | 0 | 1 | 103 | 5F | 54 |
| Octal | 311 | 260 | 375 | 25 | 36 | 0 | 1 | 403 | 137 | 124 |
| Binary | 11001001 | 10110000 | 11111101 | 10101 | 11110 | 0 | 1 | 100000011 | 1011111 | 1010100 |
Color Harmonies of #C9B0FD
Complementary color
Monochromatic Colors of #C9B0FD
Black with #C9B0FD
Text Example
Text Example
White with #C9B0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B0FD; }
p { color: rgb(201,176,253); }
H1.HeaderClassName
{
color: #C9B0FD;
}
.AnyTagClassName
{
color: #C9B0FD;
}
</style>
background-color css
<style>
a { background-color: #C9B0FD; }
a { background-color: rgb(201,176,253); }
div.DivClassName
{
background-color: #C9B0FD;
}
.BgClassName
{
background-color: #C9B0FD;
}
</style>
border-color css
<style>
span { border-color: #C9B0FD; }
span { border-color: rgb(201,176,253); }
td.TdClassName
{
border-color: #C9B0FD;
}
.TagClassName
{
border-color: #C9B0FD;
}
</style>