Shades of Mauve #CB98FE
Tints of Mauve #CB98FE
RGB
CMYK
RGB Variations
Color information
#CB98FE (or 0xCB98FE) is known color: Mauve. HEX triplet: CB, 98 and FE. RGB value is (203,152,254). Sum of RGB (Red+Green+Blue) = 203+152+254=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 152 (59.77% from 255 or 24.96% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB98FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB98FE is #346701. Grayscale: #B2B2B2. Windows color (decimal): -3434242 or 16685259. OLE color: 16685259.
HSL color Cylindrical-coordinate representation of color #CB98FE: hue angle of 270º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB98FE is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 152 | 254 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.00 |
| HSL | 270º | 0.98% | 0.8% | - |
| HSV(B) | 270º | 0.4% | 1% | - |
| XYZ | 53.75 | 42.31 | 99.1 | - |
| YUV | 178.88 | 170.4 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 254 | 0.20 | 0.40 | 0 | 0.00 | 270 | 0.98 | 0.8 |
| Hex | CB | 98 | FE | 14 | 28 | 0 | 0 | 10E | 62 | 50 |
| Octal | 313 | 230 | 376 | 24 | 50 | 0 | 0 | 416 | 142 | 120 |
| Binary | 11001011 | 10011000 | 11111110 | 10100 | 101000 | 0 | 0 | 100001110 | 1100010 | 1010000 |
Color Harmonies of #CB98FE
Complementary color
Monochromatic Colors of #CB98FE
Black with #CB98FE
Text Example
Text Example
White with #CB98FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB98FE; }
p { color: rgb(203,152,254); }
H1.HeaderClassName
{
color: #CB98FE;
}
.AnyTagClassName
{
color: #CB98FE;
}
</style>
background-color css
<style>
a { background-color: #CB98FE; }
a { background-color: rgb(203,152,254); }
div.DivClassName
{
background-color: #CB98FE;
}
.BgClassName
{
background-color: #CB98FE;
}
</style>
border-color css
<style>
span { border-color: #CB98FE; }
span { border-color: rgb(203,152,254); }
td.TdClassName
{
border-color: #CB98FE;
}
.TagClassName
{
border-color: #CB98FE;
}
</style>