COLOR #C58CC6

HEX: #C58CC6 RGB: (197,140,198)

Color info

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

RGB color model

#C58CC6 color RGB value is (197,140,198).

RGB: (197,140,198) (77%, 55%, 78%)

RGB channels and saturation

R 197 of 255 = 77%
G 140 of 255 = 55%
B 198 of 255 = 78%

197
140
198

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

Portions of RGB colors in percentages

R + G + B = 197 + 140 + 198 = 535 (100%)
R 197 of 535 ~ 36.82%
G 140 of 535 ~ 26.17%
B 198 of 535 ~ 37.01'%

%36.82
%26.17
%37.01

CMYK color model

#C58CC6 color CMYK value is (1,29,0,22).

  • cyan value is 0.51%
  • magenta value is 29.29%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (1,29,0,22)
C1M29Y0K22 (1%, 29%, 0%, 22%)
(0.01 / 0.29 / 0.00 / 0.22)

CMYK percentages

%0.51
%29.29
%0
%22.35

Codes

Color #C58CC6 in popluar color models

C5 8C C6
RGB 197 140 198
HSL 299° 33.72% 66.27%
HSB/HSV 299° 29.29% 77.65%
CMYK 0.51% 29.29% 0.00%
22.35%

Color #C58CC6 in popluar number systems.

HEX C5 8C C6
Decimal 197 140 198
Binary 11000101 10001100 11000110
Octal 305 214 306

Shades and tints

Shades of #C58CC6

#C58CC6
(197,140,198)
#B480B4
(180,128,180)
#A374A2
(163,116,162)
#926890
(146,104,144)
#815C7E
(129,92,126)
#70506C
(112,80,108)
#5F445A
(95,68,90)
#4E3848
(78,56,72)
#3D2C36
(61,44,54)
#2C2024
(44,32,36)
#1B1412
(27,20,18)
#000000
(0,0,0)

Tints of #C58CC6

#C58CC6
(197,140,198)
#CA96CB
(202,150,203)
#CFA0D0
(207,160,208)
#D4AAD5
(212,170,213)
#D9B4DA
(217,180,218)
#DEBEDF
(222,190,223)
#E3C8E4
(227,200,228)
#E8D2E9
(232,210,233)
#EDDCEE
(237,220,238)
#F2E6F3
(242,230,243)
#F7F0F8
(247,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C58CC6 color. Also use rgb(197,140,198) instead hex code.

Text Font Color

.myTextColor { color: #C58CC6; }

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

This text font color is #C58CC6.

Background Color

.myBgColor { background-color: #C58CC6; }

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

This div background color is #C58CC6.

Border color

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

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

This div border color is #C58CC6.

Opacity

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

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

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

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

This text has shadow with #C58CC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C58CC6.

Preview

Color preview on black background

This text has color #C58CC6 on black background.


Color preview on white background

This text has color #C58CC6 on white background.


Black color preview on #C58CC6 background

This text has black color on #C58CC6 background.


White color preview on #C58CC6 background

This text has white color on #C58CC6 background.


Related colors

Complementary color

Complementary color for #hex is #3A7339.


I love getcolorcode.com

Triadic colors

1 #C6C58C and #8CC6C5 with #C58CC6 are triadic colors.

2 #C68CC5 and #8CC5C6 with #C58CC6 are triadic colors.