#C595FF

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

Shades of Mauve #C595FF

Tints of Mauve #C595FF

Color information

#C595FF (or 0xC595FF) is unknown color: approx Mauve. HEX triplet: C5, 95 and FF. RGB value is (197,149,255). Sum of RGB (Red+Green+Blue) = 197+149+255=601 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.78% from 601); Green value is 149 (58.59% from 255 or 24.79% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #C595FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C595FF is #3A6A00. Grayscale: #AFAFAF. Windows color (decimal): -3828225 or 16750021. OLE color: 16750021.

HSL color Cylindrical-coordinate representation of color #C595FF: hue angle of 267.17º 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 #C595FF is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB197149255-
CMYK0.230.4200
HSL267.17º100%79.22%-
HSV(B)267.17º41.57%100%-
XYZ51.8240.5999.71-
YUV175.44172.9143.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.78%
GREEN value IS 149 (58.59% from 255) = 24.79%
BLUE value IS 255 (100% from 255) = 42.43%
R=32.78%
G=24.79%
B=42.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1971492550.230.4200267.1710079.22
HexC595FF172A0010b644f
Octal305225377275200413144117
Binary110001011001010111111111101111010100010000101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C595FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C595FF; }

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

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

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

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

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

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

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

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