#CB97FF

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

Shades of Mauve #CB97FF

Tints of Mauve #CB97FF

Color information

#CB97FF (or 0xCB97FF) is unknown color: approx Mauve. HEX triplet: CB, 97 and FF. RGB value is (203,151,255). Sum of RGB (Red+Green+Blue) = 203+151+255=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 151 (59.38% from 255 or 24.79% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB97FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB97FF is #346800. Grayscale: #B2B2B2. Windows color (decimal): -3434497 or 16750539. OLE color: 16750539.

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

Color convert

RGB203151255-
CMYK0.200.4100
HSL270º100%79.61%-
HSV(B)270º40.78%100%-
XYZ53.7542.0599.89-
YUV178.4171.23145.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.33%
GREEN value IS 151 (59.38% from 255) = 24.79%
BLUE value IS 255 (100% from 255) = 41.87%
R=33.33%
G=24.79%
B=41.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031512550.200.410027010079.61
HexCB97FF14290010e6450
Octal313227377245100416144120
Binary110010111001011111111111101001010010010000111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB97FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB97FF; }

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

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

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

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

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

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

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

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