#C895FF

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

Shades of Mauve #C895FF

Tints of Mauve #C895FF

Color information

#C895FF (or 0xC895FF) is unknown color: approx Mauve. HEX triplet: C8, 95 and FF. RGB value is (200,149,255). Sum of RGB (Red+Green+Blue) = 200+149+255=604 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.11% from 604); Green value is 149 (58.59% from 255 or 24.67% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #C895FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C895FF is #376A00. Grayscale: #AFAFAF. Windows color (decimal): -3631617 or 16750024. OLE color: 16750024.

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

Color convert

RGB200149255-
CMYK0.220.4200
HSL268.87º100%79.22%-
HSV(B)268.87º41.57%100%-
XYZ52.6240.9999.75-
YUV176.33172.4144.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.11%
GREEN value IS 149 (58.59% from 255) = 24.67%
BLUE value IS 255 (100% from 255) = 42.22%
R=33.11%
G=24.67%
B=42.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2001492550.220.4200268.8710079.22
HexC895FF162A0010d644f
Octal310225377265200415144117
Binary110010001001010111111111101101010100010000110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C895FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C895FF; }

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

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

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

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

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

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

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

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