COLOR #C157BE

HEX: #C157BE
RGB: (193,87,190)

Color info

#C157BE contains mainly red and blue colors. Web safe color of #C157BE is #CC66CC (or #C6C).

RGB color model

#C157BE color RGB value is (193,87,190).

  • red value is 193;
  • green value is 87;
  • blue value is 190.
RGB:
(193,87,190)
(76%,34%,75%)

RGB channels and saturation

R 193 of 255 = 76%
G 87 of 255 = 34%
B 190 of 255 = 75%

193
87
190

R + G + B ~ 62%. #C157BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 87 + 190 = 470 (100%)
R 193 of 470 ~ 41.06%
G 87 of 470 ~ 18.51%
B 190 of 470 ~ 40.43%

%41.06
%18.51
%40.43

CMYK color model

#C157BE color CMYK value is (0,55,2,24).

  • cyan value is 0.00%
  • magenta value is 54.92%
  • yellow value is 1.55%
  • key color value is 24.31%
CMYK:
(0,55,2,24)
C0M55Y2K24 
(0%,55%,2%,24%)
(0.00/0.55/0.02/0.24)	

CMYK percentages

%0
%54.92
%1.55
%24.31

Codes

Color #C157BE in popluar color models

C157BE
RGB19387190
HSL302°46.09%54.90%
HSB/HSV302°54.92%75.69%
CMYK0.00%54.92%1.55%
24.31%

Color #C157BE in popluar number systems.

HEXC157BE
Decimal19387190
Binary11000001101011110111110
Octal301127276

Shades and tints

Shades of #C157BE

#C157BE
(193,87,190)
#B050AD
(176,80,173)
#9F499C
(159,73,156)
#8E428B
(142,66,139)
#7D3B7A
(125,59,122)
#6C3469
(108,52,105)
#5B2D58
(91,45,88)
#4A2647
(74,38,71)
#391F36
(57,31,54)
#281825
(40,24,37)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #C157BE

#C157BE
(193,87,190)
#C666C3
(198,102,195)
#CB75C8
(203,117,200)
#D084CD
(208,132,205)
#D593D2
(213,147,210)
#DAA2D7
(218,162,215)
#DFB1DC
(223,177,220)
#E4C0E1
(228,192,225)
#E9CFE6
(233,207,230)
#EEDEEB
(238,222,235)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C157BE color. Also use rgb(193,87,190) instead hex code.

Text Font Color

.myTextColor { color: #C157BE; }

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

This text font color is #C157BE.


Background Color

.myBgColor { background-color: #C157BE; }

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

This div background color is #C157BE.


Border color

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

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

This div border color is #C157BE.


Opacity

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

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

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

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

This text has shadow with #C157BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C157BE on black background.


Color preview on white background

This text has color #C157BE on white background.



Black color preview on #C157BE background

This text has black color on #C157BE background.


White color preview on #C157BE background

This text has white color on #C157BE background.