COLOR #C18DC7

HEX: #C18DC7
RGB: (193,141,199)

Color info

#C18DC7 contains red, green and blue colors in about the same proportion. Web safe color of #C18DC7 is #CC99CC (or #C9C).

RGB color model

#C18DC7 color RGB value is (193,141,199).

  • red value is 193;
  • green value is 141;
  • blue value is 199.
RGB:
(193,141,199)
(76%,55%,78%)

RGB channels and saturation

R 193 of 255 = 76%
G 141 of 255 = 55%
B 199 of 255 = 78%

193
141
199

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

Portions of RGB colors in percentages

R + G + B =
193 + 141 + 199 = 533 (100%)
R 193 of 533 ~ 36.21%
G 141 of 533 ~ 26.45%
B 199 of 533 ~ 37.34%

%36.21
%26.45
%37.34

CMYK color model

#C18DC7 color CMYK value is (3,29,0,22).

  • cyan value is 3.02%
  • magenta value is 29.15%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(3,29,0,22)
C3M29Y0K22 
(3%,29%,0%,22%)
(0.03/0.29/0.00/0.22)	

CMYK percentages

%3.02
%29.15
%0
%21.96

Codes

Color #C18DC7 in popluar color models

C18DC7
RGB193141199
HSL294°34.12%66.67%
HSB/HSV294°29.15%78.04%
CMYK3.02%29.15%0.00%
21.96%

Color #C18DC7 in popluar number systems.

HEXC18DC7
Decimal193141199
Binary110000011000110111000111
Octal301215307

Shades and tints

Shades of #C18DC7

#C18DC7
(193,141,199)
#B081B5
(176,129,181)
#9F75A3
(159,117,163)
#8E6991
(142,105,145)
#7D5D7F
(125,93,127)
#6C516D
(108,81,109)
#5B455B
(91,69,91)
#4A3949
(74,57,73)
#392D37
(57,45,55)
#282125
(40,33,37)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #C18DC7

#C18DC7
(193,141,199)
#C697CC
(198,151,204)
#CBA1D1
(203,161,209)
#D0ABD6
(208,171,214)
#D5B5DB
(213,181,219)
#DABFE0
(218,191,224)
#DFC9E5
(223,201,229)
#E4D3EA
(228,211,234)
#E9DDEF
(233,221,239)
#EEE7F4
(238,231,244)
#F3F1F9
(243,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C18DC7 color. Also use rgb(193,141,199) instead hex code.

Text Font Color

.myTextColor { color: #C18DC7; }

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

This text font color is #C18DC7.


Background Color

.myBgColor { background-color: #C18DC7; }

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

This div background color is #C18DC7.


Border color

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

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

This div border color is #C18DC7.


Opacity

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

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

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

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

This text has shadow with #C18DC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18DC7 on black background.


Color preview on white background

This text has color #C18DC7 on white background.



Black color preview on #C18DC7 background

This text has black color on #C18DC7 background.


White color preview on #C18DC7 background

This text has white color on #C18DC7 background.