Shades of Mauve #C897FF
Tints of Mauve #C897FF
RGB
CMYK
RGB Variations
Color information
#C897FF (or 0xC897FF) is known color: Mauve. HEX triplet: C8, 97 and FF. RGB value is (200,151,255). Sum of RGB (Red+Green+Blue) = 200+151+255=606 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.00% from 606); Green value is 151 (59.38% from 255 or 24.92% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #C897FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C897FF is #376800. Grayscale: #B1B1B1. Windows color (decimal): -3631105 or 16750536. OLE color: 16750536.
HSL color Cylindrical-coordinate representation of color #C897FF: hue angle of 268.27º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C897FF is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 151 | 255 | - |
| CMYK | 0.22 | 0.41 | 0 | 0 |
| HSL | 268.27º | 1% | 0.8% | - |
| HSV(B) | 268.27º | 0.41% | 1% | - |
| XYZ | 52.94 | 41.63 | 99.85 | - |
| YUV | 177.51 | 171.73 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 255 | 0.22 | 0.41 | 0 | 0 | 268.27 | 1 | 0.8 |
| Hex | C8 | 97 | FF | 16 | 29 | 0 | 0 | 10C | 64 | 50 |
| Octal | 310 | 227 | 377 | 26 | 51 | 0 | 0 | 414 | 144 | 120 |
| Binary | 11001000 | 10010111 | 11111111 | 10110 | 101001 | 0 | 0 | 100001100 | 1100100 | 1010000 |
Color Harmonies of #C897FF
Complementary color
Monochromatic Colors of #C897FF
Black with #C897FF
Text Example
Text Example
White with #C897FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C897FF; }
p { color: rgb(200,151,255); }
H1.HeaderClassName
{
color: #C897FF;
}
.AnyTagClassName
{
color: #C897FF;
}
</style>
background-color css
<style>
a { background-color: #C897FF; }
a { background-color: rgb(200,151,255); }
div.DivClassName
{
background-color: #C897FF;
}
.BgClassName
{
background-color: #C897FF;
}
</style>
border-color css
<style>
span { border-color: #C897FF; }
span { border-color: rgb(200,151,255); }
td.TdClassName
{
border-color: #C897FF;
}
.TagClassName
{
border-color: #C897FF;
}
</style>