Shades of Mauve #CE97FF
Tints of Mauve #CE97FF
RGB
CMYK
RGB Variations
Color information
#CE97FF (or 0xCE97FF) is known color: Mauve. HEX triplet: CE, 97 and FF. RGB value is (206,151,255). Sum of RGB (Red+Green+Blue) = 206+151+255=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 151 (59.38% from 255 or 24.67% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE97FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE97FF is #316800. Grayscale: #B2B2B2. Windows color (decimal): -3237889 or 16750542. OLE color: 16750542.
HSL color Cylindrical-coordinate representation of color #CE97FF: hue angle of 271.73º 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 #CE97FF is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 151 | 255 | - |
| CMYK | 0.19 | 0.41 | 0 | 0 |
| HSL | 271.73º | 1% | 0.8% | - |
| HSV(B) | 271.73º | 0.41% | 1% | - |
| XYZ | 54.57 | 42.48 | 99.93 | - |
| YUV | 179.3 | 170.72 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 255 | 0.19 | 0.41 | 0 | 0 | 271.73 | 1 | 0.8 |
| Hex | CE | 97 | FF | 13 | 29 | 0 | 0 | 110 | 64 | 50 |
| Octal | 316 | 227 | 377 | 23 | 51 | 0 | 0 | 420 | 144 | 120 |
| Binary | 11001110 | 10010111 | 11111111 | 10011 | 101001 | 0 | 0 | 100010000 | 1100100 | 1010000 |
Color Harmonies of #CE97FF
Complementary color
Monochromatic Colors of #CE97FF
Black with #CE97FF
Text Example
Text Example
White with #CE97FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE97FF; }
p { color: rgb(206,151,255); }
H1.HeaderClassName
{
color: #CE97FF;
}
.AnyTagClassName
{
color: #CE97FF;
}
</style>
background-color css
<style>
a { background-color: #CE97FF; }
a { background-color: rgb(206,151,255); }
div.DivClassName
{
background-color: #CE97FF;
}
.BgClassName
{
background-color: #CE97FF;
}
</style>
border-color css
<style>
span { border-color: #CE97FF; }
span { border-color: rgb(206,151,255); }
td.TdClassName
{
border-color: #CE97FF;
}
.TagClassName
{
border-color: #CE97FF;
}
</style>