Shades of Mauve #CE90FD
Tints of Mauve #CE90FD
RGB
CMYK
RGB Variations
Color information
#CE90FD (or 0xCE90FD) is known color: Mauve. HEX triplet: CE, 90 and FD. RGB value is (206,144,253). Sum of RGB (Red+Green+Blue) = 206+144+253=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 144 (56.64% from 255 or 23.88% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE90FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE90FD is #316F02. Grayscale: #AEAEAE. Windows color (decimal): -3239683 or 16617678. OLE color: 16617678.
HSL color Cylindrical-coordinate representation of color #CE90FD: hue angle of 274.13º degrees, saturation: 0.96, 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 #CE90FD is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 144 | 253 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.01 |
| HSL | 274.13º | 0.96% | 0.78% | - |
| HSV(B) | 274.13º | 0.43% | 0.99% | - |
| XYZ | 53.16 | 40.16 | 97.88 | - |
| YUV | 174.96 | 172.04 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 253 | 0.19 | 0.43 | 0 | 0.01 | 274.13 | 0.96 | 0.78 |
| Hex | CE | 90 | FD | 13 | 2B | 0 | 1 | 112 | 60 | 4E |
| Octal | 316 | 220 | 375 | 23 | 53 | 0 | 1 | 422 | 140 | 116 |
| Binary | 11001110 | 10010000 | 11111101 | 10011 | 101011 | 0 | 1 | 100010010 | 1100000 | 1001110 |
Color Harmonies of #CE90FD
Complementary color
Monochromatic Colors of #CE90FD
Black with #CE90FD
Text Example
Text Example
White with #CE90FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE90FD; }
p { color: rgb(206,144,253); }
H1.HeaderClassName
{
color: #CE90FD;
}
.AnyTagClassName
{
color: #CE90FD;
}
</style>
background-color css
<style>
a { background-color: #CE90FD; }
a { background-color: rgb(206,144,253); }
div.DivClassName
{
background-color: #CE90FD;
}
.BgClassName
{
background-color: #CE90FD;
}
</style>
border-color css
<style>
span { border-color: #CE90FD; }
span { border-color: rgb(206,144,253); }
td.TdClassName
{
border-color: #CE90FD;
}
.TagClassName
{
border-color: #CE90FD;
}
</style>