COLOR #C594EF

HEX: #C594EF RGB: (197,148,239)

Color info

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

RGB color model

#C594EF color RGB value is (197,148,239).

RGB: (197,148,239) (77%, 58%, 94%)

RGB channels and saturation

R 197 of 255 = 77%
G 148 of 255 = 58%
B 239 of 255 = 94%

197
148
239

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

Portions of RGB colors in percentages

R + G + B = 197 + 148 + 239 = 584 (100%)
R 197 of 584 ~ 33.73%
G 148 of 584 ~ 25.34%
B 239 of 584 ~ 40.92'%

%33.73
%25.34
%40.92

CMYK color model

#C594EF color CMYK value is (18,38,0,6).

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

CMYK: (18,38,0,6)
C18M38Y0K6 (18%, 38%, 0%, 6%)
(0.18 / 0.38 / 0.00 / 0.06)

CMYK percentages

%17.57
%38.08
%0
%6.27

Codes

Color #C594EF in popluar color models

C5 94 EF
RGB 197 148 239
HSL 272° 73.98% 75.88%
HSB/HSV 272° 38.08% 93.73%
CMYK 17.57% 38.08% 0.00%
6.27%

Color #C594EF in popluar number systems.

HEX C5 94 EF
Decimal 197 148 239
Binary 11000101 10010100 11101111
Octal 305 224 357

Shades and tints

Shades of #C594EF

#C594EF
(197,148,239)
#B487DA
(180,135,218)
#A37AC5
(163,122,197)
#926DB0
(146,109,176)
#81609B
(129,96,155)
#705386
(112,83,134)
#5F4671
(95,70,113)
#4E395C
(78,57,92)
#3D2C47
(61,44,71)
#2C1F32
(44,31,50)
#1B121D
(27,18,29)
#000000
(0,0,0)

Tints of #C594EF

#C594EF
(197,148,239)
#CA9DF0
(202,157,240)
#CFA6F1
(207,166,241)
#D4AFF2
(212,175,242)
#D9B8F3
(217,184,243)
#DEC1F4
(222,193,244)
#E3CAF5
(227,202,245)
#E8D3F6
(232,211,246)
#EDDCF7
(237,220,247)
#F2E5F8
(242,229,248)
#F7EEF9
(247,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C594EF; }

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

This text font color is #C594EF.

Background Color

.myBgColor { background-color: #C594EF; }

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

This div background color is #C594EF.

Border color

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

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

This div border color is #C594EF.

Opacity

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

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

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

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

This text has shadow with #C594EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C594EF.

Preview

Color preview on black background

This text has color #C594EF on black background.


Color preview on white background

This text has color #C594EF on white background.


Black color preview on #C594EF background

This text has black color on #C594EF background.


White color preview on #C594EF background

This text has white color on #C594EF background.


Related colors

Complementary color

Complementary color for #hex is #3A6B10.


I love getcolorcode.com

Triadic colors

1 #EFC594 and #94EFC5 with #C594EF are triadic colors.

2 #EF94C5 and #94C5EF with #C594EF are triadic colors.