#CB97FA

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

Shades of Mauve #CB97FA

Tints of Mauve #CB97FA

Color information

#CB97FA (or 0xCB97FA) is unknown color: approx Mauve. HEX triplet: CB, 97 and FA. RGB value is (203,151,250). Sum of RGB (Red+Green+Blue) = 203+151+250=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 151 (59.38% from 255 or 25% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB97FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB97FA is #346805. Grayscale: #B1B1B1. Windows color (decimal): -3434502 or 16422859. OLE color: 16422859.

HSL color Cylindrical-coordinate representation of color #CB97FA: hue angle of 271.52º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB97FA is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203151250-
CMYK0.190.4000.02
HSL271.52º90.83%78.63%-
HSV(B)271.52º39.6%98.04%-
XYZ52.9541.7395.71-
YUV177.83168.73145.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.61%
GREEN value IS 151 (59.38% from 255) = 25%
BLUE value IS 250 (98.05% from 255) = 41.39%
R=33.61%
G=25%
B=41.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031512500.190.4000.02271.5290.8378.63
HexCB97FA1328021105b4f
Octal313227372235002420133117
Binary1100101110010111111110101001110100001010001000010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB97FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB97FA; }

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

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

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

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

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

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

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

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