Shades of Mauve #C796FD
Tints of Mauve #C796FD
RGB
CMYK
RGB Variations
Color information
#C796FD (or 0xC796FD) is known color: Mauve. HEX triplet: C7, 96 and FD. RGB value is (199,150,253). Sum of RGB (Red+Green+Blue) = 199+150+253=602 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.06% from 602); Green value is 150 (58.98% from 255 or 24.92% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #C796FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C796FD is #386902. Grayscale: #B0B0B0. Windows color (decimal): -3696899 or 16619207. OLE color: 16619207.
HSL color Cylindrical-coordinate representation of color #C796FD: hue angle of 268.54º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C796FD is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 150 | 253 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.01 |
| HSL | 268.54º | 0.96% | 0.79% | - |
| HSV(B) | 268.54º | 0.41% | 0.99% | - |
| XYZ | 52.19 | 41.05 | 98.1 | - |
| YUV | 176.39 | 171.23 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 253 | 0.21 | 0.41 | 0 | 0.01 | 268.54 | 0.96 | 0.79 |
| Hex | C7 | 96 | FD | 15 | 29 | 0 | 1 | 10D | 60 | 4F |
| Octal | 307 | 226 | 375 | 25 | 51 | 0 | 1 | 415 | 140 | 117 |
| Binary | 11000111 | 10010110 | 11111101 | 10101 | 101001 | 0 | 1 | 100001101 | 1100000 | 1001111 |
Color Harmonies of #C796FD
Complementary color
Monochromatic Colors of #C796FD
Black with #C796FD
Text Example
Text Example
White with #C796FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C796FD; }
p { color: rgb(199,150,253); }
H1.HeaderClassName
{
color: #C796FD;
}
.AnyTagClassName
{
color: #C796FD;
}
</style>
background-color css
<style>
a { background-color: #C796FD; }
a { background-color: rgb(199,150,253); }
div.DivClassName
{
background-color: #C796FD;
}
.BgClassName
{
background-color: #C796FD;
}
</style>
border-color css
<style>
span { border-color: #C796FD; }
span { border-color: rgb(199,150,253); }
td.TdClassName
{
border-color: #C796FD;
}
.TagClassName
{
border-color: #C796FD;
}
</style>