COLOR #C294D2

HEX: #C294D2
RGB: (194,148,210)

Color info

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

RGB color model

#C294D2 color RGB value is (194,148,210).

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

RGB channels and saturation

R 194 of 255 = 76%
G 148 of 255 = 58%
B 210 of 255 = 82%

194
148
210

R + G + B ~ 72%. #C294D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 148 + 210 = 552 (100%)
R 194 of 552 ~ 35.14%
G 148 of 552 ~ 26.81%
B 210 of 552 ~ 38.04%

%35.14
%26.81
%38.04

CMYK color model

#C294D2 color CMYK value is (8,30,0,18).

  • cyan value is 7.62%
  • magenta value is 29.52%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(8,30,0,18)
C8M30Y0K18 
(8%,30%,0%,18%)
(0.08/0.30/0.00/0.18)	

CMYK percentages

%7.62
%29.52
%0
%17.65

Codes

Color #C294D2 in popluar color models

C294D2
RGB194148210
HSL285°40.79%70.20%
HSB/HSV285°29.52%82.35%
CMYK7.62%29.52%0.00%
17.65%

Color #C294D2 in popluar number systems.

HEXC294D2
Decimal194148210
Binary110000101001010011010010
Octal302224322

Shades and tints

Shades of #C294D2

#C294D2
(194,148,210)
#B187BF
(177,135,191)
#A07AAC
(160,122,172)
#8F6D99
(143,109,153)
#7E6086
(126,96,134)
#6D5373
(109,83,115)
#5C4660
(92,70,96)
#4B394D
(75,57,77)
#3A2C3A
(58,44,58)
#291F27
(41,31,39)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #C294D2

#C294D2
(194,148,210)
#C79DD6
(199,157,214)
#CCA6DA
(204,166,218)
#D1AFDE
(209,175,222)
#D6B8E2
(214,184,226)
#DBC1E6
(219,193,230)
#E0CAEA
(224,202,234)
#E5D3EE
(229,211,238)
#EADCF2
(234,220,242)
#EFE5F6
(239,229,246)
#F4EEFA
(244,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C294D2; }

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

This text font color is #C294D2.


Background Color

.myBgColor { background-color: #C294D2; }

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

This div background color is #C294D2.


Border color

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

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

This div border color is #C294D2.


Opacity

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

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

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

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

This text has shadow with #C294D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C294D2 on black background.


Color preview on white background

This text has color #C294D2 on white background.



Black color preview on #C294D2 background

This text has black color on #C294D2 background.


White color preview on #C294D2 background

This text has white color on #C294D2 background.