#CA99FF

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

Shades of Mauve #CA99FF

Tints of Mauve #CA99FF

Color information

#CA99FF (or 0xCA99FF) is unknown color: approx Mauve. HEX triplet: CA, 99 and FF. RGB value is (202,153,255). Sum of RGB (Red+Green+Blue) = 202+153+255=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 153 (60.16% from 255 or 25.08% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA99FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA99FF is #356600. Grayscale: #B2B2B2. Windows color (decimal): -3499521 or 16751050. OLE color: 16751050.

HSL color Cylindrical-coordinate representation of color #CA99FF: hue angle of 268.82º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA99FF is Cyan = 0.21, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202153255-
CMYK0.210.400
HSL268.82º100%80%-
HSV(B)268.82º40%100%-
XYZ53.842.5699.99-
YUV179.28170.73144.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.11%
GREEN value IS 153 (60.16% from 255) = 25.08%
BLUE value IS 255 (100% from 255) = 41.80%
R=33.11%
G=25.08%
B=41.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021532550.210.400268.8210080
HexCA99FF15280010d6450
Octal312231377255000415144120
Binary110010101001100111111111101011010000010000110111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA99FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA99FF; }

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

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

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

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

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

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

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

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