Shades of Mauve #C7ACFD
Tints of Mauve #C7ACFD
RGB
CMYK
RGB Variations
Color information
#C7ACFD (or 0xC7ACFD) is known color: Mauve. HEX triplet: C7, AC and FD. RGB value is (199,172,253). Sum of RGB (Red+Green+Blue) = 199+172+253=624 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.89% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7ACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7ACFD is #385302. Grayscale: #BDBDBD. Windows color (decimal): -3691267 or 16624839. OLE color: 16624839.
HSL color Cylindrical-coordinate representation of color #C7ACFD: hue angle of 260º 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 #C7ACFD is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 199 | 172 | 253 | - |
CMYK | 0.21 | 0.32 | 0 | 0.01 |
HSL | 260º | 0.95% | 0.83% | - |
HSV(B) | 260º | 0.32% | 0.99% | - |
XYZ | 56.04 | 48.74 | 99.38 | - |
YUV | 189.31 | 163.95 | 134.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 172 | 253 | 0.21 | 0.32 | 0 | 0.01 | 260 | 0.95 | 0.83 |
Hex | C7 | AC | FD | 15 | 20 | 0 | 1 | 104 | 5F | 53 |
Octal | 307 | 254 | 375 | 25 | 40 | 0 | 1 | 404 | 137 | 123 |
Binary | 11000111 | 10101100 | 11111101 | 10101 | 100000 | 0 | 1 | 100000100 | 1011111 | 1010011 |
Color Harmonies of #C7ACFD
Complementary color
Monochromatic Colors of #C7ACFD
Black with #C7ACFD
Text Example
Text Example
White with #C7ACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ACFD; }
p { color: rgb(199,172,253); }
H1.HeaderClassName
{
color: #C7ACFD;
}
.AnyTagClassName
{
color: #C7ACFD;
}
</style>
background-color css
<style>
a { background-color: #C7ACFD; }
a { background-color: rgb(199,172,253); }
div.DivClassName
{
background-color: #C7ACFD;
}
.BgClassName
{
background-color: #C7ACFD;
}
</style>
border-color css
<style>
span { border-color: #C7ACFD; }
span { border-color: rgb(199,172,253); }
td.TdClassName
{
border-color: #C7ACFD;
}
.TagClassName
{
border-color: #C7ACFD;
}
</style>