#CA9EFF

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

Shades of Mauve #CA9EFF

Tints of Mauve #CA9EFF

Color information

#CA9EFF (or 0xCA9EFF) is unknown color: approx Mauve. HEX triplet: CA, 9E and FF. RGB value is (202,158,255). Sum of RGB (Red+Green+Blue) = 202+158+255=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 158 (62.11% from 255 or 25.69% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA9EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9EFF is #356100. Grayscale: #B5B5B5. Windows color (decimal): -3498241 or 16752330. OLE color: 16752330.

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

Color convert

RGB202158255-
CMYK0.210.3800
HSL267.22º100%80.98%-
HSV(B)267.22º38.04%100%-
XYZ54.6344.23100.27-
YUV182.21169.08142.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.85%
GREEN value IS 158 (62.11% from 255) = 25.69%
BLUE value IS 255 (100% from 255) = 41.46%
R=32.85%
G=25.69%
B=41.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021582550.210.3800267.2210080.98
HexCA9EFF15260010b6451
Octal312236377254600413144121
Binary110010101001111011111111101011001100010000101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9EFF; }

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

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

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

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

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

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

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

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