COLOR #C188E1

HEX: #C188E1 RGB: (193,136,225)

Color info

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

RGB color model

#C188E1 color RGB value is (193,136,225).

RGB: (193,136,225) (76%, 53%, 88%)

RGB channels and saturation

R 193 of 255 = 76%
G 136 of 255 = 53%
B 225 of 255 = 88%

193
136
225

R + G + B ~ 72%. #C188E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 136 + 225 = 554 (100%)
R 193 of 554 ~ 34.84%
G 136 of 554 ~ 24.55%
B 225 of 554 ~ 40.61'%

%34.84
%24.55
%40.61

CMYK color model

#C188E1 color CMYK value is (14,40,0,12).

  • cyan value is 14.22%
  • magenta value is 39.56%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (14,40,0,12)
C14M40Y0K12 (14%, 40%, 0%, 12%)
(0.14 / 0.40 / 0.00 / 0.12)

CMYK percentages

%14.22
%39.56
%0
%11.76

Codes

Color #C188E1 in popluar color models

C1 88 E1
RGB 193 136 225
HSL 278° 59.73% 70.78%
HSB/HSV 278° 39.56% 88.24%
CMYK 14.22% 39.56% 0.00%
11.76%

Color #C188E1 in popluar number systems.

HEX C1 88 E1
Decimal 193 136 225
Binary 11000001 10001000 11100001
Octal 301 210 341

Shades and tints

Shades of #C188E1

#C188E1
(193,136,225)
#B07CCD
(176,124,205)
#9F70B9
(159,112,185)
#8E64A5
(142,100,165)
#7D5891
(125,88,145)
#6C4C7D
(108,76,125)
#5B4069
(91,64,105)
#4A3455
(74,52,85)
#392841
(57,40,65)
#281C2D
(40,28,45)
#171019
(23,16,25)
#000000
(0,0,0)

Tints of #C188E1

#C188E1
(193,136,225)
#C692E3
(198,146,227)
#CB9CE5
(203,156,229)
#D0A6E7
(208,166,231)
#D5B0E9
(213,176,233)
#DABAEB
(218,186,235)
#DFC4ED
(223,196,237)
#E4CEEF
(228,206,239)
#E9D8F1
(233,216,241)
#EEE2F3
(238,226,243)
#F3ECF5
(243,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C188E1 color. Also use rgb(193,136,225) instead hex code.

Text Font Color

.myTextColor { color: #C188E1; }

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

This text font color is #C188E1.

Background Color

.myBgColor { background-color: #C188E1; }

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

This div background color is #C188E1.

Border color

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

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

This div border color is #C188E1.

Opacity

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

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

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

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

This text has shadow with #C188E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C188E1.

Preview

Color preview on black background

This text has color #C188E1 on black background.


Color preview on white background

This text has color #C188E1 on white background.


Black color preview on #C188E1 background

This text has black color on #C188E1 background.


White color preview on #C188E1 background

This text has white color on #C188E1 background.


Related colors

Complementary color

Complementary color for #hex is #3E771E.


I love getcolorcode.com

Triadic colors

1 #E1C188 and #88E1C1 with #C188E1 are triadic colors.

2 #E188C1 and #88C1E1 with #C188E1 are triadic colors.