COLOR #C58BD3

HEX: #C58BD3
RGB: (197,139,211)

Color info

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

RGB color model

#C58BD3 color RGB value is (197,139,211).

  • red value is 197;
  • green value is 139;
  • blue value is 211.
RGB:
(197,139,211)
(77%,55%,83%)

RGB channels and saturation

R 197 of 255 = 77%
G 139 of 255 = 55%
B 211 of 255 = 83%

197
139
211

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

Portions of RGB colors in percentages

R + G + B =
197 + 139 + 211 = 547 (100%)
R 197 of 547 ~ 36.01%
G 139 of 547 ~ 25.41%
B 211 of 547 ~ 38.57%

%36.01
%25.41
%38.57

CMYK color model

#C58BD3 color CMYK value is (7,34,0,17).

  • cyan value is 6.64%
  • magenta value is 34.12%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(7,34,0,17)
C7M34Y0K17 
(7%,34%,0%,17%)
(0.07/0.34/0.00/0.17)	

CMYK percentages

%6.64
%34.12
%0
%17.25

Codes

Color #C58BD3 in popluar color models

C58BD3
RGB197139211
HSL288°45.00%68.63%
HSB/HSV288°34.12%82.75%
CMYK6.64%34.12%0.00%
17.25%

Color #C58BD3 in popluar number systems.

HEXC58BD3
Decimal197139211
Binary110001011000101111010011
Octal305213323

Shades and tints

Shades of #C58BD3

#C58BD3
(197,139,211)
#B47FC0
(180,127,192)
#A373AD
(163,115,173)
#92679A
(146,103,154)
#815B87
(129,91,135)
#704F74
(112,79,116)
#5F4361
(95,67,97)
#4E374E
(78,55,78)
#3D2B3B
(61,43,59)
#2C1F28
(44,31,40)
#1B1315
(27,19,21)
#000000
(0,0,0)

Tints of #C58BD3

#C58BD3
(197,139,211)
#CA95D7
(202,149,215)
#CF9FDB
(207,159,219)
#D4A9DF
(212,169,223)
#D9B3E3
(217,179,227)
#DEBDE7
(222,189,231)
#E3C7EB
(227,199,235)
#E8D1EF
(232,209,239)
#EDDBF3
(237,219,243)
#F2E5F7
(242,229,247)
#F7EFFB
(247,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C58BD3 color. Also use rgb(197,139,211) instead hex code.

Text Font Color

.myTextColor { color: #C58BD3; }

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

This text font color is #C58BD3.


Background Color

.myBgColor { background-color: #C58BD3; }

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

This div background color is #C58BD3.


Border color

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

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

This div border color is #C58BD3.


Opacity

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

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

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

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

This text has shadow with #C58BD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58BD3 on black background.


Color preview on white background

This text has color #C58BD3 on white background.



Black color preview on #C58BD3 background

This text has black color on #C58BD3 background.


White color preview on #C58BD3 background

This text has white color on #C58BD3 background.