Shades of Mauve #C99AFD
Tints of Mauve #C99AFD
RGB
CMYK
RGB Variations
Color information
#C99AFD (or 0xC99AFD) is known color: Mauve. HEX triplet: C9, 9A and FD. RGB value is (201,154,253). Sum of RGB (Red+Green+Blue) = 201+154+253=608 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.06% from 608); Green value is 154 (60.55% from 255 or 25.33% 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 #C99AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99AFD is #366502. Grayscale: #B2B2B2. Windows color (decimal): -3564803 or 16620233. OLE color: 16620233.
HSL color Cylindrical-coordinate representation of color #C99AFD: hue angle of 268.48º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C99AFD is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 154 | 253 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.01 |
| HSL | 268.48º | 0.96% | 0.8% | - |
| HSV(B) | 268.48º | 0.39% | 0.99% | - |
| XYZ | 53.37 | 42.62 | 98.34 | - |
| YUV | 179.34 | 169.57 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 253 | 0.21 | 0.39 | 0 | 0.01 | 268.48 | 0.96 | 0.8 |
| Hex | C9 | 9A | FD | 15 | 27 | 0 | 1 | 10C | 60 | 50 |
| Octal | 311 | 232 | 375 | 25 | 47 | 0 | 1 | 414 | 140 | 120 |
| Binary | 11001001 | 10011010 | 11111101 | 10101 | 100111 | 0 | 1 | 100001100 | 1100000 | 1010000 |
Color Harmonies of #C99AFD
Complementary color
Monochromatic Colors of #C99AFD
Black with #C99AFD
Text Example
Text Example
White with #C99AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99AFD; }
p { color: rgb(201,154,253); }
H1.HeaderClassName
{
color: #C99AFD;
}
.AnyTagClassName
{
color: #C99AFD;
}
</style>
background-color css
<style>
a { background-color: #C99AFD; }
a { background-color: rgb(201,154,253); }
div.DivClassName
{
background-color: #C99AFD;
}
.BgClassName
{
background-color: #C99AFD;
}
</style>
border-color css
<style>
span { border-color: #C99AFD; }
span { border-color: rgb(201,154,253); }
td.TdClassName
{
border-color: #C99AFD;
}
.TagClassName
{
border-color: #C99AFD;
}
</style>