COLOR #C586C2

HEX: #C586C2
RGB: (197,134,194)

Color info

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

RGB color model

#C586C2 color RGB value is (197,134,194).

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

RGB channels and saturation

R 197 of 255 = 77%
G 134 of 255 = 53%
B 194 of 255 = 76%

197
134
194

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

Portions of RGB colors in percentages

R + G + B =
197 + 134 + 194 = 525 (100%)
R 197 of 525 ~ 37.52%
G 134 of 525 ~ 25.52%
B 194 of 525 ~ 36.95%

%37.52
%25.52
%36.95

CMYK color model

#C586C2 color CMYK value is (0,32,2,23).

  • cyan value is 0.00%
  • magenta value is 31.98%
  • yellow value is 1.52%
  • key color value is 22.75%
CMYK:
(0,32,2,23)
C0M32Y2K23 
(0%,32%,2%,23%)
(0.00/0.32/0.02/0.23)	

CMYK percentages

%0
%31.98
%1.52
%22.75

Codes

Color #C586C2 in popluar color models

C586C2
RGB197134194
HSL303°35.20%64.90%
HSB/HSV303°31.98%77.25%
CMYK0.00%31.98%1.52%
22.75%

Color #C586C2 in popluar number systems.

HEXC586C2
Decimal197134194
Binary110001011000011011000010
Octal305206302

Shades and tints

Shades of #C586C2

#C586C2
(197,134,194)
#B47AB1
(180,122,177)
#A36EA0
(163,110,160)
#92628F
(146,98,143)
#81567E
(129,86,126)
#704A6D
(112,74,109)
#5F3E5C
(95,62,92)
#4E324B
(78,50,75)
#3D263A
(61,38,58)
#2C1A29
(44,26,41)
#1B0E18
(27,14,24)
#000000
(0,0,0)

Tints of #C586C2

#C586C2
(197,134,194)
#CA91C7
(202,145,199)
#CF9CCC
(207,156,204)
#D4A7D1
(212,167,209)
#D9B2D6
(217,178,214)
#DEBDDB
(222,189,219)
#E3C8E0
(227,200,224)
#E8D3E5
(232,211,229)
#EDDEEA
(237,222,234)
#F2E9EF
(242,233,239)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C586C2; }

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

This text font color is #C586C2.


Background Color

.myBgColor { background-color: #C586C2; }

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

This div background color is #C586C2.


Border color

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

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

This div border color is #C586C2.


Opacity

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

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

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

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

This text has shadow with #C586C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C586C2 on black background.


Color preview on white background

This text has color #C586C2 on white background.



Black color preview on #C586C2 background

This text has black color on #C586C2 background.


White color preview on #C586C2 background

This text has white color on #C586C2 background.