#CB96FF

Color #CB96FF Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #CB96FF

Tints of Mauve #CB96FF

Color information

#CB96FF (or 0xCB96FF) is unknown color: approx Mauve. HEX triplet: CB, 96 and FF. RGB value is (203,150,255). Sum of RGB (Red+Green+Blue) = 203+150+255=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 150 (58.98% from 255 or 24.67% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB96FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB96FF is #346900. Grayscale: #B1B1B1. Windows color (decimal): -3434753 or 16750283. OLE color: 16750283.

HSL color Cylindrical-coordinate representation of color #CB96FF: hue angle of 270.29º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB96FF is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB203150255-
CMYK0.200.4100
HSL270.29º100%79.41%-
HSV(B)270.29º41.18%100%-
XYZ53.5841.7399.84-
YUV177.82171.56145.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 33.39%
GREEN value IS 150 (58.98% from 255) = 24.67%
BLUE value IS 255 (100% from 255) = 41.94%
R=33.39%
G=24.67%
B=41.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031502550.200.4100270.2910079.41
HexCB96FF14290010e644f
Octal313226377245100416144117
Binary110010111001011011111111101001010010010000111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB96FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB96FF; }

 p { color: rgb(203,150,255); }

 H1.HeaderClassName
 {
   color: #CB96FF;
 }
 .AnyTagClassName
 {
   color: #CB96FF;
 }
</style>
background-color css

<style>
 a { background-color: #CB96FF; }

 a { background-color: rgb(203,150,255); }

 div.DivClassName
 {
   background-color: #CB96FF;
 }
 .BgClassName
 {
   background-color: #CB96FF;
 }
</style>
border-color css

<style>
 span { border-color: #CB96FF; }

 span { border-color: rgb(203,150,255); }

 td.TdClassName
 {
   border-color: #CB96FF;
 }
 .TagClassName
 {
   border-color: #CB96FF;
 }
</style>