Shades of Mauve #CB96FE
Tints of Mauve #CB96FE
RGB
CMYK
RGB Variations
Color information
#CB96FE (or 0xCB96FE) is known color: Mauve. HEX triplet: CB, 96 and FE. RGB value is (203,150,254). Sum of RGB (Red+Green+Blue) = 203+150+254=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 150 (58.98% from 255 or 24.71% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB96FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB96FE is #346901. Grayscale: #B1B1B1. Windows color (decimal): -3434754 or 16684747. OLE color: 16684747.
HSL color Cylindrical-coordinate representation of color #CB96FE: hue angle of 270.58º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB96FE is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 150 | 254 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.00 |
| HSL | 270.58º | 0.98% | 0.79% | - |
| HSV(B) | 270.58º | 0.41% | 1% | - |
| XYZ | 53.42 | 41.66 | 98.99 | - |
| YUV | 177.7 | 171.06 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 254 | 0.20 | 0.41 | 0 | 0.00 | 270.58 | 0.98 | 0.79 |
| Hex | CB | 96 | FE | 14 | 29 | 0 | 0 | 10F | 62 | 4F |
| Octal | 313 | 226 | 376 | 24 | 51 | 0 | 0 | 417 | 142 | 117 |
| Binary | 11001011 | 10010110 | 11111110 | 10100 | 101001 | 0 | 0 | 100001111 | 1100010 | 1001111 |
Color Harmonies of #CB96FE
Complementary color
Monochromatic Colors of #CB96FE
Black with #CB96FE
Text Example
Text Example
White with #CB96FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB96FE; }
p { color: rgb(203,150,254); }
H1.HeaderClassName
{
color: #CB96FE;
}
.AnyTagClassName
{
color: #CB96FE;
}
</style>
background-color css
<style>
a { background-color: #CB96FE; }
a { background-color: rgb(203,150,254); }
div.DivClassName
{
background-color: #CB96FE;
}
.BgClassName
{
background-color: #CB96FE;
}
</style>
border-color css
<style>
span { border-color: #CB96FE; }
span { border-color: rgb(203,150,254); }
td.TdClassName
{
border-color: #CB96FE;
}
.TagClassName
{
border-color: #CB96FE;
}
</style>