#CA94FF

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

Shades of Mauve #CA94FF

Tints of Mauve #CA94FF

Color information

#CA94FF (or 0xCA94FF) is unknown color: approx Mauve. HEX triplet: CA, 94 and FF. RGB value is (202,148,255). Sum of RGB (Red+Green+Blue) = 202+148+255=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 148 (58.20% from 255 or 24.46% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA94FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA94FF is #356B00. Grayscale: #AFAFAF. Windows color (decimal): -3500801 or 16749770. OLE color: 16749770.

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

Color convert

RGB202148255-
CMYK0.210.4200
HSL270.28º100%79.02%-
HSV(B)270.28º41.96%100%-
XYZ5340.9699.72-
YUV176.34172.39146.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.39%
GREEN value IS 148 (58.20% from 255) = 24.46%
BLUE value IS 255 (100% from 255) = 42.15%
R=33.39%
G=24.46%
B=42.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021482550.210.4200270.2810079.02
HexCA94FF152A0010e644f
Octal312224377255200416144117
Binary110010101001010011111111101011010100010000111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA94FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA94FF; }

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

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

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

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

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

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

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

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