Shades of Mauve #CE91FF
Tints of Mauve #CE91FF
RGB
CMYK
RGB Variations
Color information
#CE91FF (or 0xCE91FF) is known color: Mauve. HEX triplet: CE, 91 and FF. RGB value is (206,145,255). Sum of RGB (Red+Green+Blue) = 206+145+255=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 145 (57.03% from 255 or 23.93% 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 #CE91FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE91FF is #316E00. Grayscale: #AFAFAF. Windows color (decimal): -3239425 or 16749006. OLE color: 16749006.
HSL color Cylindrical-coordinate representation of color #CE91FF: hue angle of 273.27º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE91FF is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 145 | 255 | - |
| CMYK | 0.19 | 0.43 | 0 | 0 |
| HSL | 273.27º | 1% | 0.78% | - |
| HSV(B) | 273.27º | 0.43% | 1% | - |
| XYZ | 53.63 | 40.59 | 99.62 | - |
| YUV | 175.78 | 172.71 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 255 | 0.19 | 0.43 | 0 | 0 | 273.27 | 1 | 0.78 |
| Hex | CE | 91 | FF | 13 | 2B | 0 | 0 | 111 | 64 | 4E |
| Octal | 316 | 221 | 377 | 23 | 53 | 0 | 0 | 421 | 144 | 116 |
| Binary | 11001110 | 10010001 | 11111111 | 10011 | 101011 | 0 | 0 | 100010001 | 1100100 | 1001110 |
Color Harmonies of #CE91FF
Complementary color
Monochromatic Colors of #CE91FF
Black with #CE91FF
Text Example
Text Example
White with #CE91FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE91FF; }
p { color: rgb(206,145,255); }
H1.HeaderClassName
{
color: #CE91FF;
}
.AnyTagClassName
{
color: #CE91FF;
}
</style>
background-color css
<style>
a { background-color: #CE91FF; }
a { background-color: rgb(206,145,255); }
div.DivClassName
{
background-color: #CE91FF;
}
.BgClassName
{
background-color: #CE91FF;
}
</style>
border-color css
<style>
span { border-color: #CE91FF; }
span { border-color: rgb(206,145,255); }
td.TdClassName
{
border-color: #CE91FF;
}
.TagClassName
{
border-color: #CE91FF;
}
</style>