Shades of Mauve #CE9CFC
Tints of Mauve #CE9CFC
RGB
CMYK
RGB Variations
Color information
#CE9CFC (or 0xCE9CFC) is known color: Mauve. HEX triplet: CE, 9C and FC. RGB value is (206,156,252). Sum of RGB (Red+Green+Blue) = 206+156+252=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 156 (61.33% from 255 or 25.41% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE9CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9CFC is #316303. Grayscale: #B5B5B5. Windows color (decimal): -3236612 or 16555214. OLE color: 16555214.
HSL color Cylindrical-coordinate representation of color #CE9CFC: hue angle of 271.25º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE9CFC is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 156 | 252 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.01 |
| HSL | 271.25º | 0.94% | 0.8% | - |
| HSV(B) | 271.25º | 0.38% | 0.99% | - |
| XYZ | 54.91 | 43.93 | 97.68 | - |
| YUV | 181.89 | 167.57 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 252 | 0.18 | 0.38 | 0 | 0.01 | 271.25 | 0.94 | 0.8 |
| Hex | CE | 9C | FC | 12 | 26 | 0 | 1 | 10F | 5E | 50 |
| Octal | 316 | 234 | 374 | 22 | 46 | 0 | 1 | 417 | 136 | 120 |
| Binary | 11001110 | 10011100 | 11111100 | 10010 | 100110 | 0 | 1 | 100001111 | 1011110 | 1010000 |
Color Harmonies of #CE9CFC
Complementary color
Monochromatic Colors of #CE9CFC
Black with #CE9CFC
Text Example
Text Example
White with #CE9CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9CFC; }
p { color: rgb(206,156,252); }
H1.HeaderClassName
{
color: #CE9CFC;
}
.AnyTagClassName
{
color: #CE9CFC;
}
</style>
background-color css
<style>
a { background-color: #CE9CFC; }
a { background-color: rgb(206,156,252); }
div.DivClassName
{
background-color: #CE9CFC;
}
.BgClassName
{
background-color: #CE9CFC;
}
</style>
border-color css
<style>
span { border-color: #CE9CFC; }
span { border-color: rgb(206,156,252); }
td.TdClassName
{
border-color: #CE9CFC;
}
.TagClassName
{
border-color: #CE9CFC;
}
</style>