Shades of Mauve #CB9EFC
Tints of Mauve #CB9EFC
RGB
CMYK
RGB Variations
Color information
#CB9EFC (or 0xCB9EFC) is known color: Mauve. HEX triplet: CB, 9E and FC. RGB value is (203,158,252). Sum of RGB (Red+Green+Blue) = 203+158+252=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 158 (62.11% from 255 or 25.77% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB9EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9EFC is #346103. Grayscale: #B5B5B5. Windows color (decimal): -3432708 or 16555723. OLE color: 16555723.
HSL color Cylindrical-coordinate representation of color #CB9EFC: hue angle of 268.72º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB9EFC is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 158 | 252 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.01 |
| HSL | 268.72º | 0.94% | 0.8% | - |
| HSV(B) | 268.72º | 0.37% | 0.99% | - |
| XYZ | 54.43 | 44.18 | 97.75 | - |
| YUV | 182.17 | 167.41 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 158 | 252 | 0.19 | 0.37 | 0 | 0.01 | 268.72 | 0.94 | 0.8 |
| Hex | CB | 9E | FC | 13 | 25 | 0 | 1 | 10D | 5E | 50 |
| Octal | 313 | 236 | 374 | 23 | 45 | 0 | 1 | 415 | 136 | 120 |
| Binary | 11001011 | 10011110 | 11111100 | 10011 | 100101 | 0 | 1 | 100001101 | 1011110 | 1010000 |
Color Harmonies of #CB9EFC
Complementary color
Monochromatic Colors of #CB9EFC
Black with #CB9EFC
Text Example
Text Example
White with #CB9EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9EFC; }
p { color: rgb(203,158,252); }
H1.HeaderClassName
{
color: #CB9EFC;
}
.AnyTagClassName
{
color: #CB9EFC;
}
</style>
background-color css
<style>
a { background-color: #CB9EFC; }
a { background-color: rgb(203,158,252); }
div.DivClassName
{
background-color: #CB9EFC;
}
.BgClassName
{
background-color: #CB9EFC;
}
</style>
border-color css
<style>
span { border-color: #CB9EFC; }
span { border-color: rgb(203,158,252); }
td.TdClassName
{
border-color: #CB9EFC;
}
.TagClassName
{
border-color: #CB9EFC;
}
</style>