#CA9EFC

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

Shades of Mauve #CA9EFC

Tints of Mauve #CA9EFC

Color information

#CA9EFC (or 0xCA9EFC) is unknown color: approx Mauve. HEX triplet: CA, 9E and FC. RGB value is (202,158,252). Sum of RGB (Red+Green+Blue) = 202+158+252=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 158 (62.11% from 255 or 25.82% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA9EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9EFC is #356103. Grayscale: #B5B5B5. Windows color (decimal): -3498244 or 16555722. OLE color: 16555722.

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

Color convert

RGB202158252-
CMYK0.200.3700.01
HSL268.09º94%80.39%-
HSV(B)268.09º37.3%98.82%-
XYZ54.1544.0497.74-
YUV181.87167.58142.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.01%
GREEN value IS 158 (62.11% from 255) = 25.82%
BLUE value IS 252 (98.83% from 255) = 41.18%
R=33.01%
G=25.82%
B=41.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021582520.200.3700.01268.099480.39
HexCA9EFC14250110c5e50
Octal312236374244501414136120
Binary110010101001111011111100101001001010110000110010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9EFC; }

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

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

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

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

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

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

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

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