COLOR #C591F5

HEX: #C591F5 RGB: (197,145,245)

Color info

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

RGB color model

#C591F5 color RGB value is (197,145,245).

RGB: (197,145,245) (77%, 57%, 96%)

RGB channels and saturation

R 197 of 255 = 77%
G 145 of 255 = 57%
B 245 of 255 = 96%

197
145
245

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

Portions of RGB colors in percentages

R + G + B = 197 + 145 + 245 = 587 (100%)
R 197 of 587 ~ 33.56%
G 145 of 587 ~ 24.7%
B 245 of 587 ~ 41.74'%

%33.56
%24.7
%41.74

CMYK color model

#C591F5 color CMYK value is (20,41,0,4).

  • cyan value is 19.59%
  • magenta value is 40.82%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (20,41,0,4)
C20M41Y0K4 (20%, 41%, 0%, 4%)
(0.20 / 0.41 / 0.00 / 0.04)

CMYK percentages

%19.59
%40.82
%0
%3.92

Codes

Color #C591F5 in popluar color models

C5 91 F5
RGB 197 145 245
HSL 271° 83.33% 76.47%
HSB/HSV 271° 40.82% 96.08%
CMYK 19.59% 40.82% 0.00%
3.92%

Color #C591F5 in popluar number systems.

HEX C5 91 F5
Decimal 197 145 245
Binary 11000101 10010001 11110101
Octal 305 221 365

Shades and tints

Shades of #C591F5

#C591F5
(197,145,245)
#B484DF
(180,132,223)
#A377C9
(163,119,201)
#926AB3
(146,106,179)
#815D9D
(129,93,157)
#705087
(112,80,135)
#5F4371
(95,67,113)
#4E365B
(78,54,91)
#3D2945
(61,41,69)
#2C1C2F
(44,28,47)
#1B0F19
(27,15,25)
#000000
(0,0,0)

Tints of #C591F5

#C591F5
(197,145,245)
#CA9BF5
(202,155,245)
#CFA5F5
(207,165,245)
#D4AFF5
(212,175,245)
#D9B9F5
(217,185,245)
#DEC3F5
(222,195,245)
#E3CDF5
(227,205,245)
#E8D7F5
(232,215,245)
#EDE1F5
(237,225,245)
#F2EBF5
(242,235,245)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C591F5 color. Also use rgb(197,145,245) instead hex code.

Text Font Color

.myTextColor { color: #C591F5; }

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

This text font color is #C591F5.

Background Color

.myBgColor { background-color: #C591F5; }

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

This div background color is #C591F5.

Border color

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

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

This div border color is #C591F5.

Opacity

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

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

Text with #C591F5 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 #C591F5;}

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

This text has shadow with #C591F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C591F5.

Preview

Color preview on black background

This text has color #C591F5 on black background.


Color preview on white background

This text has color #C591F5 on white background.


Black color preview on #C591F5 background

This text has black color on #C591F5 background.


White color preview on #C591F5 background

This text has white color on #C591F5 background.


Related colors

Complementary color

Complementary color for #hex is #3A6E0A.


I love getcolorcode.com

Triadic colors

1 #F5C591 and #91F5C5 with #C591F5 are triadic colors.

2 #F591C5 and #91C5F5 with #C591F5 are triadic colors.