COLOR #C58EC1

HEX: #C58EC1 RGB: (197,142,193)

Color info

#C58EC1 contains red, green and blue colors in about the same proportion. Web safe color of #C58EC1 is #CC99CC (or #C9C).

RGB color model

#C58EC1 color RGB value is (197,142,193).

RGB: (197,142,193) (77%, 56%, 76%)

RGB channels and saturation

R 197 of 255 = 77%
G 142 of 255 = 56%
B 193 of 255 = 76%

197
142
193

R + G + B ~ 70%. #C58EC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 142 + 193 = 532 (100%)
R 197 of 532 ~ 37.03%
G 142 of 532 ~ 26.69%
B 193 of 532 ~ 36.28'%

%37.03
%26.69
%36.28

CMYK color model

#C58EC1 color CMYK value is (0,28,2,23).

  • cyan value is 0.00%
  • magenta value is 27.92%
  • yellow value is 2.03%
  • key color value is 22.75%

CMYK: (0,28,2,23)
C0M28Y2K23 (0%, 28%, 2%, 23%)
(0.00 / 0.28 / 0.02 / 0.23)

CMYK percentages

%0
%27.92
%2.03
%22.75

Codes

Color #C58EC1 in popluar color models

C5 8E C1
RGB 197 142 193
HSL 304° 32.16% 66.47%
HSB/HSV 304° 27.92% 77.25%
CMYK 0.00% 27.92% 2.03%
22.75%

Color #C58EC1 in popluar number systems.

HEX C5 8E C1
Decimal 197 142 193
Binary 11000101 10001110 11000001
Octal 305 216 301

Shades and tints

Shades of #C58EC1

#C58EC1
(197,142,193)
#B482B0
(180,130,176)
#A3769F
(163,118,159)
#926A8E
(146,106,142)
#815E7D
(129,94,125)
#70526C
(112,82,108)
#5F465B
(95,70,91)
#4E3A4A
(78,58,74)
#3D2E39
(61,46,57)
#2C2228
(44,34,40)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #C58EC1

#C58EC1
(197,142,193)
#CA98C6
(202,152,198)
#CFA2CB
(207,162,203)
#D4ACD0
(212,172,208)
#D9B6D5
(217,182,213)
#DEC0DA
(222,192,218)
#E3CADF
(227,202,223)
#E8D4E4
(232,212,228)
#EDDEE9
(237,222,233)
#F2E8EE
(242,232,238)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58EC1; }

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

This text font color is #C58EC1.

Background Color

.myBgColor { background-color: #C58EC1; }

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

This div background color is #C58EC1.

Border color

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

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

This div border color is #C58EC1.

Opacity

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

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

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

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

This text has shadow with #C58EC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C58EC1.

Preview

Color preview on black background

This text has color #C58EC1 on black background.


Color preview on white background

This text has color #C58EC1 on white background.


Black color preview on #C58EC1 background

This text has black color on #C58EC1 background.


White color preview on #C58EC1 background

This text has white color on #C58EC1 background.


Related colors

Complementary color

Complementary color for #hex is #3A713E.


I love getcolorcode.com

Triadic colors

1 #C1C58E and #8EC1C5 with #C58EC1 are triadic colors.

2 #C18EC5 and #8EC5C1 with #C58EC1 are triadic colors.