#CA9CFD

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

Shades of Mauve #CA9CFD

Tints of Mauve #CA9CFD

Color information

#CA9CFD (or 0xCA9CFD) is unknown color: approx Mauve. HEX triplet: CA, 9C and FD. RGB value is (202,156,253). Sum of RGB (Red+Green+Blue) = 202+156+253=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 156 (61.33% from 255 or 25.53% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA9CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9CFD is #356302. Grayscale: #B4B4B4. Windows color (decimal): -3498755 or 16620746. OLE color: 16620746.

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

Color convert

RGB202156253-
CMYK0.200.3800.01
HSL268.45º96.04%80.2%-
HSV(B)268.45º38.34%99.22%-
XYZ53.9843.4398.47-
YUV180.81168.74143.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.06%
GREEN value IS 156 (61.33% from 255) = 25.53%
BLUE value IS 253 (99.22% from 255) = 41.41%
R=33.06%
G=25.53%
B=41.41%

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
Decimal2021562530.200.3800.01268.4596.0480.2
HexCA9CFD14260110c6050
Octal312234375244601414140120
Binary110010101001110011111101101001001100110000110011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9CFD; }

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

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

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

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

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

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

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

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