Shades of Mauve #C9ABFD
Tints of Mauve #C9ABFD
RGB
CMYK
RGB Variations
Color information
#C9ABFD (or 0xC9ABFD) is known color: Mauve. HEX triplet: C9, AB and FD. RGB value is (201,171,253). Sum of RGB (Red+Green+Blue) = 201+171+253=625 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.16% from 625); Green value is 171 (67.19% from 255 or 27.36% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9ABFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9ABFD is #365402. Grayscale: #BDBDBD. Windows color (decimal): -3560451 or 16624585. OLE color: 16624585.
HSL color Cylindrical-coordinate representation of color #C9ABFD: hue angle of 261.95º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C9ABFD is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 171 | 253 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.01 |
| HSL | 261.95º | 0.95% | 0.83% | - |
| HSV(B) | 261.95º | 0.32% | 0.99% | - |
| XYZ | 56.38 | 48.64 | 99.34 | - |
| YUV | 189.32 | 163.94 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 253 | 0.21 | 0.32 | 0 | 0.01 | 261.95 | 0.95 | 0.83 |
| Hex | C9 | AB | FD | 15 | 20 | 0 | 1 | 106 | 5F | 53 |
| Octal | 311 | 253 | 375 | 25 | 40 | 0 | 1 | 406 | 137 | 123 |
| Binary | 11001001 | 10101011 | 11111101 | 10101 | 100000 | 0 | 1 | 100000110 | 1011111 | 1010011 |
Color Harmonies of #C9ABFD
Complementary color
Monochromatic Colors of #C9ABFD
Black with #C9ABFD
Text Example
Text Example
White with #C9ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ABFD; }
p { color: rgb(201,171,253); }
H1.HeaderClassName
{
color: #C9ABFD;
}
.AnyTagClassName
{
color: #C9ABFD;
}
</style>
background-color css
<style>
a { background-color: #C9ABFD; }
a { background-color: rgb(201,171,253); }
div.DivClassName
{
background-color: #C9ABFD;
}
.BgClassName
{
background-color: #C9ABFD;
}
</style>
border-color css
<style>
span { border-color: #C9ABFD; }
span { border-color: rgb(201,171,253); }
td.TdClassName
{
border-color: #C9ABFD;
}
.TagClassName
{
border-color: #C9ABFD;
}
</style>