COLOR #C18BCA

HEX: #C18BCA
RGB: (193,139,202)

Color info

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

RGB color model

#C18BCA color RGB value is (193,139,202).

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

RGB channels and saturation

R 193 of 255 = 76%
G 139 of 255 = 55%
B 202 of 255 = 79%

193
139
202

R + G + B ~ 70%. #C18BCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 139 + 202 = 534 (100%)
R 193 of 534 ~ 36.14%
G 139 of 534 ~ 26.03%
B 202 of 534 ~ 37.83%

%36.14
%26.03
%37.83

CMYK color model

#C18BCA color CMYK value is (4,31,0,21).

  • cyan value is 4.46%
  • magenta value is 31.19%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(4,31,0,21)
C4M31Y0K21 
(4%,31%,0%,21%)
(0.04/0.31/0.00/0.21)	

CMYK percentages

%4.46
%31.19
%0
%20.78

Codes

Color #C18BCA in popluar color models

C18BCA
RGB193139202
HSL291°37.28%66.86%
HSB/HSV291°31.19%79.22%
CMYK4.46%31.19%0.00%
20.78%

Color #C18BCA in popluar number systems.

HEXC18BCA
Decimal193139202
Binary110000011000101111001010
Octal301213312

Shades and tints

Shades of #C18BCA

#C18BCA
(193,139,202)
#B07FB8
(176,127,184)
#9F73A6
(159,115,166)
#8E6794
(142,103,148)
#7D5B82
(125,91,130)
#6C4F70
(108,79,112)
#5B435E
(91,67,94)
#4A374C
(74,55,76)
#392B3A
(57,43,58)
#281F28
(40,31,40)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #C18BCA

#C18BCA
(193,139,202)
#C695CE
(198,149,206)
#CB9FD2
(203,159,210)
#D0A9D6
(208,169,214)
#D5B3DA
(213,179,218)
#DABDDE
(218,189,222)
#DFC7E2
(223,199,226)
#E4D1E6
(228,209,230)
#E9DBEA
(233,219,234)
#EEE5EE
(238,229,238)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C18BCA; }

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

This text font color is #C18BCA.


Background Color

.myBgColor { background-color: #C18BCA; }

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

This div background color is #C18BCA.


Border color

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

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

This div border color is #C18BCA.


Opacity

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

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

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

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

This text has shadow with #C18BCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18BCA on black background.


Color preview on white background

This text has color #C18BCA on white background.



Black color preview on #C18BCA background

This text has black color on #C18BCA background.


White color preview on #C18BCA background

This text has white color on #C18BCA background.