COLOR #C596F4

HEX: #C596F4
RGB: (197,150,244)

Color info

#C596F4 contains mainly red and blue colors. Web safe color of #C596F4 is #CC99FF (or #C9F).

RGB color model

#C596F4 color RGB value is (197,150,244).

  • red value is 197;
  • green value is 150;
  • blue value is 244.
RGB:
(197,150,244)
(77%,59%,96%)

RGB channels and saturation

R 197 of 255 = 77%
G 150 of 255 = 59%
B 244 of 255 = 96%

197
150
244

R + G + B ~ 77%. #C596F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 150 + 244 = 591 (100%)
R 197 of 591 ~ 33.33%
G 150 of 591 ~ 25.38%
B 244 of 591 ~ 41.29%

%33.33
%25.38
%41.29

CMYK color model

#C596F4 color CMYK value is (19,39,0,4).

  • cyan value is 19.26%
  • magenta value is 38.52%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(19,39,0,4)
C19M39Y0K4 
(19%,39%,0%,4%)
(0.19/0.39/0.00/0.04)	

CMYK percentages

%19.26
%38.52
%0
%4.31

Codes

Color #C596F4 in popluar color models

C596F4
RGB197150244
HSL270°81.03%77.25%
HSB/HSV270°38.52%95.69%
CMYK19.26%38.52%0.00%
4.31%

Color #C596F4 in popluar number systems.

HEXC596F4
Decimal197150244
Binary110001011001011011110100
Octal305226364

Shades and tints

Shades of #C596F4

#C596F4
(197,150,244)
#B489DE
(180,137,222)
#A37CC8
(163,124,200)
#926FB2
(146,111,178)
#81629C
(129,98,156)
#705586
(112,85,134)
#5F4870
(95,72,112)
#4E3B5A
(78,59,90)
#3D2E44
(61,46,68)
#2C212E
(44,33,46)
#1B1418
(27,20,24)
#000000
(0,0,0)

Tints of #C596F4

#C596F4
(197,150,244)
#CA9FF5
(202,159,245)
#CFA8F6
(207,168,246)
#D4B1F7
(212,177,247)
#D9BAF8
(217,186,248)
#DEC3F9
(222,195,249)
#E3CCFA
(227,204,250)
#E8D5FB
(232,213,251)
#EDDEFC
(237,222,252)
#F2E7FD
(242,231,253)
#F7F0FE
(247,240,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C596F4 color. Also use rgb(197,150,244) instead hex code.

Text Font Color

.myTextColor { color: #C596F4; }

<p style="color:#C596F4">This sample text font color is #C596F4.</p>

This text font color is #C596F4.


Background Color

.myBgColor { background-color: #C596F4; }

<div style="background-color:#C596F4">Inner text</div>

This div background color is #C596F4.


Border color

.myBorderColor { border: 1px solid #C596F4; }

<div style="border:3px solid #C596F4">Div</div>

This div border color is #C596F4.


Opacity

.myOpacity80 { color: #C596F4; opacity: 0.8; }

<p style="color:#C596F4;opacity:0.8;">80%</p>

Text with #C596F4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C596F4;}

<p style="text-shadow: 3px 3px 1px #C596F4">Text here.</p>

This text has shadow with #C596F4 color.

.textShadow {text-shadow: 3px 3px 1px #C596F4, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C596F4, 5px 5px 20px red">Text here.</p>

This text has shadow with #C596F4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C596F4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C596F4, Direction=45, Strength=4)">Text</p>

This text has shadow with #C596F4 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C596F4;
  -webkit-box-shadow:	1px 1px 3px 2px #C596F4;
  box-shadow:		1px 1px 3px 2px #C596F4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C596F4;
-webkit-box-shadow: 1px 1px 3px 2px #C596F4;
box-shadow:1px 1px 3px 2px #C596F4;">
Div content here</div>
This div box has shadow with color #C596F4.

Preview

Color preview on black background

This text has color #C596F4 on black background.


Color preview on white background

This text has color #C596F4 on white background.



Black color preview on #C596F4 background

This text has black color on #C596F4 background.


White color preview on #C596F4 background

This text has white color on #C596F4 background.