COLOR #C188E9

HEX: #C188E9 RGB: (193,136,233)

Color info

#C188E9 contains mainly red and blue colors. Web safe color of #C188E9 is #CC99FF (or #C9F).

RGB color model

#C188E9 color RGB value is (193,136,233).

RGB: (193,136,233) (76%, 53%, 91%)

RGB channels and saturation

R 193 of 255 = 76%
G 136 of 255 = 53%
B 233 of 255 = 91%

193
136
233

R + G + B ~ 73%. #C188E9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 136 + 233 = 562 (100%)
R 193 of 562 ~ 34.34%
G 136 of 562 ~ 24.2%
B 233 of 562 ~ 41.46'%

%34.34
%24.2
%41.46

CMYK color model

#C188E9 color CMYK value is (17,42,0,9).

  • cyan value is 17.17%
  • magenta value is 41.63%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (17,42,0,9)
C17M42Y0K9 (17%, 42%, 0%, 9%)
(0.17 / 0.42 / 0.00 / 0.09)

CMYK percentages

%17.17
%41.63
%0
%8.63

Codes

Color #C188E9 in popluar color models

C1 88 E9
RGB 193 136 233
HSL 275° 68.79% 72.35%
HSB/HSV 275° 41.63% 91.37%
CMYK 17.17% 41.63% 0.00%
8.63%

Color #C188E9 in popluar number systems.

HEX C1 88 E9
Decimal 193 136 233
Binary 11000001 10001000 11101001
Octal 301 210 351

Shades and tints

Shades of #C188E9

#C188E9
(193,136,233)
#B07CD4
(176,124,212)
#9F70BF
(159,112,191)
#8E64AA
(142,100,170)
#7D5895
(125,88,149)
#6C4C80
(108,76,128)
#5B406B
(91,64,107)
#4A3456
(74,52,86)
#392841
(57,40,65)
#281C2C
(40,28,44)
#171017
(23,16,23)
#000000
(0,0,0)

Tints of #C188E9

#C188E9
(193,136,233)
#C692EB
(198,146,235)
#CB9CED
(203,156,237)
#D0A6EF
(208,166,239)
#D5B0F1
(213,176,241)
#DABAF3
(218,186,243)
#DFC4F5
(223,196,245)
#E4CEF7
(228,206,247)
#E9D8F9
(233,216,249)
#EEE2FB
(238,226,251)
#F3ECFD
(243,236,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C188E9; }

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

This text font color is #C188E9.

Background Color

.myBgColor { background-color: #C188E9; }

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

This div background color is #C188E9.

Border color

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

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

This div border color is #C188E9.

Opacity

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

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

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

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

This text has shadow with #C188E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C188E9.

Preview

Color preview on black background

This text has color #C188E9 on black background.


Color preview on white background

This text has color #C188E9 on white background.


Black color preview on #C188E9 background

This text has black color on #C188E9 background.


White color preview on #C188E9 background

This text has white color on #C188E9 background.


Related colors

Complementary color

Complementary color for #hex is #3E7716.


I love getcolorcode.com

Triadic colors

1 #E9C188 and #88E9C1 with #C188E9 are triadic colors.

2 #E988C1 and #88C1E9 with #C188E9 are triadic colors.