Shades of Mauve #CE90FC
Tints of Mauve #CE90FC
RGB
CMYK
RGB Variations
Color information
#CE90FC (or 0xCE90FC) is known color: Mauve. HEX triplet: CE, 90 and FC. RGB value is (206,144,252). Sum of RGB (Red+Green+Blue) = 206+144+252=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 144 (56.64% from 255 or 23.92% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE90FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE90FC is #316F03. Grayscale: #AEAEAE. Windows color (decimal): -3239684 or 16552142. OLE color: 16552142.
HSL color Cylindrical-coordinate representation of color #CE90FC: hue angle of 274.44º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE90FC is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 144 | 252 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.01 |
| HSL | 274.44º | 0.95% | 0.78% | - |
| HSV(B) | 274.44º | 0.43% | 0.99% | - |
| XYZ | 53 | 40.1 | 97.04 | - |
| YUV | 174.85 | 171.54 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 252 | 0.18 | 0.43 | 0 | 0.01 | 274.44 | 0.95 | 0.78 |
| Hex | CE | 90 | FC | 12 | 2B | 0 | 1 | 112 | 5F | 4E |
| Octal | 316 | 220 | 374 | 22 | 53 | 0 | 1 | 422 | 137 | 116 |
| Binary | 11001110 | 10010000 | 11111100 | 10010 | 101011 | 0 | 1 | 100010010 | 1011111 | 1001110 |
Color Harmonies of #CE90FC
Complementary color
Monochromatic Colors of #CE90FC
Black with #CE90FC
Text Example
Text Example
White with #CE90FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE90FC; }
p { color: rgb(206,144,252); }
H1.HeaderClassName
{
color: #CE90FC;
}
.AnyTagClassName
{
color: #CE90FC;
}
</style>
background-color css
<style>
a { background-color: #CE90FC; }
a { background-color: rgb(206,144,252); }
div.DivClassName
{
background-color: #CE90FC;
}
.BgClassName
{
background-color: #CE90FC;
}
</style>
border-color css
<style>
span { border-color: #CE90FC; }
span { border-color: rgb(206,144,252); }
td.TdClassName
{
border-color: #CE90FC;
}
.TagClassName
{
border-color: #CE90FC;
}
</style>