COLOR #C588D0

HEX: #C588D0
RGB: (197,136,208)

Color info

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

RGB color model

#C588D0 color RGB value is (197,136,208).

  • red value is 197;
  • green value is 136;
  • blue value is 208.
RGB:
(197,136,208)
(77%,53%,82%)

RGB channels and saturation

R 197 of 255 = 77%
G 136 of 255 = 53%
B 208 of 255 = 82%

197
136
208

R + G + B ~ 71%. #C588D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 136 + 208 = 541 (100%)
R 197 of 541 ~ 36.41%
G 136 of 541 ~ 25.14%
B 208 of 541 ~ 38.45%

%36.41
%25.14
%38.45

CMYK color model

#C588D0 color CMYK value is (5,35,0,18).

  • cyan value is 5.29%
  • magenta value is 34.62%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(5,35,0,18)
C5M35Y0K18 
(5%,35%,0%,18%)
(0.05/0.35/0.00/0.18)	

CMYK percentages

%5.29
%34.62
%0
%18.43

Codes

Color #C588D0 in popluar color models

C588D0
RGB197136208
HSL291°43.37%67.45%
HSB/HSV291°34.62%81.57%
CMYK5.29%34.62%0.00%
18.43%

Color #C588D0 in popluar number systems.

HEXC588D0
Decimal197136208
Binary110001011000100011010000
Octal305210320

Shades and tints

Shades of #C588D0

#C588D0
(197,136,208)
#B47CBE
(180,124,190)
#A370AC
(163,112,172)
#92649A
(146,100,154)
#815888
(129,88,136)
#704C76
(112,76,118)
#5F4064
(95,64,100)
#4E3452
(78,52,82)
#3D2840
(61,40,64)
#2C1C2E
(44,28,46)
#1B101C
(27,16,28)
#000000
(0,0,0)

Tints of #C588D0

#C588D0
(197,136,208)
#CA92D4
(202,146,212)
#CF9CD8
(207,156,216)
#D4A6DC
(212,166,220)
#D9B0E0
(217,176,224)
#DEBAE4
(222,186,228)
#E3C4E8
(227,196,232)
#E8CEEC
(232,206,236)
#EDD8F0
(237,216,240)
#F2E2F4
(242,226,244)
#F7ECF8
(247,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C588D0; }

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

This text font color is #C588D0.


Background Color

.myBgColor { background-color: #C588D0; }

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

This div background color is #C588D0.


Border color

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

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

This div border color is #C588D0.


Opacity

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

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

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

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

This text has shadow with #C588D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C588D0 on black background.


Color preview on white background

This text has color #C588D0 on white background.



Black color preview on #C588D0 background

This text has black color on #C588D0 background.


White color preview on #C588D0 background

This text has white color on #C588D0 background.