#CA97FB

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

Shades of Mauve #CA97FB

Tints of Mauve #CA97FB

Color information

#CA97FB (or 0xCA97FB) is unknown color: approx Mauve. HEX triplet: CA, 97 and FB. RGB value is (202,151,251). Sum of RGB (Red+Green+Blue) = 202+151+251=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 151 (59.38% from 255 or 25% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA97FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA97FB is #356804. Grayscale: #B1B1B1. Windows color (decimal): -3500037 or 16488394. OLE color: 16488394.

HSL color Cylindrical-coordinate representation of color #CA97FB: hue angle of 270.6º degrees, saturation: 0.93, 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 #CA97FB is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202151251-
CMYK0.200.4000.02
HSL270.6º92.59%78.82%-
HSV(B)270.6º39.84%98.43%-
XYZ52.8441.6596.52-
YUV177.65169.4145.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.44%
GREEN value IS 151 (59.38% from 255) = 25%
BLUE value IS 251 (98.44% from 255) = 41.56%
R=33.44%
G=25%
B=41.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021512510.200.4000.02270.692.5978.82
HexCA97FB14280210f5d4f
Octal312227373245002417135117
Binary1100101010010111111110111010010100001010000111110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA97FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA97FB; }

 p { color: rgb(202,151,251); }

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

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

 a { background-color: rgb(202,151,251); }

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

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

 span { border-color: rgb(202,151,251); }

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