#CA9DFB

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

Shades of Mauve #CA9DFB

Tints of Mauve #CA9DFB

Color information

#CA9DFB (or 0xCA9DFB) is unknown color: approx Mauve. HEX triplet: CA, 9D and FB. RGB value is (202,157,251). Sum of RGB (Red+Green+Blue) = 202+157+251=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 157 (61.72% from 255 or 25.74% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA9DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9DFB is #356204. Grayscale: #B4B4B4. Windows color (decimal): -3498501 or 16489930. OLE color: 16489930.

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

Color convert

RGB202157251-
CMYK0.200.3700.02
HSL268.72º92.16%80%-
HSV(B)268.72º37.45%98.43%-
XYZ53.8343.6496.85-
YUV181.17167.41142.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.11%
GREEN value IS 157 (61.72% from 255) = 25.74%
BLUE value IS 251 (98.44% from 255) = 41.15%
R=33.11%
G=25.74%
B=41.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021572510.200.3700.02268.7292.1680
HexCA9DFB14250210d5c50
Octal312235373244502415134120
Binary1100101010011101111110111010010010101010000110110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9DFB; }

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

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

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

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

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

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

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

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