COLOR #C588CE

HEX: #C588CE RGB: (197,136,206)

Color info

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

RGB color model

#C588CE color RGB value is (197,136,206).

RGB: (197,136,206) (77%, 53%, 81%)

RGB channels and saturation

R 197 of 255 = 77%
G 136 of 255 = 53%
B 206 of 255 = 81%

197
136
206

R + G + B ~ 70%. #C588CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 136 + 206 = 539 (100%)
R 197 of 539 ~ 36.55%
G 136 of 539 ~ 25.23%
B 206 of 539 ~ 38.22'%

%36.55
%25.23
%38.22

CMYK color model

#C588CE color CMYK value is (4,34,0,19).

  • cyan value is 4.37%
  • magenta value is 33.98%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (4,34,0,19)
C4M34Y0K19 (4%, 34%, 0%, 19%)
(0.04 / 0.34 / 0.00 / 0.19)

CMYK percentages

%4.37
%33.98
%0
%19.22

Codes

Color #C588CE in popluar color models

C5 88 CE
RGB 197 136 206
HSL 292° 41.67% 67.06%
HSB/HSV 292° 33.98% 80.78%
CMYK 4.37% 33.98% 0.00%
19.22%

Color #C588CE in popluar number systems.

HEX C5 88 CE
Decimal 197 136 206
Binary 11000101 10001000 11001110
Octal 305 210 316

Shades and tints

Shades of #C588CE

#C588CE
(197,136,206)
#B47CBC
(180,124,188)
#A370AA
(163,112,170)
#926498
(146,100,152)
#815886
(129,88,134)
#704C74
(112,76,116)
#5F4062
(95,64,98)
#4E3450
(78,52,80)
#3D283E
(61,40,62)
#2C1C2C
(44,28,44)
#1B101A
(27,16,26)
#000000
(0,0,0)

Tints of #C588CE

#C588CE
(197,136,206)
#CA92D2
(202,146,210)
#CF9CD6
(207,156,214)
#D4A6DA
(212,166,218)
#D9B0DE
(217,176,222)
#DEBAE2
(222,186,226)
#E3C4E6
(227,196,230)
#E8CEEA
(232,206,234)
#EDD8EE
(237,216,238)
#F2E2F2
(242,226,242)
#F7ECF6
(247,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C588CE color. Also use rgb(197,136,206) instead hex code.

Text Font Color

.myTextColor { color: #C588CE; }

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

This text font color is #C588CE.

Background Color

.myBgColor { background-color: #C588CE; }

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

This div background color is #C588CE.

Border color

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

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

This div border color is #C588CE.

Opacity

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

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

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

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

This text has shadow with #C588CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C588CE.

Preview

Color preview on black background

This text has color #C588CE on black background.


Color preview on white background

This text has color #C588CE on white background.


Black color preview on #C588CE background

This text has black color on #C588CE background.


White color preview on #C588CE background

This text has white color on #C588CE background.


Related colors

Complementary color

Complementary color for #hex is #3A7731.


I love getcolorcode.com

Triadic colors

1 #CEC588 and #88CEC5 with #C588CE are triadic colors.

2 #CE88C5 and #88C5CE with #C588CE are triadic colors.