Shades of Mauve #C7ABFD
Tints of Mauve #C7ABFD
RGB
CMYK
RGB Variations
Color information
#C7ABFD (or 0xC7ABFD) is known color: Mauve. HEX triplet: C7, AB and FD. RGB value is (199,171,253). Sum of RGB (Red+Green+Blue) = 199+171+253=623 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.94% from 623); Green value is 171 (67.19% from 255 or 27.45% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7ABFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7ABFD is #385402. Grayscale: #BCBCBC. Windows color (decimal): -3691523 or 16624583. OLE color: 16624583.
HSL color Cylindrical-coordinate representation of color #C7ABFD: hue angle of 260.49º 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 #C7ABFD is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 171 | 253 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.01 |
| HSL | 260.49º | 0.95% | 0.83% | - |
| HSV(B) | 260.49º | 0.32% | 0.99% | - |
| XYZ | 55.85 | 48.36 | 99.32 | - |
| YUV | 188.72 | 164.28 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 171 | 253 | 0.21 | 0.32 | 0 | 0.01 | 260.49 | 0.95 | 0.83 |
| Hex | C7 | AB | FD | 15 | 20 | 0 | 1 | 104 | 5F | 53 |
| Octal | 307 | 253 | 375 | 25 | 40 | 0 | 1 | 404 | 137 | 123 |
| Binary | 11000111 | 10101011 | 11111101 | 10101 | 100000 | 0 | 1 | 100000100 | 1011111 | 1010011 |
Color Harmonies of #C7ABFD
Complementary color
Monochromatic Colors of #C7ABFD
Black with #C7ABFD
Text Example
Text Example
White with #C7ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ABFD; }
p { color: rgb(199,171,253); }
H1.HeaderClassName
{
color: #C7ABFD;
}
.AnyTagClassName
{
color: #C7ABFD;
}
</style>
background-color css
<style>
a { background-color: #C7ABFD; }
a { background-color: rgb(199,171,253); }
div.DivClassName
{
background-color: #C7ABFD;
}
.BgClassName
{
background-color: #C7ABFD;
}
</style>
border-color css
<style>
span { border-color: #C7ABFD; }
span { border-color: rgb(199,171,253); }
td.TdClassName
{
border-color: #C7ABFD;
}
.TagClassName
{
border-color: #C7ABFD;
}
</style>