Shades of Mauve #CB9BFC
Tints of Mauve #CB9BFC
RGB
CMYK
RGB Variations
Color information
#CB9BFC (or 0xCB9BFC) is known color: Mauve. HEX triplet: CB, 9B and FC. RGB value is (203,155,252). Sum of RGB (Red+Green+Blue) = 203+155+252=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 155 (60.94% from 255 or 25.41% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB9BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9BFC is #346403. Grayscale: #B4B4B4. Windows color (decimal): -3433476 or 16554955. OLE color: 16554955.
HSL color Cylindrical-coordinate representation of color #CB9BFC: hue angle of 269.69º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB9BFC is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 155 | 252 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.01 |
| HSL | 269.69º | 0.94% | 0.8% | - |
| HSV(B) | 269.69º | 0.38% | 0.99% | - |
| XYZ | 53.92 | 43.17 | 97.59 | - |
| YUV | 180.41 | 168.4 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 155 | 252 | 0.19 | 0.38 | 0 | 0.01 | 269.69 | 0.94 | 0.8 |
| Hex | CB | 9B | FC | 13 | 26 | 0 | 1 | 10E | 5E | 50 |
| Octal | 313 | 233 | 374 | 23 | 46 | 0 | 1 | 416 | 136 | 120 |
| Binary | 11001011 | 10011011 | 11111100 | 10011 | 100110 | 0 | 1 | 100001110 | 1011110 | 1010000 |
Color Harmonies of #CB9BFC
Complementary color
Monochromatic Colors of #CB9BFC
Black with #CB9BFC
Text Example
Text Example
White with #CB9BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9BFC; }
p { color: rgb(203,155,252); }
H1.HeaderClassName
{
color: #CB9BFC;
}
.AnyTagClassName
{
color: #CB9BFC;
}
</style>
background-color css
<style>
a { background-color: #CB9BFC; }
a { background-color: rgb(203,155,252); }
div.DivClassName
{
background-color: #CB9BFC;
}
.BgClassName
{
background-color: #CB9BFC;
}
</style>
border-color css
<style>
span { border-color: #CB9BFC; }
span { border-color: rgb(203,155,252); }
td.TdClassName
{
border-color: #CB9BFC;
}
.TagClassName
{
border-color: #CB9BFC;
}
</style>