Shades of Mauve #CBA1FD
Tints of Mauve #CBA1FD
RGB
CMYK
RGB Variations
Color information
#CBA1FD (or 0xCBA1FD) is known color: Mauve. HEX triplet: CB, A1 and FD. RGB value is (203,161,253). Sum of RGB (Red+Green+Blue) = 203+161+253=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 161 (63.28% from 255 or 26.09% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBA1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA1FD is #345E02. Grayscale: #B7B7B7. Windows color (decimal): -3431939 or 16622027. OLE color: 16622027.
HSL color Cylindrical-coordinate representation of color #CBA1FD: hue angle of 267.39º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBA1FD is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 161 | 253 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.01 |
| HSL | 267.39º | 0.96% | 0.81% | - |
| HSV(B) | 267.39º | 0.36% | 0.99% | - |
| XYZ | 55.1 | 45.28 | 98.76 | - |
| YUV | 184.05 | 166.91 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 253 | 0.20 | 0.36 | 0 | 0.01 | 267.39 | 0.96 | 0.81 |
| Hex | CB | A1 | FD | 14 | 24 | 0 | 1 | 10B | 60 | 51 |
| Octal | 313 | 241 | 375 | 24 | 44 | 0 | 1 | 413 | 140 | 121 |
| Binary | 11001011 | 10100001 | 11111101 | 10100 | 100100 | 0 | 1 | 100001011 | 1100000 | 1010001 |
Color Harmonies of #CBA1FD
Complementary color
Monochromatic Colors of #CBA1FD
Black with #CBA1FD
Text Example
Text Example
White with #CBA1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA1FD; }
p { color: rgb(203,161,253); }
H1.HeaderClassName
{
color: #CBA1FD;
}
.AnyTagClassName
{
color: #CBA1FD;
}
</style>
background-color css
<style>
a { background-color: #CBA1FD; }
a { background-color: rgb(203,161,253); }
div.DivClassName
{
background-color: #CBA1FD;
}
.BgClassName
{
background-color: #CBA1FD;
}
</style>
border-color css
<style>
span { border-color: #CBA1FD; }
span { border-color: rgb(203,161,253); }
td.TdClassName
{
border-color: #CBA1FD;
}
.TagClassName
{
border-color: #CBA1FD;
}
</style>