#CA95FD

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

Shades of Mauve #CA95FD

Tints of Mauve #CA95FD

Color information

#CA95FD (or 0xCA95FD) is unknown color: approx Mauve. HEX triplet: CA, 95 and FD. RGB value is (202,149,253). Sum of RGB (Red+Green+Blue) = 202+149+253=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 149 (58.59% from 255 or 24.67% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA95FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA95FD is #356A02. Grayscale: #B0B0B0. Windows color (decimal): -3500547 or 16618954. OLE color: 16618954.

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

Color convert

RGB202149253-
CMYK0.200.4100.01
HSL270.58º96.3%78.82%-
HSV(B)270.58º41.11%99.22%-
XYZ52.8341.1498.09-
YUV176.7171.06146.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.44%
GREEN value IS 149 (58.59% from 255) = 24.67%
BLUE value IS 253 (99.22% from 255) = 41.89%
R=33.44%
G=24.67%
B=41.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021492530.200.4100.01270.5896.378.82
HexCA95FD14290110f604f
Octal312225375245101417140117
Binary110010101001010111111101101001010010110000111111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA95FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA95FD; }

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

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

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

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

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

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

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

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