COLOR #C187D8

HEX: #C187D8
RGB: (193,135,216)

Color info

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

RGB color model

#C187D8 color RGB value is (193,135,216).

  • red value is 193;
  • green value is 135;
  • blue value is 216.
RGB:
(193,135,216)
(76%,53%,85%)

RGB channels and saturation

R 193 of 255 = 76%
G 135 of 255 = 53%
B 216 of 255 = 85%

193
135
216

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

Portions of RGB colors in percentages

R + G + B =
193 + 135 + 216 = 544 (100%)
R 193 of 544 ~ 35.48%
G 135 of 544 ~ 24.82%
B 216 of 544 ~ 39.71%

%35.48
%24.82
%39.71

CMYK color model

#C187D8 color CMYK value is (11,38,0,15).

  • cyan value is 10.65%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(11,38,0,15)
C11M38Y0K15 
(11%,38%,0%,15%)
(0.11/0.38/0.00/0.15)	

CMYK percentages

%10.65
%37.5
%0
%15.29

Codes

Color #C187D8 in popluar color models

C187D8
RGB193135216
HSL283°50.94%68.82%
HSB/HSV283°37.50%84.71%
CMYK10.65%37.50%0.00%
15.29%

Color #C187D8 in popluar number systems.

HEXC187D8
Decimal193135216
Binary110000011000011111011000
Octal301207330

Shades and tints

Shades of #C187D8

#C187D8
(193,135,216)
#B07BC5
(176,123,197)
#9F6FB2
(159,111,178)
#8E639F
(142,99,159)
#7D578C
(125,87,140)
#6C4B79
(108,75,121)
#5B3F66
(91,63,102)
#4A3353
(74,51,83)
#392740
(57,39,64)
#281B2D
(40,27,45)
#170F1A
(23,15,26)
#000000
(0,0,0)

Tints of #C187D8

#C187D8
(193,135,216)
#C691DB
(198,145,219)
#CB9BDE
(203,155,222)
#D0A5E1
(208,165,225)
#D5AFE4
(213,175,228)
#DAB9E7
(218,185,231)
#DFC3EA
(223,195,234)
#E4CDED
(228,205,237)
#E9D7F0
(233,215,240)
#EEE1F3
(238,225,243)
#F3EBF6
(243,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C187D8 color. Also use rgb(193,135,216) instead hex code.

Text Font Color

.myTextColor { color: #C187D8; }

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

This text font color is #C187D8.


Background Color

.myBgColor { background-color: #C187D8; }

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

This div background color is #C187D8.


Border color

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

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

This div border color is #C187D8.


Opacity

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

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

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

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

This text has shadow with #C187D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C187D8 on black background.


Color preview on white background

This text has color #C187D8 on white background.



Black color preview on #C187D8 background

This text has black color on #C187D8 background.


White color preview on #C187D8 background

This text has white color on #C187D8 background.