#CA98FE

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

Shades of Mauve #CA98FE

Tints of Mauve #CA98FE

Color information

#CA98FE (or 0xCA98FE) is unknown color: approx Mauve. HEX triplet: CA, 98 and FE. RGB value is (202,152,254). Sum of RGB (Red+Green+Blue) = 202+152+254=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 152 (59.77% from 255 or 25% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA98FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA98FE is #356701. Grayscale: #B2B2B2. Windows color (decimal): -3499778 or 16685258. OLE color: 16685258.

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

Color convert

RGB202152254-
CMYK0.200.4000.00
HSL269.41º98.08%79.61%-
HSV(B)269.41º40.16%99.61%-
XYZ53.4742.1799.09-
YUV178.58170.56144.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.22%
GREEN value IS 152 (59.77% from 255) = 25%
BLUE value IS 254 (99.61% from 255) = 41.78%
R=33.22%
G=25%
B=41.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2021522540.200.4000.00269.4198.0879.61
HexCA98FE14280010d6250
Octal312230376245000415142120
Binary110010101001100011111110101001010000010000110111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA98FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA98FE; }

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

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

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

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

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

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

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

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