Shades of Mauve #CBA7FF
Tints of Mauve #CBA7FF
RGB
CMYK
RGB Variations
Color information
#CBA7FF (or 0xCBA7FF) is known color: Mauve. HEX triplet: CB, A7 and FF. RGB value is (203,167,255). Sum of RGB (Red+Green+Blue) = 203+167+255=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 167 (65.62% from 255 or 26.72% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBA7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA7FF is #345800. Grayscale: #BBBBBB. Windows color (decimal): -3430401 or 16754635. OLE color: 16754635.
HSL color Cylindrical-coordinate representation of color #CBA7FF: hue angle of 264.55º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBA7FF is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 167 | 255 | - |
| CMYK | 0.20 | 0.35 | 0 | 0 |
| HSL | 264.55º | 1% | 0.83% | - |
| HSV(B) | 264.55º | 0.35% | 1% | - |
| XYZ | 56.5 | 47.55 | 100.81 | - |
| YUV | 187.8 | 165.93 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 255 | 0.20 | 0.35 | 0 | 0 | 264.55 | 1 | 0.83 |
| Hex | CB | A7 | FF | 14 | 23 | 0 | 0 | 109 | 64 | 53 |
| Octal | 313 | 247 | 377 | 24 | 43 | 0 | 0 | 411 | 144 | 123 |
| Binary | 11001011 | 10100111 | 11111111 | 10100 | 100011 | 0 | 0 | 100001001 | 1100100 | 1010011 |
Color Harmonies of #CBA7FF
Complementary color
Monochromatic Colors of #CBA7FF
Black with #CBA7FF
Text Example
Text Example
White with #CBA7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA7FF; }
p { color: rgb(203,167,255); }
H1.HeaderClassName
{
color: #CBA7FF;
}
.AnyTagClassName
{
color: #CBA7FF;
}
</style>
background-color css
<style>
a { background-color: #CBA7FF; }
a { background-color: rgb(203,167,255); }
div.DivClassName
{
background-color: #CBA7FF;
}
.BgClassName
{
background-color: #CBA7FF;
}
</style>
border-color css
<style>
span { border-color: #CBA7FF; }
span { border-color: rgb(203,167,255); }
td.TdClassName
{
border-color: #CBA7FF;
}
.TagClassName
{
border-color: #CBA7FF;
}
</style>