Shades of Mauve #CA93FE
Tints of Mauve #CA93FE
RGB
CMYK
RGB Variations
Color information
#CA93FE (or 0xCA93FE) is known color: Mauve. HEX triplet: CA, 93 and FE. RGB value is (202,147,254). Sum of RGB (Red+Green+Blue) = 202+147+254=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 147 (57.81% from 255 or 24.38% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA93FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA93FE is #356C01. Grayscale: #AFAFAF. Windows color (decimal): -3501058 or 16683978. OLE color: 16683978.
HSL color Cylindrical-coordinate representation of color #CA93FE: hue angle of 270.84º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA93FE is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 147 | 254 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.00 |
| HSL | 270.84º | 0.98% | 0.79% | - |
| HSV(B) | 270.84º | 0.42% | 1% | - |
| XYZ | 52.68 | 40.58 | 98.82 | - |
| YUV | 175.64 | 172.22 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 254 | 0.20 | 0.42 | 0 | 0.00 | 270.84 | 0.98 | 0.79 |
| Hex | CA | 93 | FE | 14 | 2A | 0 | 0 | 10F | 62 | 4F |
| Octal | 312 | 223 | 376 | 24 | 52 | 0 | 0 | 417 | 142 | 117 |
| Binary | 11001010 | 10010011 | 11111110 | 10100 | 101010 | 0 | 0 | 100001111 | 1100010 | 1001111 |
Color Harmonies of #CA93FE
Complementary color
Monochromatic Colors of #CA93FE
Black with #CA93FE
Text Example
Text Example
White with #CA93FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA93FE; }
p { color: rgb(202,147,254); }
H1.HeaderClassName
{
color: #CA93FE;
}
.AnyTagClassName
{
color: #CA93FE;
}
</style>
background-color css
<style>
a { background-color: #CA93FE; }
a { background-color: rgb(202,147,254); }
div.DivClassName
{
background-color: #CA93FE;
}
.BgClassName
{
background-color: #CA93FE;
}
</style>
border-color css
<style>
span { border-color: #CA93FE; }
span { border-color: rgb(202,147,254); }
td.TdClassName
{
border-color: #CA93FE;
}
.TagClassName
{
border-color: #CA93FE;
}
</style>