Shades of Mauve #CBA5FF
Tints of Mauve #CBA5FF
RGB
CMYK
RGB Variations
Color information
#CBA5FF (or 0xCBA5FF) is known color: Mauve. HEX triplet: CB, A5 and FF. RGB value is (203,165,255). Sum of RGB (Red+Green+Blue) = 203+165+255=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 165 (64.84% from 255 or 26.48% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBA5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA5FF is #345A00. Grayscale: #BABABA. Windows color (decimal): -3430913 or 16754123. OLE color: 16754123.
HSL color Cylindrical-coordinate representation of color #CBA5FF: hue angle of 265.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBA5FF is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 165 | 255 | - |
| CMYK | 0.20 | 0.35 | 0 | 0 |
| HSL | 265.33º | 1% | 0.82% | - |
| HSV(B) | 265.33º | 0.35% | 1% | - |
| XYZ | 56.13 | 46.83 | 100.69 | - |
| YUV | 186.62 | 166.59 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 255 | 0.20 | 0.35 | 0 | 0 | 265.33 | 1 | 0.82 |
| Hex | CB | A5 | FF | 14 | 23 | 0 | 0 | 109 | 64 | 52 |
| Octal | 313 | 245 | 377 | 24 | 43 | 0 | 0 | 411 | 144 | 122 |
| Binary | 11001011 | 10100101 | 11111111 | 10100 | 100011 | 0 | 0 | 100001001 | 1100100 | 1010010 |
Color Harmonies of #CBA5FF
Complementary color
Monochromatic Colors of #CBA5FF
Black with #CBA5FF
Text Example
Text Example
White with #CBA5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA5FF; }
p { color: rgb(203,165,255); }
H1.HeaderClassName
{
color: #CBA5FF;
}
.AnyTagClassName
{
color: #CBA5FF;
}
</style>
background-color css
<style>
a { background-color: #CBA5FF; }
a { background-color: rgb(203,165,255); }
div.DivClassName
{
background-color: #CBA5FF;
}
.BgClassName
{
background-color: #CBA5FF;
}
</style>
border-color css
<style>
span { border-color: #CBA5FF; }
span { border-color: rgb(203,165,255); }
td.TdClassName
{
border-color: #CBA5FF;
}
.TagClassName
{
border-color: #CBA5FF;
}
</style>