Shades of Mauve #C79CFD
Tints of Mauve #C79CFD
RGB
CMYK
RGB Variations
Color information
#C79CFD (or 0xC79CFD) is known color: Mauve. HEX triplet: C7, 9C and FD. RGB value is (199,156,253). Sum of RGB (Red+Green+Blue) = 199+156+253=608 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.73% from 608); Green value is 156 (61.33% from 255 or 25.66% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #C79CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C79CFD is #386302. Grayscale: #B3B3B3. Windows color (decimal): -3695363 or 16620743. OLE color: 16620743.
HSL color Cylindrical-coordinate representation of color #C79CFD: hue angle of 266.6º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C79CFD is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 156 | 253 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.01 |
| HSL | 266.6º | 0.96% | 0.8% | - |
| HSV(B) | 266.6º | 0.38% | 0.99% | - |
| XYZ | 53.17 | 43.01 | 98.43 | - |
| YUV | 179.92 | 169.25 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 156 | 253 | 0.21 | 0.38 | 0 | 0.01 | 266.6 | 0.96 | 0.8 |
| Hex | C7 | 9C | FD | 15 | 26 | 0 | 1 | 10B | 60 | 50 |
| Octal | 307 | 234 | 375 | 25 | 46 | 0 | 1 | 413 | 140 | 120 |
| Binary | 11000111 | 10011100 | 11111101 | 10101 | 100110 | 0 | 1 | 100001011 | 1100000 | 1010000 |
Color Harmonies of #C79CFD
Complementary color
Monochromatic Colors of #C79CFD
Black with #C79CFD
Text Example
Text Example
White with #C79CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79CFD; }
p { color: rgb(199,156,253); }
H1.HeaderClassName
{
color: #C79CFD;
}
.AnyTagClassName
{
color: #C79CFD;
}
</style>
background-color css
<style>
a { background-color: #C79CFD; }
a { background-color: rgb(199,156,253); }
div.DivClassName
{
background-color: #C79CFD;
}
.BgClassName
{
background-color: #C79CFD;
}
</style>
border-color css
<style>
span { border-color: #C79CFD; }
span { border-color: rgb(199,156,253); }
td.TdClassName
{
border-color: #C79CFD;
}
.TagClassName
{
border-color: #C79CFD;
}
</style>