COLOR #C18BD2

HEX: #C18BD2
RGB: (193,139,210)

Color info

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

RGB color model

#C18BD2 color RGB value is (193,139,210).

  • red value is 193;
  • green value is 139;
  • blue value is 210.
RGB:
(193,139,210)
(76%,55%,82%)

RGB channels and saturation

R 193 of 255 = 76%
G 139 of 255 = 55%
B 210 of 255 = 82%

193
139
210

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

Portions of RGB colors in percentages

R + G + B =
193 + 139 + 210 = 542 (100%)
R 193 of 542 ~ 35.61%
G 139 of 542 ~ 25.65%
B 210 of 542 ~ 38.75%

%35.61
%25.65
%38.75

CMYK color model

#C18BD2 color CMYK value is (8,34,0,18).

  • cyan value is 8.10%
  • magenta value is 33.81%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(8,34,0,18)
C8M34Y0K18 
(8%,34%,0%,18%)
(0.08/0.34/0.00/0.18)	

CMYK percentages

%8.1
%33.81
%0
%17.65

Codes

Color #C18BD2 in popluar color models

C18BD2
RGB193139210
HSL286°44.10%68.43%
HSB/HSV286°33.81%82.35%
CMYK8.10%33.81%0.00%
17.65%

Color #C18BD2 in popluar number systems.

HEXC18BD2
Decimal193139210
Binary110000011000101111010010
Octal301213322

Shades and tints

Shades of #C18BD2

#C18BD2
(193,139,210)
#B07FBF
(176,127,191)
#9F73AC
(159,115,172)
#8E6799
(142,103,153)
#7D5B86
(125,91,134)
#6C4F73
(108,79,115)
#5B4360
(91,67,96)
#4A374D
(74,55,77)
#392B3A
(57,43,58)
#281F27
(40,31,39)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #C18BD2

#C18BD2
(193,139,210)
#C695D6
(198,149,214)
#CB9FDA
(203,159,218)
#D0A9DE
(208,169,222)
#D5B3E2
(213,179,226)
#DABDE6
(218,189,230)
#DFC7EA
(223,199,234)
#E4D1EE
(228,209,238)
#E9DBF2
(233,219,242)
#EEE5F6
(238,229,246)
#F3EFFA
(243,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C18BD2 color. Also use rgb(193,139,210) instead hex code.

Text Font Color

.myTextColor { color: #C18BD2; }

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

This text font color is #C18BD2.


Background Color

.myBgColor { background-color: #C18BD2; }

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

This div background color is #C18BD2.


Border color

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

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

This div border color is #C18BD2.


Opacity

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

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

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

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

This text has shadow with #C18BD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18BD2 on black background.


Color preview on white background

This text has color #C18BD2 on white background.



Black color preview on #C18BD2 background

This text has black color on #C18BD2 background.


White color preview on #C18BD2 background

This text has white color on #C18BD2 background.