#CA8FFF

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

Shades of Mauve #CA8FFF

Tints of Mauve #CA8FFF

Color information

#CA8FFF (or 0xCA8FFF) is unknown color: approx Mauve. HEX triplet: CA, 8F and FF. RGB value is (202,143,255). Sum of RGB (Red+Green+Blue) = 202+143+255=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 143 (56.25% from 255 or 23.83% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA8FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8FFF is #357000. Grayscale: #ADADAD. Windows color (decimal): -3502081 or 16748490. OLE color: 16748490.

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

Color convert

RGB202143255-
CMYK0.210.4400
HSL271.61º100%78.04%-
HSV(B)271.61º43.92%100%-
XYZ52.2339.4299.46-
YUV173.41174.05148.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.67%
GREEN value IS 143 (56.25% from 255) = 23.83%
BLUE value IS 255 (100% from 255) = 42.5%
R=33.67%
G=23.83%
B=42.5%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021432550.210.4400271.6110078.04
HexCA8FFF152C00110644e
Octal312217377255400420144116
Binary110010101000111111111111101011011000010001000011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8FFF; }

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

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

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

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

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

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

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

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