COLOR #C58FDB

HEX: #C58FDB
RGB: (197,143,219)

Color info

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

RGB color model

#C58FDB color RGB value is (197,143,219).

  • red value is 197;
  • green value is 143;
  • blue value is 219.
RGB:
(197,143,219)
(77%,56%,86%)

RGB channels and saturation

R 197 of 255 = 77%
G 143 of 255 = 56%
B 219 of 255 = 86%

197
143
219

R + G + B ~ 73%. #C58FDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 143 + 219 = 559 (100%)
R 197 of 559 ~ 35.24%
G 143 of 559 ~ 25.58%
B 219 of 559 ~ 39.18%

%35.24
%25.58
%39.18

CMYK color model

#C58FDB color CMYK value is (10,35,0,14).

  • cyan value is 10.05%
  • magenta value is 34.70%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(10,35,0,14)
C10M35Y0K14 
(10%,35%,0%,14%)
(0.10/0.35/0.00/0.14)	

CMYK percentages

%10.05
%34.7
%0
%14.12

Codes

Color #C58FDB in popluar color models

C58FDB
RGB197143219
HSL283°51.35%70.98%
HSB/HSV283°34.70%85.88%
CMYK10.05%34.70%0.00%
14.12%

Color #C58FDB in popluar number systems.

HEXC58FDB
Decimal197143219
Binary110001011000111111011011
Octal305217333

Shades and tints

Shades of #C58FDB

#C58FDB
(197,143,219)
#B482C8
(180,130,200)
#A375B5
(163,117,181)
#9268A2
(146,104,162)
#815B8F
(129,91,143)
#704E7C
(112,78,124)
#5F4169
(95,65,105)
#4E3456
(78,52,86)
#3D2743
(61,39,67)
#2C1A30
(44,26,48)
#1B0D1D
(27,13,29)
#000000
(0,0,0)

Tints of #C58FDB

#C58FDB
(197,143,219)
#CA99DE
(202,153,222)
#CFA3E1
(207,163,225)
#D4ADE4
(212,173,228)
#D9B7E7
(217,183,231)
#DEC1EA
(222,193,234)
#E3CBED
(227,203,237)
#E8D5F0
(232,213,240)
#EDDFF3
(237,223,243)
#F2E9F6
(242,233,246)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C58FDB color. Also use rgb(197,143,219) instead hex code.

Text Font Color

.myTextColor { color: #C58FDB; }

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

This text font color is #C58FDB.


Background Color

.myBgColor { background-color: #C58FDB; }

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

This div background color is #C58FDB.


Border color

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

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

This div border color is #C58FDB.


Opacity

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

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

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

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

This text has shadow with #C58FDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58FDB on black background.


Color preview on white background

This text has color #C58FDB on white background.



Black color preview on #C58FDB background

This text has black color on #C58FDB background.


White color preview on #C58FDB background

This text has white color on #C58FDB background.