COLOR #C182CE

HEX: #C182CE
RGB: (193,130,206)

Color info

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

RGB color model

#C182CE color RGB value is (193,130,206).

  • red value is 193;
  • green value is 130;
  • blue value is 206.
RGB:
(193,130,206)
(76%,51%,81%)

RGB channels and saturation

R 193 of 255 = 76%
G 130 of 255 = 51%
B 206 of 255 = 81%

193
130
206

R + G + B ~ 69%. #C182CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 130 + 206 = 529 (100%)
R 193 of 529 ~ 36.48%
G 130 of 529 ~ 24.57%
B 206 of 529 ~ 38.94%

%36.48
%24.57
%38.94

CMYK color model

#C182CE color CMYK value is (6,37,0,19).

  • cyan value is 6.31%
  • magenta value is 36.89%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(6,37,0,19)
C6M37Y0K19 
(6%,37%,0%,19%)
(0.06/0.37/0.00/0.19)	

CMYK percentages

%6.31
%36.89
%0
%19.22

Codes

Color #C182CE in popluar color models

C182CE
RGB193130206
HSL290°43.68%65.88%
HSB/HSV290°36.89%80.78%
CMYK6.31%36.89%0.00%
19.22%

Color #C182CE in popluar number systems.

HEXC182CE
Decimal193130206
Binary110000011000001011001110
Octal301202316

Shades and tints

Shades of #C182CE

#C182CE
(193,130,206)
#B077BC
(176,119,188)
#9F6CAA
(159,108,170)
#8E6198
(142,97,152)
#7D5686
(125,86,134)
#6C4B74
(108,75,116)
#5B4062
(91,64,98)
#4A3550
(74,53,80)
#392A3E
(57,42,62)
#281F2C
(40,31,44)
#17141A
(23,20,26)
#000000
(0,0,0)

Tints of #C182CE

#C182CE
(193,130,206)
#C68DD2
(198,141,210)
#CB98D6
(203,152,214)
#D0A3DA
(208,163,218)
#D5AEDE
(213,174,222)
#DAB9E2
(218,185,226)
#DFC4E6
(223,196,230)
#E4CFEA
(228,207,234)
#E9DAEE
(233,218,238)
#EEE5F2
(238,229,242)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C182CE color. Also use rgb(193,130,206) instead hex code.

Text Font Color

.myTextColor { color: #C182CE; }

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

This text font color is #C182CE.


Background Color

.myBgColor { background-color: #C182CE; }

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

This div background color is #C182CE.


Border color

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

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

This div border color is #C182CE.


Opacity

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

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

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

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

This text has shadow with #C182CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C182CE on black background.


Color preview on white background

This text has color #C182CE on white background.



Black color preview on #C182CE background

This text has black color on #C182CE background.


White color preview on #C182CE background

This text has white color on #C182CE background.