COLOR #C57BEA

HEX: #C57BEA RGB: (197,123,234)

Color info

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

RGB color model

#C57BEA color RGB value is (197,123,234).

RGB: (197,123,234) (77%, 48%, 92%)

RGB channels and saturation

R 197 of 255 = 77%
G 123 of 255 = 48%
B 234 of 255 = 92%

197
123
234

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

Portions of RGB colors in percentages

R + G + B = 197 + 123 + 234 = 554 (100%)
R 197 of 554 ~ 35.56%
G 123 of 554 ~ 22.2%
B 234 of 554 ~ 42.24'%

%35.56
%22.2
%42.24

CMYK color model

#C57BEA color CMYK value is (16,47,0,8).

  • cyan value is 15.81%
  • magenta value is 47.44%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (16,47,0,8)
C16M47Y0K8 (16%, 47%, 0%, 8%)
(0.16 / 0.47 / 0.00 / 0.08)

CMYK percentages

%15.81
%47.44
%0
%8.24

Codes

Color #C57BEA in popluar color models

C5 7B EA
RGB 197 123 234
HSL 280° 72.55% 70.00%
HSB/HSV 280° 47.44% 91.76%
CMYK 15.81% 47.44% 0.00%
8.24%

Color #C57BEA in popluar number systems.

HEX C5 7B EA
Decimal 197 123 234
Binary 11000101 1111011 11101010
Octal 305 173 352

Shades and tints

Shades of #C57BEA

#C57BEA
(197,123,234)
#B470D5
(180,112,213)
#A365C0
(163,101,192)
#925AAB
(146,90,171)
#814F96
(129,79,150)
#704481
(112,68,129)
#5F396C
(95,57,108)
#4E2E57
(78,46,87)
#3D2342
(61,35,66)
#2C182D
(44,24,45)
#1B0D18
(27,13,24)
#000000
(0,0,0)

Tints of #C57BEA

#C57BEA
(197,123,234)
#CA87EB
(202,135,235)
#CF93EC
(207,147,236)
#D49FED
(212,159,237)
#D9ABEE
(217,171,238)
#DEB7EF
(222,183,239)
#E3C3F0
(227,195,240)
#E8CFF1
(232,207,241)
#EDDBF2
(237,219,242)
#F2E7F3
(242,231,243)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C57BEA color. Also use rgb(197,123,234) instead hex code.

Text Font Color

.myTextColor { color: #C57BEA; }

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

This text font color is #C57BEA.

Background Color

.myBgColor { background-color: #C57BEA; }

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

This div background color is #C57BEA.

Border color

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

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

This div border color is #C57BEA.

Opacity

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

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

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

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

This text has shadow with #C57BEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C57BEA.

Preview

Color preview on black background

This text has color #C57BEA on black background.


Color preview on white background

This text has color #C57BEA on white background.


Black color preview on #C57BEA background

This text has black color on #C57BEA background.


White color preview on #C57BEA background

This text has white color on #C57BEA background.


Related colors

Complementary color

Complementary color for #hex is #3A8415.


I love getcolorcode.com

Triadic colors

1 #EAC57B and #7BEAC5 with #C57BEA are triadic colors.

2 #EA7BC5 and #7BC5EA with #C57BEA are triadic colors.