COLOR #C294D7

HEX: #C294D7
RGB: (194,148,215)

Color info

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

RGB color model

#C294D7 color RGB value is (194,148,215).

  • red value is 194;
  • green value is 148;
  • blue value is 215.
RGB:
(194,148,215)
(76%,58%,84%)

RGB channels and saturation

R 194 of 255 = 76%
G 148 of 255 = 58%
B 215 of 255 = 84%

194
148
215

R + G + B ~ 73%. #C294D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 148 + 215 = 557 (100%)
R 194 of 557 ~ 34.83%
G 148 of 557 ~ 26.57%
B 215 of 557 ~ 38.6%

%34.83
%26.57
%38.6

CMYK color model

#C294D7 color CMYK value is (10,31,0,16).

  • cyan value is 9.77%
  • magenta value is 31.16%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(10,31,0,16)
C10M31Y0K16 
(10%,31%,0%,16%)
(0.10/0.31/0.00/0.16)	

CMYK percentages

%9.77
%31.16
%0
%15.69

Codes

Color #C294D7 in popluar color models

C294D7
RGB194148215
HSL281°45.58%71.18%
HSB/HSV281°31.16%84.31%
CMYK9.77%31.16%0.00%
15.69%

Color #C294D7 in popluar number systems.

HEXC294D7
Decimal194148215
Binary110000101001010011010111
Octal302224327

Shades and tints

Shades of #C294D7

#C294D7
(194,148,215)
#B187C4
(177,135,196)
#A07AB1
(160,122,177)
#8F6D9E
(143,109,158)
#7E608B
(126,96,139)
#6D5378
(109,83,120)
#5C4665
(92,70,101)
#4B3952
(75,57,82)
#3A2C3F
(58,44,63)
#291F2C
(41,31,44)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #C294D7

#C294D7
(194,148,215)
#C79DDA
(199,157,218)
#CCA6DD
(204,166,221)
#D1AFE0
(209,175,224)
#D6B8E3
(214,184,227)
#DBC1E6
(219,193,230)
#E0CAE9
(224,202,233)
#E5D3EC
(229,211,236)
#EADCEF
(234,220,239)
#EFE5F2
(239,229,242)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C294D7 color. Also use rgb(194,148,215) instead hex code.

Text Font Color

.myTextColor { color: #C294D7; }

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

This text font color is #C294D7.


Background Color

.myBgColor { background-color: #C294D7; }

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

This div background color is #C294D7.


Border color

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

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

This div border color is #C294D7.


Opacity

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

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

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

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

This text has shadow with #C294D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C294D7 on black background.


Color preview on white background

This text has color #C294D7 on white background.



Black color preview on #C294D7 background

This text has black color on #C294D7 background.


White color preview on #C294D7 background

This text has white color on #C294D7 background.