#CA91FE

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

Shades of Mauve #CA91FE

Tints of Mauve #CA91FE

Color information

#CA91FE (or 0xCA91FE) is unknown color: approx Mauve. HEX triplet: CA, 91 and FE. RGB value is (202,145,254). Sum of RGB (Red+Green+Blue) = 202+145+254=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 145 (57.03% from 255 or 24.13% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA91FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA91FE is #356E01. Grayscale: #AEAEAE. Windows color (decimal): -3501570 or 16683466. OLE color: 16683466.

HSL color Cylindrical-coordinate representation of color #CA91FE: hue angle of 271.38º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA91FE is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB202145254-
CMYK0.200.4300.00
HSL271.38º98.2%78.24%-
HSV(B)271.38º42.91%99.61%-
XYZ52.3739.9698.72-
YUV174.47172.88147.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 145 (57.03% from 255) = 24.13%
BLUE value IS 254 (99.61% from 255) = 42.26%
R=33.61%
G=24.13%
B=42.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2021452540.200.4300.00271.3898.278.24
HexCA91FE142B0010f624e
Octal312221376245300417142116
Binary110010101001000111111110101001010110010000111111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA91FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA91FE; }

 p { color: rgb(202,145,254); }

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

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

 a { background-color: rgb(202,145,254); }

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

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

 span { border-color: rgb(202,145,254); }

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