COLOR #C187C0

HEX: #C187C0 RGB: (193,135,192)

Color info

#C187C0 contains red, green and blue colors in about the same proportion. Web safe color of #C187C0 is #CC99CC (or #C9C).

RGB color model

#C187C0 color RGB value is (193,135,192).

RGB: (193,135,192) (76%, 53%, 75%)

RGB channels and saturation

R 193 of 255 = 76%
G 135 of 255 = 53%
B 192 of 255 = 75%

193
135
192

R + G + B ~ 68%. #C187C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 135 + 192 = 520 (100%)
R 193 of 520 ~ 37.12%
G 135 of 520 ~ 25.96%
B 192 of 520 ~ 36.92'%

%37.12
%25.96
%36.92

CMYK color model

#C187C0 color CMYK value is (0,30,1,24).

  • cyan value is 0.00%
  • magenta value is 30.05%
  • yellow value is 0.52%
  • key color value is 24.31%

CMYK: (0,30,1,24)
C0M30Y1K24 (0%, 30%, 1%, 24%)
(0.00 / 0.30 / 0.01 / 0.24)

CMYK percentages

%0
%30.05
%0.52
%24.31

Codes

Color #C187C0 in popluar color models

C1 87 C0
RGB 193 135 192
HSL 301° 31.87% 64.31%
HSB/HSV 301° 30.05% 75.69%
CMYK 0.00% 30.05% 0.52%
24.31%

Color #C187C0 in popluar number systems.

HEX C1 87 C0
Decimal 193 135 192
Binary 11000001 10000111 11000000
Octal 301 207 300

Shades and tints

Shades of #C187C0

#C187C0
(193,135,192)
#B07BAF
(176,123,175)
#9F6F9E
(159,111,158)
#8E638D
(142,99,141)
#7D577C
(125,87,124)
#6C4B6B
(108,75,107)
#5B3F5A
(91,63,90)
#4A3349
(74,51,73)
#392738
(57,39,56)
#281B27
(40,27,39)
#170F16
(23,15,22)
#000000
(0,0,0)

Tints of #C187C0

#C187C0
(193,135,192)
#C691C5
(198,145,197)
#CB9BCA
(203,155,202)
#D0A5CF
(208,165,207)
#D5AFD4
(213,175,212)
#DAB9D9
(218,185,217)
#DFC3DE
(223,195,222)
#E4CDE3
(228,205,227)
#E9D7E8
(233,215,232)
#EEE1ED
(238,225,237)
#F3EBF2
(243,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C187C0; }

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

This text font color is #C187C0.

Background Color

.myBgColor { background-color: #C187C0; }

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

This div background color is #C187C0.

Border color

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

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

This div border color is #C187C0.

Opacity

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

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

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

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

This text has shadow with #C187C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C187C0.

Preview

Color preview on black background

This text has color #C187C0 on black background.


Color preview on white background

This text has color #C187C0 on white background.


Black color preview on #C187C0 background

This text has black color on #C187C0 background.


White color preview on #C187C0 background

This text has white color on #C187C0 background.


Related colors

Complementary color

Complementary color for #hex is #3E783F.


I love getcolorcode.com

Triadic colors

1 #C0C187 and #87C0C1 with #C187C0 are triadic colors.

2 #C087C1 and #87C1C0 with #C187C0 are triadic colors.