COLOR #C291CA

HEX: #C291CA
RGB: (194,145,202)

Color info

#C291CA contains red, green and blue colors in about the same proportion. Web safe color of #C291CA is #CC99CC (or #C9C).

RGB color model

#C291CA color RGB value is (194,145,202).

  • red value is 194;
  • green value is 145;
  • blue value is 202.
RGB:
(194,145,202)
(76%,57%,79%)

RGB channels and saturation

R 194 of 255 = 76%
G 145 of 255 = 57%
B 202 of 255 = 79%

194
145
202

R + G + B ~ 71%. #C291CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 145 + 202 = 541 (100%)
R 194 of 541 ~ 35.86%
G 145 of 541 ~ 26.8%
B 202 of 541 ~ 37.34%

%35.86
%26.8
%37.34

CMYK color model

#C291CA color CMYK value is (4,28,0,21).

  • cyan value is 3.96%
  • magenta value is 28.22%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(4,28,0,21)
C4M28Y0K21 
(4%,28%,0%,21%)
(0.04/0.28/0.00/0.21)	

CMYK percentages

%3.96
%28.22
%0
%20.78

Codes

Color #C291CA in popluar color models

C291CA
RGB194145202
HSL292°34.97%68.04%
HSB/HSV292°28.22%79.22%
CMYK3.96%28.22%0.00%
20.78%

Color #C291CA in popluar number systems.

HEXC291CA
Decimal194145202
Binary110000101001000111001010
Octal302221312

Shades and tints

Shades of #C291CA

#C291CA
(194,145,202)
#B184B8
(177,132,184)
#A077A6
(160,119,166)
#8F6A94
(143,106,148)
#7E5D82
(126,93,130)
#6D5070
(109,80,112)
#5C435E
(92,67,94)
#4B364C
(75,54,76)
#3A293A
(58,41,58)
#291C28
(41,28,40)
#180F16
(24,15,22)
#000000
(0,0,0)

Tints of #C291CA

#C291CA
(194,145,202)
#C79BCE
(199,155,206)
#CCA5D2
(204,165,210)
#D1AFD6
(209,175,214)
#D6B9DA
(214,185,218)
#DBC3DE
(219,195,222)
#E0CDE2
(224,205,226)
#E5D7E6
(229,215,230)
#EAE1EA
(234,225,234)
#EFEBEE
(239,235,238)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C291CA color. Also use rgb(194,145,202) instead hex code.

Text Font Color

.myTextColor { color: #C291CA; }

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

This text font color is #C291CA.


Background Color

.myBgColor { background-color: #C291CA; }

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

This div background color is #C291CA.


Border color

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

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

This div border color is #C291CA.


Opacity

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

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

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

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

This text has shadow with #C291CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C291CA on black background.


Color preview on white background

This text has color #C291CA on white background.



Black color preview on #C291CA background

This text has black color on #C291CA background.


White color preview on #C291CA background

This text has white color on #C291CA background.