Html Css Color HEX #C596FF Mauve

📋 copy color: '#C596FF'

red 197 ◦ green 150 ◦ blue 255

#C596FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #C596FF

Tints of Mauve #C596FF

RGB

 RED value IS 197 (77.34% from 255) = 32.72%

 GREEN value IS 150 (58.98% from 255) = 24.92%

 BLUE value IS 255 (100% from 255) = 42.36%

R = 32.72%
G = 24.92%
B = 42.36%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C596FF (or 0xC596FF) is known color: Mauve. HEX triplet: C5, 96 and FF. RGB value is (197,150,255). Sum of RGB (Red+Green+Blue) = 197+150+255=602 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.72% from 602); Green value is 150 (58.98% from 255 or 24.92% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #C596FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C596FF is #3A6900. Grayscale: #AFAFAF. Windows color (decimal): -3827969 or 16750277. OLE color: 16750277.

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

Color convert

RGB 197 150 255 -
CMYK 0.23 0.41 0 0
HSL 266.86º 1% 0.79% -
HSV(B) 266.86º 0.41% 1% -
XYZ 51.98 40.9 99.76 -
YUV 176.02 172.57 142.96 -
System Red Green Blue C M Y K H S L
Decimal 197 150 255 0.23 0.41 0 0 266.86 1 0.79
Hex C5 96 FF 17 29 0 0 10B 64 4F
Octal 305 226 377 27 51 0 0 413 144 117
Binary 11000101 10010110 11111111 10111 101001 0 0 100001011 1100100 1001111

Color Harmonies of #C596FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C596FF

Black with #C596FF

Text Example


Text Example

White with #C596FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C596FF; }

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

 H1.HeaderClassName
 {
   color: #C596FF;
 }
 .AnyTagClassName
 {
   color: #C596FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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