COLOR #C58CC2

HEX: #C58CC2
RGB: (197,140,194)

Color info

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

RGB color model

#C58CC2 color RGB value is (197,140,194).

  • red value is 197;
  • green value is 140;
  • blue value is 194.
RGB:
(197,140,194)
(77%,55%,76%)

RGB channels and saturation

R 197 of 255 = 77%
G 140 of 255 = 55%
B 194 of 255 = 76%

197
140
194

R + G + B ~ 69%. #C58CC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 140 + 194 = 531 (100%)
R 197 of 531 ~ 37.1%
G 140 of 531 ~ 26.37%
B 194 of 531 ~ 36.53%

%37.1
%26.37
%36.53

CMYK color model

#C58CC2 color CMYK value is (0,29,2,23).

  • cyan value is 0.00%
  • magenta value is 28.93%
  • yellow value is 1.52%
  • key color value is 22.75%
CMYK:
(0,29,2,23)
C0M29Y2K23 
(0%,29%,2%,23%)
(0.00/0.29/0.02/0.23)	

CMYK percentages

%0
%28.93
%1.52
%22.75

Codes

Color #C58CC2 in popluar color models

C58CC2
RGB197140194
HSL303°32.95%66.08%
HSB/HSV303°28.93%77.25%
CMYK0.00%28.93%1.52%
22.75%

Color #C58CC2 in popluar number systems.

HEXC58CC2
Decimal197140194
Binary110001011000110011000010
Octal305214302

Shades and tints

Shades of #C58CC2

#C58CC2
(197,140,194)
#B480B1
(180,128,177)
#A374A0
(163,116,160)
#92688F
(146,104,143)
#815C7E
(129,92,126)
#70506D
(112,80,109)
#5F445C
(95,68,92)
#4E384B
(78,56,75)
#3D2C3A
(61,44,58)
#2C2029
(44,32,41)
#1B1418
(27,20,24)
#000000
(0,0,0)

Tints of #C58CC2

#C58CC2
(197,140,194)
#CA96C7
(202,150,199)
#CFA0CC
(207,160,204)
#D4AAD1
(212,170,209)
#D9B4D6
(217,180,214)
#DEBEDB
(222,190,219)
#E3C8E0
(227,200,224)
#E8D2E5
(232,210,229)
#EDDCEA
(237,220,234)
#F2E6EF
(242,230,239)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58CC2; }

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

This text font color is #C58CC2.


Background Color

.myBgColor { background-color: #C58CC2; }

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

This div background color is #C58CC2.


Border color

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

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

This div border color is #C58CC2.


Opacity

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

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

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

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

This text has shadow with #C58CC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58CC2 on black background.


Color preview on white background

This text has color #C58CC2 on white background.



Black color preview on #C58CC2 background

This text has black color on #C58CC2 background.


White color preview on #C58CC2 background

This text has white color on #C58CC2 background.