COLOR #C18CF9

HEX: #C18CF9
RGB: (193,140,249)

Color info

#C18CF9 contains mainly red and blue colors. Web safe color of #C18CF9 is #CC99FF (or #C9F).

RGB color model

#C18CF9 color RGB value is (193,140,249).

  • red value is 193;
  • green value is 140;
  • blue value is 249.
RGB:
(193,140,249)
(76%,55%,98%)

RGB channels and saturation

R 193 of 255 = 76%
G 140 of 255 = 55%
B 249 of 255 = 98%

193
140
249

R + G + B ~ 76%. #C18CF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 140 + 249 = 582 (100%)
R 193 of 582 ~ 33.16%
G 140 of 582 ~ 24.05%
B 249 of 582 ~ 42.78%

%33.16
%24.05
%42.78

CMYK color model

#C18CF9 color CMYK value is (22,44,0,2).

  • cyan value is 22.49%
  • magenta value is 43.78%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(22,44,0,2)
C22M44Y0K2 
(22%,44%,0%,2%)
(0.22/0.44/0.00/0.02)	

CMYK percentages

%22.49
%43.78
%0
%2.35

Codes

Color #C18CF9 in popluar color models

C18CF9
RGB193140249
HSL269°90.08%76.27%
HSB/HSV269°43.78%97.65%
CMYK22.49%43.78%0.00%
2.35%

Color #C18CF9 in popluar number systems.

HEXC18CF9
Decimal193140249
Binary110000011000110011111001
Octal301214371

Shades and tints

Shades of #C18CF9

#C18CF9
(193,140,249)
#B080E3
(176,128,227)
#9F74CD
(159,116,205)
#8E68B7
(142,104,183)
#7D5CA1
(125,92,161)
#6C508B
(108,80,139)
#5B4475
(91,68,117)
#4A385F
(74,56,95)
#392C49
(57,44,73)
#282033
(40,32,51)
#17141D
(23,20,29)
#000000
(0,0,0)

Tints of #C18CF9

#C18CF9
(193,140,249)
#C696F9
(198,150,249)
#CBA0F9
(203,160,249)
#D0AAF9
(208,170,249)
#D5B4F9
(213,180,249)
#DABEF9
(218,190,249)
#DFC8F9
(223,200,249)
#E4D2F9
(228,210,249)
#E9DCF9
(233,220,249)
#EEE6F9
(238,230,249)
#F3F0F9
(243,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C18CF9 color. Also use rgb(193,140,249) instead hex code.

Text Font Color

.myTextColor { color: #C18CF9; }

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

This text font color is #C18CF9.


Background Color

.myBgColor { background-color: #C18CF9; }

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

This div background color is #C18CF9.


Border color

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

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

This div border color is #C18CF9.


Opacity

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

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

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

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

This text has shadow with #C18CF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18CF9 on black background.


Color preview on white background

This text has color #C18CF9 on white background.



Black color preview on #C18CF9 background

This text has black color on #C18CF9 background.


White color preview on #C18CF9 background

This text has white color on #C18CF9 background.