#C8A5FF

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

Shades of Mauve #C8A5FF

Tints of Mauve #C8A5FF

Color information

#C8A5FF (or 0xC8A5FF) is unknown color: approx Mauve. HEX triplet: C8, A5 and FF. RGB value is (200,165,255). Sum of RGB (Red+Green+Blue) = 200+165+255=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 165 (64.84% from 255 or 26.61% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8A5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A5FF is #375A00. Grayscale: #B9B9B9. Windows color (decimal): -3627521 or 16754120. OLE color: 16754120.

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

Color convert

RGB200165255-
CMYK0.220.3500
HSL263.33º100%82.35%-
HSV(B)263.33º35.29%100%-
XYZ55.3246.41100.65-
YUV185.72167.1138.18-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.26%
GREEN value IS 165 (64.84% from 255) = 26.61%
BLUE value IS 255 (100% from 255) = 41.13%
R=32.26%
G=26.61%
B=41.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2001652550.220.3500263.3310082.35
HexC8A5FF1623001076452
Octal310245377264300407144122
Binary110010001010010111111111101101000110010000011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A5FF; }

 p { color: rgb(200,165,255); }

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

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

 a { background-color: rgb(200,165,255); }

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

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

 span { border-color: rgb(200,165,255); }

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