#CA98FC

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

Shades of Mauve #CA98FC

Tints of Mauve #CA98FC

Color information

#CA98FC (or 0xCA98FC) is unknown color: approx Mauve. HEX triplet: CA, 98 and FC. RGB value is (202,152,252). Sum of RGB (Red+Green+Blue) = 202+152+252=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 152 (59.77% from 255 or 25.08% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA98FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA98FC is #356703. Grayscale: #B1B1B1. Windows color (decimal): -3499780 or 16554186. OLE color: 16554186.

HSL color Cylindrical-coordinate representation of color #CA98FC: hue angle of 270º degrees, saturation: 0.94, 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 #CA98FC is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202152252-
CMYK0.200.4000.01
HSL270º94.34%79.22%-
HSV(B)270º39.68%98.82%-
XYZ53.1642.0497.41-
YUV178.35169.56144.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.33%
GREEN value IS 152 (59.77% from 255) = 25.08%
BLUE value IS 252 (98.83% from 255) = 41.58%
R=33.33%
G=25.08%
B=41.58%

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
Decimal2021522520.200.4000.0127094.3479.22
HexCA98FC14280110e5e4f
Octal312230374245001416136117
Binary110010101001100011111100101001010000110000111010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA98FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA98FC; }

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

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

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

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

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

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

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

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