Shades of Mauve #C798FD
Tints of Mauve #C798FD
RGB
CMYK
RGB Variations
Color information
#C798FD (or 0xC798FD) is known color: Mauve. HEX triplet: C7, 98 and FD. RGB value is (199,152,253). Sum of RGB (Red+Green+Blue) = 199+152+253=604 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.95% from 604); Green value is 152 (59.77% from 255 or 25.17% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #C798FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C798FD is #386702. Grayscale: #B1B1B1. Windows color (decimal): -3696387 or 16619719. OLE color: 16619719.
HSL color Cylindrical-coordinate representation of color #C798FD: hue angle of 267.92º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C798FD is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 152 | 253 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.01 |
| HSL | 267.92º | 0.96% | 0.79% | - |
| HSV(B) | 267.92º | 0.4% | 0.99% | - |
| XYZ | 52.51 | 41.69 | 98.21 | - |
| YUV | 177.57 | 170.57 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 152 | 253 | 0.21 | 0.40 | 0 | 0.01 | 267.92 | 0.96 | 0.79 |
| Hex | C7 | 98 | FD | 15 | 28 | 0 | 1 | 10C | 60 | 4F |
| Octal | 307 | 230 | 375 | 25 | 50 | 0 | 1 | 414 | 140 | 117 |
| Binary | 11000111 | 10011000 | 11111101 | 10101 | 101000 | 0 | 1 | 100001100 | 1100000 | 1001111 |
Color Harmonies of #C798FD
Complementary color
Monochromatic Colors of #C798FD
Black with #C798FD
Text Example
Text Example
White with #C798FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C798FD; }
p { color: rgb(199,152,253); }
H1.HeaderClassName
{
color: #C798FD;
}
.AnyTagClassName
{
color: #C798FD;
}
</style>
background-color css
<style>
a { background-color: #C798FD; }
a { background-color: rgb(199,152,253); }
div.DivClassName
{
background-color: #C798FD;
}
.BgClassName
{
background-color: #C798FD;
}
</style>
border-color css
<style>
span { border-color: #C798FD; }
span { border-color: rgb(199,152,253); }
td.TdClassName
{
border-color: #C798FD;
}
.TagClassName
{
border-color: #C798FD;
}
</style>