Shades of Mauve #C99FFD
Tints of Mauve #C99FFD
RGB
CMYK
RGB Variations
Color information
#C99FFD (or 0xC99FFD) is known color: Mauve. HEX triplet: C9, 9F and FD. RGB value is (201,159,253). Sum of RGB (Red+Green+Blue) = 201+159+253=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 159 (62.5% from 255 or 25.94% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #C99FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99FFD is #366002. Grayscale: #B5B5B5. Windows color (decimal): -3563523 or 16621513. OLE color: 16621513.
HSL color Cylindrical-coordinate representation of color #C99FFD: hue angle of 266.81º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C99FFD is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 159 | 253 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.01 |
| HSL | 266.81º | 0.96% | 0.81% | - |
| HSV(B) | 266.81º | 0.37% | 0.99% | - |
| XYZ | 54.22 | 44.31 | 98.62 | - |
| YUV | 182.27 | 167.91 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 253 | 0.21 | 0.37 | 0 | 0.01 | 266.81 | 0.96 | 0.81 |
| Hex | C9 | 9F | FD | 15 | 25 | 0 | 1 | 10B | 60 | 51 |
| Octal | 311 | 237 | 375 | 25 | 45 | 0 | 1 | 413 | 140 | 121 |
| Binary | 11001001 | 10011111 | 11111101 | 10101 | 100101 | 0 | 1 | 100001011 | 1100000 | 1010001 |
Color Harmonies of #C99FFD
Complementary color
Monochromatic Colors of #C99FFD
Black with #C99FFD
Text Example
Text Example
White with #C99FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99FFD; }
p { color: rgb(201,159,253); }
H1.HeaderClassName
{
color: #C99FFD;
}
.AnyTagClassName
{
color: #C99FFD;
}
</style>
background-color css
<style>
a { background-color: #C99FFD; }
a { background-color: rgb(201,159,253); }
div.DivClassName
{
background-color: #C99FFD;
}
.BgClassName
{
background-color: #C99FFD;
}
</style>
border-color css
<style>
span { border-color: #C99FFD; }
span { border-color: rgb(201,159,253); }
td.TdClassName
{
border-color: #C99FFD;
}
.TagClassName
{
border-color: #C99FFD;
}
</style>