COLOR #C58EE1

HEX: #C58EE1 RGB: (197,142,225)

Color info

#C58EE1 contains mainly red and blue colors. Web safe color of #C58EE1 is #CC99CC (or #C9C).

RGB color model

#C58EE1 color RGB value is (197,142,225).

RGB: (197,142,225) (77%, 56%, 88%)

RGB channels and saturation

R 197 of 255 = 77%
G 142 of 255 = 56%
B 225 of 255 = 88%

197
142
225

R + G + B ~ 74%. #C58EE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 142 + 225 = 564 (100%)
R 197 of 564 ~ 34.93%
G 142 of 564 ~ 25.18%
B 225 of 564 ~ 39.89'%

%34.93
%25.18
%39.89

CMYK color model

#C58EE1 color CMYK value is (12,37,0,12).

  • cyan value is 12.44%
  • magenta value is 36.89%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (12,37,0,12)
C12M37Y0K12 (12%, 37%, 0%, 12%)
(0.12 / 0.37 / 0.00 / 0.12)

CMYK percentages

%12.44
%36.89
%0
%11.76

Codes

Color #C58EE1 in popluar color models

C5 8E E1
RGB 197 142 225
HSL 280° 58.04% 71.96%
HSB/HSV 280° 36.89% 88.24%
CMYK 12.44% 36.89% 0.00%
11.76%

Color #C58EE1 in popluar number systems.

HEX C5 8E E1
Decimal 197 142 225
Binary 11000101 10001110 11100001
Octal 305 216 341

Shades and tints

Shades of #C58EE1

#C58EE1
(197,142,225)
#B482CD
(180,130,205)
#A376B9
(163,118,185)
#926AA5
(146,106,165)
#815E91
(129,94,145)
#70527D
(112,82,125)
#5F4669
(95,70,105)
#4E3A55
(78,58,85)
#3D2E41
(61,46,65)
#2C222D
(44,34,45)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #C58EE1

#C58EE1
(197,142,225)
#CA98E3
(202,152,227)
#CFA2E5
(207,162,229)
#D4ACE7
(212,172,231)
#D9B6E9
(217,182,233)
#DEC0EB
(222,192,235)
#E3CAED
(227,202,237)
#E8D4EF
(232,212,239)
#EDDEF1
(237,222,241)
#F2E8F3
(242,232,243)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C58EE1 color. Also use rgb(197,142,225) instead hex code.

Text Font Color

.myTextColor { color: #C58EE1; }

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

This text font color is #C58EE1.

Background Color

.myBgColor { background-color: #C58EE1; }

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

This div background color is #C58EE1.

Border color

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

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

This div border color is #C58EE1.

Opacity

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

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

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

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

This text has shadow with #C58EE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C58EE1.

Preview

Color preview on black background

This text has color #C58EE1 on black background.


Color preview on white background

This text has color #C58EE1 on white background.


Black color preview on #C58EE1 background

This text has black color on #C58EE1 background.


White color preview on #C58EE1 background

This text has white color on #C58EE1 background.


Related colors

Complementary color

Complementary color for #hex is #3A711E.


I love getcolorcode.com

Triadic colors

1 #E1C58E and #8EE1C5 with #C58EE1 are triadic colors.

2 #E18EC5 and #8EC5E1 with #C58EE1 are triadic colors.