COLOR #C187FA

HEX: #C187FA
RGB: (193,135,250)

Color info

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

RGB color model

#C187FA color RGB value is (193,135,250).

  • red value is 193;
  • green value is 135;
  • blue value is 250.
RGB:
(193,135,250)
(76%,53%,98%)

RGB channels and saturation

R 193 of 255 = 76%
G 135 of 255 = 53%
B 250 of 255 = 98%

193
135
250

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

Portions of RGB colors in percentages

R + G + B =
193 + 135 + 250 = 578 (100%)
R 193 of 578 ~ 33.39%
G 135 of 578 ~ 23.36%
B 250 of 578 ~ 43.25%

%33.39
%23.36
%43.25

CMYK color model

#C187FA color CMYK value is (23,46,0,2).

  • cyan value is 22.80%
  • magenta value is 46.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(23,46,0,2)
C23M46Y0K2 
(23%,46%,0%,2%)
(0.23/0.46/0.00/0.02)	

CMYK percentages

%22.8
%46
%0
%1.96

Codes

Color #C187FA in popluar color models

C187FA
RGB193135250
HSL270°92.00%75.49%
HSB/HSV270°46.00%98.04%
CMYK22.80%46.00%0.00%
1.96%

Color #C187FA in popluar number systems.

HEXC187FA
Decimal193135250
Binary110000011000011111111010
Octal301207372

Shades and tints

Shades of #C187FA

#C187FA
(193,135,250)
#B07BE4
(176,123,228)
#9F6FCE
(159,111,206)
#8E63B8
(142,99,184)
#7D57A2
(125,87,162)
#6C4B8C
(108,75,140)
#5B3F76
(91,63,118)
#4A3360
(74,51,96)
#39274A
(57,39,74)
#281B34
(40,27,52)
#170F1E
(23,15,30)
#000000
(0,0,0)

Tints of #C187FA

#C187FA
(193,135,250)
#C691FA
(198,145,250)
#CB9BFA
(203,155,250)
#D0A5FA
(208,165,250)
#D5AFFA
(213,175,250)
#DAB9FA
(218,185,250)
#DFC3FA
(223,195,250)
#E4CDFA
(228,205,250)
#E9D7FA
(233,215,250)
#EEE1FA
(238,225,250)
#F3EBFA
(243,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C187FA color. Also use rgb(193,135,250) instead hex code.

Text Font Color

.myTextColor { color: #C187FA; }

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

This text font color is #C187FA.


Background Color

.myBgColor { background-color: #C187FA; }

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

This div background color is #C187FA.


Border color

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

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

This div border color is #C187FA.


Opacity

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

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

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

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

This text has shadow with #C187FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C187FA on black background.


Color preview on white background

This text has color #C187FA on white background.



Black color preview on #C187FA background

This text has black color on #C187FA background.


White color preview on #C187FA background

This text has white color on #C187FA background.