#CA97FD

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

Shades of Mauve #CA97FD

Tints of Mauve #CA97FD

Color information

#CA97FD (or 0xCA97FD) is unknown color: approx Mauve. HEX triplet: CA, 97 and FD. RGB value is (202,151,253). Sum of RGB (Red+Green+Blue) = 202+151+253=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 151 (59.38% from 255 or 24.92% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA97FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA97FD is #356802. Grayscale: #B1B1B1. Windows color (decimal): -3500035 or 16619466. OLE color: 16619466.

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

Color convert

RGB202151253-
CMYK0.200.4000.01
HSL270º96.23%79.22%-
HSV(B)270º40.32%99.22%-
XYZ53.1541.7898.19-
YUV177.88170.4145.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.33%
GREEN value IS 151 (59.38% from 255) = 24.92%
BLUE value IS 253 (99.22% from 255) = 41.75%
R=33.33%
G=24.92%
B=41.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021512530.200.4000.0127096.2379.22
HexCA97FD14280110e604f
Octal312227375245001416140117
Binary110010101001011111111101101001010000110000111011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA97FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA97FD; }

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

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

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

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

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

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

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

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