#CA94FD

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

Shades of Mauve #CA94FD

Tints of Mauve #CA94FD

Color information

#CA94FD (or 0xCA94FD) is unknown color: approx Mauve. HEX triplet: CA, 94 and FD. RGB value is (202,148,253). Sum of RGB (Red+Green+Blue) = 202+148+253=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 148 (58.20% from 255 or 24.54% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA94FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA94FD is #356B02. Grayscale: #AFAFAF. Windows color (decimal): -3500803 or 16618698. OLE color: 16618698.

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

Color convert

RGB202148253-
CMYK0.200.4200.01
HSL270.86º96.33%78.63%-
HSV(B)270.86º41.5%99.22%-
XYZ52.6840.8398.03-
YUV176.12171.39146.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.50%
GREEN value IS 148 (58.20% from 255) = 24.54%
BLUE value IS 253 (99.22% from 255) = 41.96%
R=33.50%
G=24.54%
B=41.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021482530.200.4200.01270.8696.3378.63
HexCA94FD142A0110f604f
Octal312224375245201417140117
Binary110010101001010011111101101001010100110000111111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA94FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA94FD; }

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

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

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

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

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

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

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

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