#CA98FF

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

Shades of Mauve #CA98FF

Tints of Mauve #CA98FF

Color information

#CA98FF (or 0xCA98FF) is unknown color: approx Mauve. HEX triplet: CA, 98 and FF. RGB value is (202,152,255). Sum of RGB (Red+Green+Blue) = 202+152+255=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 152 (59.77% from 255 or 24.96% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA98FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA98FF is #356700. Grayscale: #B2B2B2. Windows color (decimal): -3499777 or 16750794. OLE color: 16750794.

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

Color convert

RGB202152255-
CMYK0.210.4000
HSL269.13º100%79.8%-
HSV(B)269.13º40.39%100%-
XYZ53.6442.2399.93-
YUV178.69171.06144.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.17%
GREEN value IS 152 (59.77% from 255) = 24.96%
BLUE value IS 255 (100% from 255) = 41.87%
R=33.17%
G=24.96%
B=41.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021522550.210.4000269.1310079.8
HexCA98FF15280010d6450
Octal312230377255000415144120
Binary110010101001100011111111101011010000010000110111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA98FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA98FF; }

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

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

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

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

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

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

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

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