COLOR #C18AF4

HEX: #C18AF4
RGB: (193,138,244)

Color info

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

RGB color model

#C18AF4 color RGB value is (193,138,244).

  • red value is 193;
  • green value is 138;
  • blue value is 244.
RGB:
(193,138,244)
(76%,54%,96%)

RGB channels and saturation

R 193 of 255 = 76%
G 138 of 255 = 54%
B 244 of 255 = 96%

193
138
244

R + G + B ~ 75%. #C18AF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 138 + 244 = 575 (100%)
R 193 of 575 ~ 33.57%
G 138 of 575 ~ 24%
B 244 of 575 ~ 42.43%

%33.57
%24
%42.43

CMYK color model

#C18AF4 color CMYK value is (21,43,0,4).

  • cyan value is 20.90%
  • magenta value is 43.44%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(21,43,0,4)
C21M43Y0K4 
(21%,43%,0%,4%)
(0.21/0.43/0.00/0.04)	

CMYK percentages

%20.9
%43.44
%0
%4.31

Codes

Color #C18AF4 in popluar color models

C18AF4
RGB193138244
HSL271°82.81%74.90%
HSB/HSV271°43.44%95.69%
CMYK20.90%43.44%0.00%
4.31%

Color #C18AF4 in popluar number systems.

HEXC18AF4
Decimal193138244
Binary110000011000101011110100
Octal301212364

Shades and tints

Shades of #C18AF4

#C18AF4
(193,138,244)
#B07EDE
(176,126,222)
#9F72C8
(159,114,200)
#8E66B2
(142,102,178)
#7D5A9C
(125,90,156)
#6C4E86
(108,78,134)
#5B4270
(91,66,112)
#4A365A
(74,54,90)
#392A44
(57,42,68)
#281E2E
(40,30,46)
#171218
(23,18,24)
#000000
(0,0,0)

Tints of #C18AF4

#C18AF4
(193,138,244)
#C694F5
(198,148,245)
#CB9EF6
(203,158,246)
#D0A8F7
(208,168,247)
#D5B2F8
(213,178,248)
#DABCF9
(218,188,249)
#DFC6FA
(223,198,250)
#E4D0FB
(228,208,251)
#E9DAFC
(233,218,252)
#EEE4FD
(238,228,253)
#F3EEFE
(243,238,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C18AF4 color. Also use rgb(193,138,244) instead hex code.

Text Font Color

.myTextColor { color: #C18AF4; }

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

This text font color is #C18AF4.


Background Color

.myBgColor { background-color: #C18AF4; }

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

This div background color is #C18AF4.


Border color

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

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

This div border color is #C18AF4.


Opacity

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

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

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

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

This text has shadow with #C18AF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18AF4 on black background.


Color preview on white background

This text has color #C18AF4 on white background.



Black color preview on #C18AF4 background

This text has black color on #C18AF4 background.


White color preview on #C18AF4 background

This text has white color on #C18AF4 background.