Shades of Mauve #C997FD
Tints of Mauve #C997FD
RGB
CMYK
RGB Variations
Color information
#C997FD (or 0xC997FD) is known color: Mauve. HEX triplet: C9, 97 and FD. RGB value is (201,151,253). Sum of RGB (Red+Green+Blue) = 201+151+253=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 151 (59.38% from 255 or 24.96% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #C997FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C997FD is #366802. Grayscale: #B1B1B1. Windows color (decimal): -3565571 or 16619465. OLE color: 16619465.
HSL color Cylindrical-coordinate representation of color #C997FD: hue angle of 269.41º 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 #C997FD is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 151 | 253 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.01 |
| HSL | 269.41º | 0.96% | 0.79% | - |
| HSV(B) | 269.41º | 0.4% | 0.99% | - |
| XYZ | 52.88 | 41.64 | 98.18 | - |
| YUV | 177.58 | 170.57 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 253 | 0.21 | 0.40 | 0 | 0.01 | 269.41 | 0.96 | 0.79 |
| Hex | C9 | 97 | FD | 15 | 28 | 0 | 1 | 10D | 60 | 4F |
| Octal | 311 | 227 | 375 | 25 | 50 | 0 | 1 | 415 | 140 | 117 |
| Binary | 11001001 | 10010111 | 11111101 | 10101 | 101000 | 0 | 1 | 100001101 | 1100000 | 1001111 |
Color Harmonies of #C997FD
Complementary color
Monochromatic Colors of #C997FD
Black with #C997FD
Text Example
Text Example
White with #C997FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C997FD; }
p { color: rgb(201,151,253); }
H1.HeaderClassName
{
color: #C997FD;
}
.AnyTagClassName
{
color: #C997FD;
}
</style>
background-color css
<style>
a { background-color: #C997FD; }
a { background-color: rgb(201,151,253); }
div.DivClassName
{
background-color: #C997FD;
}
.BgClassName
{
background-color: #C997FD;
}
</style>
border-color css
<style>
span { border-color: #C997FD; }
span { border-color: rgb(201,151,253); }
td.TdClassName
{
border-color: #C997FD;
}
.TagClassName
{
border-color: #C997FD;
}
</style>