#CA9CFC

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

Shades of Mauve #CA9CFC

Tints of Mauve #CA9CFC

Color information

#CA9CFC (or 0xCA9CFC) is unknown color: approx Mauve. HEX triplet: CA, 9C and FC. RGB value is (202,156,252). Sum of RGB (Red+Green+Blue) = 202+156+252=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 156 (61.33% from 255 or 25.57% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA9CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9CFC is #356303. Grayscale: #B4B4B4. Windows color (decimal): -3498756 or 16555210. OLE color: 16555210.

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

Color convert

RGB202156252-
CMYK0.200.3800.01
HSL268.75º94.12%80%-
HSV(B)268.75º38.1%98.82%-
XYZ53.8243.3697.63-
YUV180.7168.24143.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.11%
GREEN value IS 156 (61.33% from 255) = 25.57%
BLUE value IS 252 (98.83% from 255) = 41.31%
R=33.11%
G=25.57%
B=41.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021562520.200.3800.01268.7594.1280
HexCA9CFC14260110d5e50
Octal312234374244601415136120
Binary110010101001110011111100101001001100110000110110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9CFC; }

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

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

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

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

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

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

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

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