#CA99FC

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

Shades of Mauve #CA99FC

Tints of Mauve #CA99FC

Color information

#CA99FC (or 0xCA99FC) is unknown color: approx Mauve. HEX triplet: CA, 99 and FC. RGB value is (202,153,252). Sum of RGB (Red+Green+Blue) = 202+153+252=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 153 (60.16% from 255 or 25.21% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA99FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA99FC is #356603. Grayscale: #B2B2B2. Windows color (decimal): -3499524 or 16554442. OLE color: 16554442.

HSL color Cylindrical-coordinate representation of color #CA99FC: hue angle of 269.7º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA99FC is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202153252-
CMYK0.200.3900.01
HSL269.7º94.29%79.41%-
HSV(B)269.7º39.29%98.82%-
XYZ53.3242.3797.46-
YUV178.94169.23144.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.28%
GREEN value IS 153 (60.16% from 255) = 25.21%
BLUE value IS 252 (98.83% from 255) = 41.52%
R=33.28%
G=25.21%
B=41.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021532520.200.3900.01269.794.2979.41
HexCA99FC14270110e5e4f
Octal312231374244701416136117
Binary110010101001100111111100101001001110110000111010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA99FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA99FC; }

 p { color: rgb(202,153,252); }

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

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

 a { background-color: rgb(202,153,252); }

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

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

 span { border-color: rgb(202,153,252); }

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