COLOR #C588C8

HEX: #C588C8
RGB: (197,136,200)

Color info

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

RGB color model

#C588C8 color RGB value is (197,136,200).

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

RGB channels and saturation

R 197 of 255 = 77%
G 136 of 255 = 53%
B 200 of 255 = 78%

197
136
200

R + G + B ~ 69%. #C588C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 136 + 200 = 533 (100%)
R 197 of 533 ~ 36.96%
G 136 of 533 ~ 25.52%
B 200 of 533 ~ 37.52%

%36.96
%25.52
%37.52

CMYK color model

#C588C8 color CMYK value is (1,32,0,22).

  • cyan value is 1.50%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(1,32,0,22)
C1M32Y0K22 
(1%,32%,0%,22%)
(0.01/0.32/0.00/0.22)	

CMYK percentages

%1.5
%32
%0
%21.57

Codes

Color #C588C8 in popluar color models

C588C8
RGB197136200
HSL297°36.78%65.88%
HSB/HSV297°32.00%78.43%
CMYK1.50%32.00%0.00%
21.57%

Color #C588C8 in popluar number systems.

HEXC588C8
Decimal197136200
Binary110001011000100011001000
Octal305210310

Shades and tints

Shades of #C588C8

#C588C8
(197,136,200)
#B47CB6
(180,124,182)
#A370A4
(163,112,164)
#926492
(146,100,146)
#815880
(129,88,128)
#704C6E
(112,76,110)
#5F405C
(95,64,92)
#4E344A
(78,52,74)
#3D2838
(61,40,56)
#2C1C26
(44,28,38)
#1B1014
(27,16,20)
#000000
(0,0,0)

Tints of #C588C8

#C588C8
(197,136,200)
#CA92CD
(202,146,205)
#CF9CD2
(207,156,210)
#D4A6D7
(212,166,215)
#D9B0DC
(217,176,220)
#DEBAE1
(222,186,225)
#E3C4E6
(227,196,230)
#E8CEEB
(232,206,235)
#EDD8F0
(237,216,240)
#F2E2F5
(242,226,245)
#F7ECFA
(247,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C588C8; }

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

This text font color is #C588C8.


Background Color

.myBgColor { background-color: #C588C8; }

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

This div background color is #C588C8.


Border color

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

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

This div border color is #C588C8.


Opacity

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

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

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

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

This text has shadow with #C588C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C588C8 on black background.


Color preview on white background

This text has color #C588C8 on white background.



Black color preview on #C588C8 background

This text has black color on #C588C8 background.


White color preview on #C588C8 background

This text has white color on #C588C8 background.