Shades of Mauve #CBA5FE
Tints of Mauve #CBA5FE
RGB
CMYK
RGB Variations
Color information
#CBA5FE (or 0xCBA5FE) is known color: Mauve. HEX triplet: CB, A5 and FE. RGB value is (203,165,254). Sum of RGB (Red+Green+Blue) = 203+165+254=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 165 (64.84% from 255 or 26.53% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBA5FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA5FE is #345A01. Grayscale: #BABABA. Windows color (decimal): -3430914 or 16688587. OLE color: 16688587.
HSL color Cylindrical-coordinate representation of color #CBA5FE: hue angle of 265.62º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBA5FE is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 165 | 254 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.00 |
| HSL | 265.62º | 0.98% | 0.82% | - |
| HSV(B) | 265.62º | 0.35% | 1% | - |
| XYZ | 55.97 | 46.76 | 99.84 | - |
| YUV | 186.51 | 166.09 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 254 | 0.20 | 0.35 | 0 | 0.00 | 265.62 | 0.98 | 0.82 |
| Hex | CB | A5 | FE | 14 | 23 | 0 | 0 | 10A | 62 | 52 |
| Octal | 313 | 245 | 376 | 24 | 43 | 0 | 0 | 412 | 142 | 122 |
| Binary | 11001011 | 10100101 | 11111110 | 10100 | 100011 | 0 | 0 | 100001010 | 1100010 | 1010010 |
Color Harmonies of #CBA5FE
Complementary color
Monochromatic Colors of #CBA5FE
Black with #CBA5FE
Text Example
Text Example
White with #CBA5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA5FE; }
p { color: rgb(203,165,254); }
H1.HeaderClassName
{
color: #CBA5FE;
}
.AnyTagClassName
{
color: #CBA5FE;
}
</style>
background-color css
<style>
a { background-color: #CBA5FE; }
a { background-color: rgb(203,165,254); }
div.DivClassName
{
background-color: #CBA5FE;
}
.BgClassName
{
background-color: #CBA5FE;
}
</style>
border-color css
<style>
span { border-color: #CBA5FE; }
span { border-color: rgb(203,165,254); }
td.TdClassName
{
border-color: #CBA5FE;
}
.TagClassName
{
border-color: #CBA5FE;
}
</style>