#CA96FF

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

Shades of Mauve #CA96FF

Tints of Mauve #CA96FF

Color information

#CA96FF (or 0xCA96FF) is unknown color: approx Mauve. HEX triplet: CA, 96 and FF. RGB value is (202,150,255). Sum of RGB (Red+Green+Blue) = 202+150+255=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 150 (58.98% from 255 or 24.71% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA96FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA96FF is #356900. Grayscale: #B1B1B1. Windows color (decimal): -3500289 or 16750282. OLE color: 16750282.

HSL color Cylindrical-coordinate representation of color #CA96FF: hue angle of 269.71º 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 #CA96FF is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202150255-
CMYK0.210.4100
HSL269.71º100%79.41%-
HSV(B)269.71º41.18%100%-
XYZ53.3141.5999.83-
YUV177.52171.73145.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.28%
GREEN value IS 150 (58.98% from 255) = 24.71%
BLUE value IS 255 (100% from 255) = 42.01%
R=33.28%
G=24.71%
B=42.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021502550.210.4100269.7110079.41
HexCA96FF15290010e644f
Octal312226377255100416144117
Binary110010101001011011111111101011010010010000111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA96FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA96FF; }

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

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

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

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

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

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

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

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