#C595FE

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

Shades of Mauve #C595FE

Tints of Mauve #C595FE

Color information

#C595FE (or 0xC595FE) is unknown color: approx Mauve. HEX triplet: C5, 95 and FE. RGB value is (197,149,254). Sum of RGB (Red+Green+Blue) = 197+149+254=600 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.83% from 600); Green value is 149 (58.59% from 255 or 24.83% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #C595FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C595FE is #3A6A01. Grayscale: #AEAEAE. Windows color (decimal): -3828226 or 16684485. OLE color: 16684485.

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

Color convert

RGB197149254-
CMYK0.220.4100.00
HSL267.43º98.13%79.02%-
HSV(B)267.43º41.34%99.61%-
XYZ51.6640.5298.86-
YUV175.32172.4143.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.83%
GREEN value IS 149 (58.59% from 255) = 24.83%
BLUE value IS 254 (99.61% from 255) = 42.33%
R=32.83%
G=24.83%
B=42.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1971492540.220.4100.00267.4398.1379.02
HexC595FE16290010b624f
Octal305225376265100413142117
Binary110001011001010111111110101101010010010000101111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C595FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C595FE; }

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

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

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

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

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

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

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

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