Shades of Mauve #CE98FE
Tints of Mauve #CE98FE
RGB
CMYK
RGB Variations
Color information
#CE98FE (or 0xCE98FE) is known color: Mauve. HEX triplet: CE, 98 and FE. RGB value is (206,152,254). Sum of RGB (Red+Green+Blue) = 206+152+254=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 152 (59.77% from 255 or 24.84% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE98FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE98FE is #316701. Grayscale: #B3B3B3. Windows color (decimal): -3237634 or 16685262. OLE color: 16685262.
HSL color Cylindrical-coordinate representation of color #CE98FE: hue angle of 271.76º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE98FE is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 152 | 254 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.00 |
| HSL | 271.76º | 0.98% | 0.8% | - |
| HSV(B) | 271.76º | 0.4% | 1% | - |
| XYZ | 54.57 | 42.73 | 99.14 | - |
| YUV | 179.77 | 169.89 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 254 | 0.19 | 0.40 | 0 | 0.00 | 271.76 | 0.98 | 0.8 |
| Hex | CE | 98 | FE | 13 | 28 | 0 | 0 | 110 | 62 | 50 |
| Octal | 316 | 230 | 376 | 23 | 50 | 0 | 0 | 420 | 142 | 120 |
| Binary | 11001110 | 10011000 | 11111110 | 10011 | 101000 | 0 | 0 | 100010000 | 1100010 | 1010000 |
Color Harmonies of #CE98FE
Complementary color
Monochromatic Colors of #CE98FE
Black with #CE98FE
Text Example
Text Example
White with #CE98FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE98FE; }
p { color: rgb(206,152,254); }
H1.HeaderClassName
{
color: #CE98FE;
}
.AnyTagClassName
{
color: #CE98FE;
}
</style>
background-color css
<style>
a { background-color: #CE98FE; }
a { background-color: rgb(206,152,254); }
div.DivClassName
{
background-color: #CE98FE;
}
.BgClassName
{
background-color: #CE98FE;
}
</style>
border-color css
<style>
span { border-color: #CE98FE; }
span { border-color: rgb(206,152,254); }
td.TdClassName
{
border-color: #CE98FE;
}
.TagClassName
{
border-color: #CE98FE;
}
</style>