Shades of Mauve #C897FD
Tints of Mauve #C897FD
RGB
CMYK
RGB Variations
Color information
#C897FD (or 0xC897FD) is known color: Mauve. HEX triplet: C8, 97 and FD. RGB value is (200,151,253). Sum of RGB (Red+Green+Blue) = 200+151+253=604 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.11% from 604); Green value is 151 (59.38% from 255 or 25% 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 #C897FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C897FD is #376802. Grayscale: #B0B0B0. Windows color (decimal): -3631107 or 16619464. OLE color: 16619464.
HSL color Cylindrical-coordinate representation of color #C897FD: hue angle of 268.82º 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 #C897FD is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 151 | 253 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.01 |
| HSL | 268.82º | 0.96% | 0.79% | - |
| HSV(B) | 268.82º | 0.4% | 0.99% | - |
| XYZ | 52.62 | 41.5 | 98.17 | - |
| YUV | 177.28 | 170.73 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 253 | 0.21 | 0.40 | 0 | 0.01 | 268.82 | 0.96 | 0.79 |
| Hex | C8 | 97 | FD | 15 | 28 | 0 | 1 | 10D | 60 | 4F |
| Octal | 310 | 227 | 375 | 25 | 50 | 0 | 1 | 415 | 140 | 117 |
| Binary | 11001000 | 10010111 | 11111101 | 10101 | 101000 | 0 | 1 | 100001101 | 1100000 | 1001111 |
Color Harmonies of #C897FD
Complementary color
Monochromatic Colors of #C897FD
Black with #C897FD
Text Example
Text Example
White with #C897FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C897FD; }
p { color: rgb(200,151,253); }
H1.HeaderClassName
{
color: #C897FD;
}
.AnyTagClassName
{
color: #C897FD;
}
</style>
background-color css
<style>
a { background-color: #C897FD; }
a { background-color: rgb(200,151,253); }
div.DivClassName
{
background-color: #C897FD;
}
.BgClassName
{
background-color: #C897FD;
}
</style>
border-color css
<style>
span { border-color: #C897FD; }
span { border-color: rgb(200,151,253); }
td.TdClassName
{
border-color: #C897FD;
}
.TagClassName
{
border-color: #C897FD;
}
</style>