COLOR #C294EF

HEX: #C294EF RGB: (194,148,239)

Color info

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

RGB color model

#C294EF color RGB value is (194,148,239).

RGB: (194,148,239) (76%, 58%, 94%)

RGB channels and saturation

R 194 of 255 = 76%
G 148 of 255 = 58%
B 239 of 255 = 94%

194
148
239

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

Portions of RGB colors in percentages

R + G + B = 194 + 148 + 239 = 581 (100%)
R 194 of 581 ~ 33.39%
G 148 of 581 ~ 25.47%
B 239 of 581 ~ 41.14'%

%33.39
%25.47
%41.14

CMYK color model

#C294EF color CMYK value is (19,38,0,6).

  • cyan value is 18.83%
  • magenta value is 38.08%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (19,38,0,6)
C19M38Y0K6 (19%, 38%, 0%, 6%)
(0.19 / 0.38 / 0.00 / 0.06)

CMYK percentages

%18.83
%38.08
%0
%6.27

Codes

Color #C294EF in popluar color models

C2 94 EF
RGB 194 148 239
HSL 270° 73.98% 75.88%
HSB/HSV 270° 38.08% 93.73%
CMYK 18.83% 38.08% 0.00%
6.27%

Color #C294EF in popluar number systems.

HEX C2 94 EF
Decimal 194 148 239
Binary 11000010 10010100 11101111
Octal 302 224 357

Shades and tints

Shades of #C294EF

#C294EF
(194,148,239)
#B187DA
(177,135,218)
#A07AC5
(160,122,197)
#8F6DB0
(143,109,176)
#7E609B
(126,96,155)
#6D5386
(109,83,134)
#5C4671
(92,70,113)
#4B395C
(75,57,92)
#3A2C47
(58,44,71)
#291F32
(41,31,50)
#18121D
(24,18,29)
#000000
(0,0,0)

Tints of #C294EF

#C294EF
(194,148,239)
#C79DF0
(199,157,240)
#CCA6F1
(204,166,241)
#D1AFF2
(209,175,242)
#D6B8F3
(214,184,243)
#DBC1F4
(219,193,244)
#E0CAF5
(224,202,245)
#E5D3F6
(229,211,246)
#EADCF7
(234,220,247)
#EFE5F8
(239,229,248)
#F4EEF9
(244,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C294EF; }

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

This text font color is #C294EF.

Background Color

.myBgColor { background-color: #C294EF; }

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

This div background color is #C294EF.

Border color

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

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

This div border color is #C294EF.

Opacity

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

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

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

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

This text has shadow with #C294EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C294EF.

Preview

Color preview on black background

This text has color #C294EF on black background.


Color preview on white background

This text has color #C294EF on white background.


Black color preview on #C294EF background

This text has black color on #C294EF background.


White color preview on #C294EF background

This text has white color on #C294EF background.


Related colors

Complementary color

Complementary color for #hex is #3D6B10.


I love getcolorcode.com

Triadic colors

1 #EFC294 and #94EFC2 with #C294EF are triadic colors.

2 #EF94C2 and #94C2EF with #C294EF are triadic colors.