#CA98FB

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

Shades of Mauve #CA98FB

Tints of Mauve #CA98FB

Color information

#CA98FB (or 0xCA98FB) is unknown color: approx Mauve. HEX triplet: CA, 98 and FB. RGB value is (202,152,251). Sum of RGB (Red+Green+Blue) = 202+152+251=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 152 (59.77% from 255 or 25.12% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA98FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA98FB is #356704. Grayscale: #B1B1B1. Windows color (decimal): -3499781 or 16488650. OLE color: 16488650.

HSL color Cylindrical-coordinate representation of color #CA98FB: hue angle of 270.3º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA98FB is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202152251-
CMYK0.200.3900.02
HSL270.3º92.52%79.02%-
HSV(B)270.3º39.44%98.43%-
XYZ5341.9896.58-
YUV178.24169.06144.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.39%
GREEN value IS 152 (59.77% from 255) = 25.12%
BLUE value IS 251 (98.44% from 255) = 41.49%
R=33.39%
G=25.12%
B=41.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021522510.200.3900.02270.392.5279.02
HexCA98FB14270210e5d4f
Octal312230373244702416135117
Binary1100101010011000111110111010010011101010000111010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA98FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA98FB; }

 p { color: rgb(202,152,251); }

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

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

 a { background-color: rgb(202,152,251); }

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

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

 span { border-color: rgb(202,152,251); }

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