COLOR #C57EFC

HEX: #C57EFC RGB: (197,126,252)

Color info

#C57EFC contains mainly red and blue colors. Web safe color of #C57EFC is #CC66FF (or #C6F).

RGB color model

#C57EFC color RGB value is (197,126,252).

RGB: (197,126,252) (77%, 49%, 99%)

RGB channels and saturation

R 197 of 255 = 77%
G 126 of 255 = 49%
B 252 of 255 = 99%

197
126
252

R + G + B ~ 75%. #C57EFC is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 126 + 252 = 575 (100%)
R 197 of 575 ~ 34.26%
G 126 of 575 ~ 21.91%
B 252 of 575 ~ 43.83'%

%34.26
%21.91
%43.83

CMYK color model

#C57EFC color CMYK value is (22,50,0,1).

  • cyan value is 21.83%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK: (22,50,0,1) C22M50Y0K1 (22%,50%,0%,1%) (0.22/0.50/0.00/0.01) 

CMYK percentages

%21.83
%50
%0
%1.18

Codes

Color #C57EFC in popluar color models

C5 7E FC
RGB 197 126 252
HSL 274° 95.45% 74.12%
HSB/HSV 274° 50.00% 98.82%
CMYK 21.83% 50.00% 0.00%
1.18%

Color #C57EFC in popluar number systems.

HEX C5 7E FC
Decimal 197 126 252
Binary 11000101 1111110 11111100
Octal 305 176 374

Shades and tints

Shades of #C57EFC

#C57EFC
(197,126,252)
#B473E6
(180,115,230)
#A368D0
(163,104,208)
#925DBA
(146,93,186)
#8152A4
(129,82,164)
#70478E
(112,71,142)
#5F3C78
(95,60,120)
#4E3162
(78,49,98)
#3D264C
(61,38,76)
#2C1B36
(44,27,54)
#1B1020
(27,16,32)
#000000
(0,0,0)

Tints of #C57EFC

#C57EFC
(197,126,252)
#CA89FC
(202,137,252)
#CF94FC
(207,148,252)
#D49FFC
(212,159,252)
#D9AAFC
(217,170,252)
#DEB5FC
(222,181,252)
#E3C0FC
(227,192,252)
#E8CBFC
(232,203,252)
#EDD6FC
(237,214,252)
#F2E1FC
(242,225,252)
#F7ECFC
(247,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C57EFC color. Also use rgb(197,126,252) instead hex code.

Text Font Color

.myTextColor { color: #C57EFC; }

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

This text font color is #C57EFC.

Background Color

.myBgColor { background-color: #C57EFC; }

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

This div background color is #C57EFC.

Border color

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

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

This div border color is #C57EFC.

Opacity

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

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

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

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

This text has shadow with #C57EFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C57EFC.

Preview

Color preview on black background

This text has color #C57EFC on black background.


Color preview on white background

This text has color #C57EFC on white background.


Black color preview on #C57EFC background

This text has black color on #C57EFC background.


White color preview on #C57EFC background

This text has white color on #C57EFC background.


Related colors

Complementary color

Complementary color for #hex is #3A8103.


I love getcolorcode.com

Triadic colors

1 #FCC57E and #7EFCC5 with #C57EFC are triadic colors.

2 #FC7EC5 and #7EC5FC with #C57EFC are triadic colors.