#CA9DFD

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

Shades of Mauve #CA9DFD

Tints of Mauve #CA9DFD

Color information

#CA9DFD (or 0xCA9DFD) is unknown color: approx Mauve. HEX triplet: CA, 9D and FD. RGB value is (202,157,253). Sum of RGB (Red+Green+Blue) = 202+157+253=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 157 (61.72% from 255 or 25.65% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA9DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9DFD is #356202. Grayscale: #B5B5B5. Windows color (decimal): -3498499 or 16621002. OLE color: 16621002.

HSL color Cylindrical-coordinate representation of color #CA9DFD: hue angle of 268.12º degrees, saturation: 0.96, 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 #CA9DFD is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202157253-
CMYK0.200.3800.01
HSL268.12º96%80.39%-
HSV(B)268.12º37.94%99.22%-
XYZ54.1443.7698.52-
YUV181.4168.41142.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.01%
GREEN value IS 157 (61.72% from 255) = 25.65%
BLUE value IS 253 (99.22% from 255) = 41.34%
R=33.01%
G=25.65%
B=41.34%

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
Decimal2021572530.200.3800.01268.129680.39
HexCA9DFD14260110c6050
Octal312235375244601414140120
Binary110010101001110111111101101001001100110000110011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9DFD; }

 p { color: rgb(202,157,253); }

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

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

 a { background-color: rgb(202,157,253); }

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

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

 span { border-color: rgb(202,157,253); }

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