COLOR #C189D8

HEX: #C189D8
RGB: (193,137,216)

Color info

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

RGB color model

#C189D8 color RGB value is (193,137,216).

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

RGB channels and saturation

R 193 of 255 = 76%
G 137 of 255 = 54%
B 216 of 255 = 85%

193
137
216

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

Portions of RGB colors in percentages

R + G + B =
193 + 137 + 216 = 546 (100%)
R 193 of 546 ~ 35.35%
G 137 of 546 ~ 25.09%
B 216 of 546 ~ 39.56%

%35.35
%25.09
%39.56

CMYK color model

#C189D8 color CMYK value is (11,37,0,15).

  • cyan value is 10.65%
  • magenta value is 36.57%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(11,37,0,15)
C11M37Y0K15 
(11%,37%,0%,15%)
(0.11/0.37/0.00/0.15)	

CMYK percentages

%10.65
%36.57
%0
%15.29

Codes

Color #C189D8 in popluar color models

C189D8
RGB193137216
HSL283°50.32%69.22%
HSB/HSV283°36.57%84.71%
CMYK10.65%36.57%0.00%
15.29%

Color #C189D8 in popluar number systems.

HEXC189D8
Decimal193137216
Binary110000011000100111011000
Octal301211330

Shades and tints

Shades of #C189D8

#C189D8
(193,137,216)
#B07DC5
(176,125,197)
#9F71B2
(159,113,178)
#8E659F
(142,101,159)
#7D598C
(125,89,140)
#6C4D79
(108,77,121)
#5B4166
(91,65,102)
#4A3553
(74,53,83)
#392940
(57,41,64)
#281D2D
(40,29,45)
#17111A
(23,17,26)
#000000
(0,0,0)

Tints of #C189D8

#C189D8
(193,137,216)
#C693DB
(198,147,219)
#CB9DDE
(203,157,222)
#D0A7E1
(208,167,225)
#D5B1E4
(213,177,228)
#DABBE7
(218,187,231)
#DFC5EA
(223,197,234)
#E4CFED
(228,207,237)
#E9D9F0
(233,217,240)
#EEE3F3
(238,227,243)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C189D8; }

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

This text font color is #C189D8.


Background Color

.myBgColor { background-color: #C189D8; }

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

This div background color is #C189D8.


Border color

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

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

This div border color is #C189D8.


Opacity

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

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

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

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

This text has shadow with #C189D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C189D8 on black background.


Color preview on white background

This text has color #C189D8 on white background.



Black color preview on #C189D8 background

This text has black color on #C189D8 background.


White color preview on #C189D8 background

This text has white color on #C189D8 background.