COLOR #C198E6

HEX: #C198E6
RGB: (193,152,230)

Color info

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

RGB color model

#C198E6 color RGB value is (193,152,230).

  • red value is 193;
  • green value is 152;
  • blue value is 230.
RGB:
(193,152,230)
(76%,60%,90%)

RGB channels and saturation

R 193 of 255 = 76%
G 152 of 255 = 60%
B 230 of 255 = 90%

193
152
230

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

Portions of RGB colors in percentages

R + G + B =
193 + 152 + 230 = 575 (100%)
R 193 of 575 ~ 33.57%
G 152 of 575 ~ 26.43%
B 230 of 575 ~ 40%

%33.57
%26.43
%40

CMYK color model

#C198E6 color CMYK value is (16,34,0,10).

  • cyan value is 16.09%
  • magenta value is 33.91%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(16,34,0,10)
C16M34Y0K10 
(16%,34%,0%,10%)
(0.16/0.34/0.00/0.10)	

CMYK percentages

%16.09
%33.91
%0
%9.8

Codes

Color #C198E6 in popluar color models

C198E6
RGB193152230
HSL272°60.94%74.90%
HSB/HSV272°33.91%90.20%
CMYK16.09%33.91%0.00%
9.80%

Color #C198E6 in popluar number systems.

HEXC198E6
Decimal193152230
Binary110000011001100011100110
Octal301230346

Shades and tints

Shades of #C198E6

#C198E6
(193,152,230)
#B08BD2
(176,139,210)
#9F7EBE
(159,126,190)
#8E71AA
(142,113,170)
#7D6496
(125,100,150)
#6C5782
(108,87,130)
#5B4A6E
(91,74,110)
#4A3D5A
(74,61,90)
#393046
(57,48,70)
#282332
(40,35,50)
#17161E
(23,22,30)
#000000
(0,0,0)

Tints of #C198E6

#C198E6
(193,152,230)
#C6A1E8
(198,161,232)
#CBAAEA
(203,170,234)
#D0B3EC
(208,179,236)
#D5BCEE
(213,188,238)
#DAC5F0
(218,197,240)
#DFCEF2
(223,206,242)
#E4D7F4
(228,215,244)
#E9E0F6
(233,224,246)
#EEE9F8
(238,233,248)
#F3F2FA
(243,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C198E6 color. Also use rgb(193,152,230) instead hex code.

Text Font Color

.myTextColor { color: #C198E6; }

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

This text font color is #C198E6.


Background Color

.myBgColor { background-color: #C198E6; }

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

This div background color is #C198E6.


Border color

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

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

This div border color is #C198E6.


Opacity

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

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

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

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

This text has shadow with #C198E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C198E6 on black background.


Color preview on white background

This text has color #C198E6 on white background.



Black color preview on #C198E6 background

This text has black color on #C198E6 background.


White color preview on #C198E6 background

This text has white color on #C198E6 background.