COLOR #C257C7

HEX: #C257C7 RGB: (194,87,199)

Color info

#C257C7 contains mainly red and blue colors. Web safe color of #C257C7 is #CC66CC (or #C6C).

RGB color model

#C257C7 color RGB value is (194,87,199).

RGB: (194,87,199) (76%, 34%, 78%)

RGB channels and saturation

R 194 of 255 = 76%
G 87 of 255 = 34%
B 199 of 255 = 78%

194
87
199

R + G + B ~ 63%. #C257C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 87 + 199 = 480 (100%)
R 194 of 480 ~ 40.42%
G 87 of 480 ~ 18.13%
B 199 of 480 ~ 41.46'%

%40.42
%18.13
%41.46

CMYK color model

#C257C7 color CMYK value is (3,56,0,22).

  • cyan value is 2.51%
  • magenta value is 56.28%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (3,56,0,22)
C3M56Y0K22 (3%, 56%, 0%, 22%)
(0.03 / 0.56 / 0.00 / 0.22)

CMYK percentages

%2.51
%56.28
%0
%21.96

Codes

Color #C257C7 in popluar color models

C2 57 C7
RGB 194 87 199
HSL 297° 50.00% 56.08%
HSB/HSV 297° 56.28% 78.04%
CMYK 2.51% 56.28% 0.00%
21.96%

Color #C257C7 in popluar number systems.

HEX C2 57 C7
Decimal 194 87 199
Binary 11000010 1010111 11000111
Octal 302 127 307

Shades and tints

Shades of #C257C7

#C257C7
(194,87,199)
#B150B5
(177,80,181)
#A049A3
(160,73,163)
#8F4291
(143,66,145)
#7E3B7F
(126,59,127)
#6D346D
(109,52,109)
#5C2D5B
(92,45,91)
#4B2649
(75,38,73)
#3A1F37
(58,31,55)
#291825
(41,24,37)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #C257C7

#C257C7
(194,87,199)
#C766CC
(199,102,204)
#CC75D1
(204,117,209)
#D184D6
(209,132,214)
#D693DB
(214,147,219)
#DBA2E0
(219,162,224)
#E0B1E5
(224,177,229)
#E5C0EA
(229,192,234)
#EACFEF
(234,207,239)
#EFDEF4
(239,222,244)
#F4EDF9
(244,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C257C7 color. Also use rgb(194,87,199) instead hex code.

Text Font Color

.myTextColor { color: #C257C7; }

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

This text font color is #C257C7.

Background Color

.myBgColor { background-color: #C257C7; }

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

This div background color is #C257C7.

Border color

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

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

This div border color is #C257C7.

Opacity

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

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

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

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

This text has shadow with #C257C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C257C7.

Preview

Color preview on black background

This text has color #C257C7 on black background.


Color preview on white background

This text has color #C257C7 on white background.


Black color preview on #C257C7 background

This text has black color on #C257C7 background.


White color preview on #C257C7 background

This text has white color on #C257C7 background.


Related colors

Complementary color

Complementary color for #hex is #3DA838.


I love getcolorcode.com

Triadic colors

1 #C7C257 and #57C7C2 with #C257C7 are triadic colors.

2 #C757C2 and #57C2C7 with #C257C7 are triadic colors.