Shades of Mauve #CBA3FC
Tints of Mauve #CBA3FC
RGB
CMYK
RGB Variations
Color information
#CBA3FC (or 0xCBA3FC) is known color: Mauve. HEX triplet: CB, A3 and FC. RGB value is (203,163,252). Sum of RGB (Red+Green+Blue) = 203+163+252=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 163 (64.06% from 255 or 26.38% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBA3FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA3FC is #345C03. Grayscale: #B8B8B8. Windows color (decimal): -3431428 or 16557003. OLE color: 16557003.
HSL color Cylindrical-coordinate representation of color #CBA3FC: hue angle of 266.97º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBA3FC is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 163 | 252 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.01 |
| HSL | 266.97º | 0.94% | 0.81% | - |
| HSV(B) | 266.97º | 0.35% | 0.99% | - |
| XYZ | 55.3 | 45.92 | 98.04 | - |
| YUV | 185.11 | 165.75 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 252 | 0.19 | 0.35 | 0 | 0.01 | 266.97 | 0.94 | 0.81 |
| Hex | CB | A3 | FC | 13 | 23 | 0 | 1 | 10B | 5E | 51 |
| Octal | 313 | 243 | 374 | 23 | 43 | 0 | 1 | 413 | 136 | 121 |
| Binary | 11001011 | 10100011 | 11111100 | 10011 | 100011 | 0 | 1 | 100001011 | 1011110 | 1010001 |
Color Harmonies of #CBA3FC
Complementary color
Monochromatic Colors of #CBA3FC
Black with #CBA3FC
Text Example
Text Example
White with #CBA3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA3FC; }
p { color: rgb(203,163,252); }
H1.HeaderClassName
{
color: #CBA3FC;
}
.AnyTagClassName
{
color: #CBA3FC;
}
</style>
background-color css
<style>
a { background-color: #CBA3FC; }
a { background-color: rgb(203,163,252); }
div.DivClassName
{
background-color: #CBA3FC;
}
.BgClassName
{
background-color: #CBA3FC;
}
</style>
border-color css
<style>
span { border-color: #CBA3FC; }
span { border-color: rgb(203,163,252); }
td.TdClassName
{
border-color: #CBA3FC;
}
.TagClassName
{
border-color: #CBA3FC;
}
</style>