COLOR #C589E0

HEX: #C589E0 RGB: (197,137,224)

Color info

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

RGB color model

#C589E0 color RGB value is (197,137,224).

RGB: (197,137,224) (77%, 54%, 88%)

RGB channels and saturation

R 197 of 255 = 77%
G 137 of 255 = 54%
B 224 of 255 = 88%

197
137
224

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

Portions of RGB colors in percentages

R + G + B = 197 + 137 + 224 = 558 (100%)
R 197 of 558 ~ 35.3%
G 137 of 558 ~ 24.55%
B 224 of 558 ~ 40.14'%

%35.3
%24.55
%40.14

CMYK color model

#C589E0 color CMYK value is (12,39,0,12).

  • cyan value is 12.05%
  • magenta value is 38.84%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (12,39,0,12)
C12M39Y0K12 (12%, 39%, 0%, 12%)
(0.12 / 0.39 / 0.00 / 0.12)

CMYK percentages

%12.05
%38.84
%0
%12.16

Codes

Color #C589E0 in popluar color models

C5 89 E0
RGB 197 137 224
HSL 281° 58.39% 70.78%
HSB/HSV 281° 38.84% 87.84%
CMYK 12.05% 38.84% 0.00%
12.16%

Color #C589E0 in popluar number systems.

HEX C5 89 E0
Decimal 197 137 224
Binary 11000101 10001001 11100000
Octal 305 211 340

Shades and tints

Shades of #C589E0

#C589E0
(197,137,224)
#B47DCC
(180,125,204)
#A371B8
(163,113,184)
#9265A4
(146,101,164)
#815990
(129,89,144)
#704D7C
(112,77,124)
#5F4168
(95,65,104)
#4E3554
(78,53,84)
#3D2940
(61,41,64)
#2C1D2C
(44,29,44)
#1B1118
(27,17,24)
#000000
(0,0,0)

Tints of #C589E0

#C589E0
(197,137,224)
#CA93E2
(202,147,226)
#CF9DE4
(207,157,228)
#D4A7E6
(212,167,230)
#D9B1E8
(217,177,232)
#DEBBEA
(222,187,234)
#E3C5EC
(227,197,236)
#E8CFEE
(232,207,238)
#EDD9F0
(237,217,240)
#F2E3F2
(242,227,242)
#F7EDF4
(247,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C589E0 color. Also use rgb(197,137,224) instead hex code.

Text Font Color

.myTextColor { color: #C589E0; }

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

This text font color is #C589E0.

Background Color

.myBgColor { background-color: #C589E0; }

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

This div background color is #C589E0.

Border color

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

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

This div border color is #C589E0.

Opacity

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

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

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

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

This text has shadow with #C589E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C589E0.

Preview

Color preview on black background

This text has color #C589E0 on black background.


Color preview on white background

This text has color #C589E0 on white background.


Black color preview on #C589E0 background

This text has black color on #C589E0 background.


White color preview on #C589E0 background

This text has white color on #C589E0 background.


Related colors

Complementary color

Complementary color for #hex is #3A761F.


I love getcolorcode.com

Triadic colors

1 #E0C589 and #89E0C5 with #C589E0 are triadic colors.

2 #E089C5 and #89C5E0 with #C589E0 are triadic colors.