COLOR #C586DD

HEX: #C586DD
RGB: (197,134,221)

Color info

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

RGB color model

#C586DD color RGB value is (197,134,221).

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

RGB channels and saturation

R 197 of 255 = 77%
G 134 of 255 = 53%
B 221 of 255 = 87%

197
134
221

R + G + B ~ 72%. #C586DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 134 + 221 = 552 (100%)
R 197 of 552 ~ 35.69%
G 134 of 552 ~ 24.28%
B 221 of 552 ~ 40.04%

%35.69
%24.28
%40.04

CMYK color model

#C586DD color CMYK value is (11,39,0,13).

  • cyan value is 10.86%
  • magenta value is 39.37%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(11,39,0,13)
C11M39Y0K13 
(11%,39%,0%,13%)
(0.11/0.39/0.00/0.13)	

CMYK percentages

%10.86
%39.37
%0
%13.33

Codes

Color #C586DD in popluar color models

C586DD
RGB197134221
HSL283°56.13%69.61%
HSB/HSV283°39.37%86.67%
CMYK10.86%39.37%0.00%
13.33%

Color #C586DD in popluar number systems.

HEXC586DD
Decimal197134221
Binary110001011000011011011101
Octal305206335

Shades and tints

Shades of #C586DD

#C586DD
(197,134,221)
#B47AC9
(180,122,201)
#A36EB5
(163,110,181)
#9262A1
(146,98,161)
#81568D
(129,86,141)
#704A79
(112,74,121)
#5F3E65
(95,62,101)
#4E3251
(78,50,81)
#3D263D
(61,38,61)
#2C1A29
(44,26,41)
#1B0E15
(27,14,21)
#000000
(0,0,0)

Tints of #C586DD

#C586DD
(197,134,221)
#CA91E0
(202,145,224)
#CF9CE3
(207,156,227)
#D4A7E6
(212,167,230)
#D9B2E9
(217,178,233)
#DEBDEC
(222,189,236)
#E3C8EF
(227,200,239)
#E8D3F2
(232,211,242)
#EDDEF5
(237,222,245)
#F2E9F8
(242,233,248)
#F7F4FB
(247,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C586DD; }

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

This text font color is #C586DD.


Background Color

.myBgColor { background-color: #C586DD; }

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

This div background color is #C586DD.


Border color

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

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

This div border color is #C586DD.


Opacity

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

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

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

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

This text has shadow with #C586DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C586DD on black background.


Color preview on white background

This text has color #C586DD on white background.



Black color preview on #C586DD background

This text has black color on #C586DD background.


White color preview on #C586DD background

This text has white color on #C586DD background.