COLOR #C757BD

HEX: #C757BD RGB: (199,87,189)

Color info

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

RGB color model

#C757BD color RGB value is (199,87,189).

RGB: (199,87,189) (78%, 34%, 74%)

RGB channels and saturation

R 199 of 255 = 78%
G 87 of 255 = 34%
B 189 of 255 = 74%

199
87
189

R + G + B ~ 62%. #C757BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 87 + 189 = 475 (100%)
R 199 of 475 ~ 41.89%
G 87 of 475 ~ 18.32%
B 189 of 475 ~ 39.79'%

%41.89
%18.32
%39.79

CMYK color model

#C757BD color CMYK value is (0,56,5,22).

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

CMYK: (0,56,5,22)
C0M56Y5K22 (0%, 56%, 5%, 22%)
(0.00 / 0.56 / 0.05 / 0.22)

CMYK percentages

%0
%56.28
%5.03
%21.96

Codes

Color #C757BD in popluar color models

C7 57 BD
RGB 199 87 189
HSL 305° 50.00% 56.08%
HSB/HSV 305° 56.28% 78.04%
CMYK 0.00% 56.28% 5.03%
21.96%

Color #C757BD in popluar number systems.

HEX C7 57 BD
Decimal 199 87 189
Binary 11000111 1010111 10111101
Octal 307 127 275

Shades and tints

Shades of #C757BD

#C757BD
(199,87,189)
#B550AC
(181,80,172)
#A3499B
(163,73,155)
#91428A
(145,66,138)
#7F3B79
(127,59,121)
#6D3468
(109,52,104)
#5B2D57
(91,45,87)
#492646
(73,38,70)
#371F35
(55,31,53)
#251824
(37,24,36)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #C757BD

#C757BD
(199,87,189)
#CC66C3
(204,102,195)
#D175C9
(209,117,201)
#D684CF
(214,132,207)
#DB93D5
(219,147,213)
#E0A2DB
(224,162,219)
#E5B1E1
(229,177,225)
#EAC0E7
(234,192,231)
#EFCFED
(239,207,237)
#F4DEF3
(244,222,243)
#F9EDF9
(249,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C757BD; }

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

This text font color is #C757BD.

Background Color

.myBgColor { background-color: #C757BD; }

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

This div background color is #C757BD.

Border color

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

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

This div border color is #C757BD.

Opacity

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

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

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

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

This text has shadow with #C757BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C757BD.

Preview

Color preview on black background

This text has color #C757BD on black background.


Color preview on white background

This text has color #C757BD on white background.


Black color preview on #C757BD background

This text has black color on #C757BD background.


White color preview on #C757BD background

This text has white color on #C757BD background.


Related colors

Complementary color

Complementary color for #hex is #38A842.


I love getcolorcode.com

Triadic colors

1 #BDC757 and #57BDC7 with #C757BD are triadic colors.

2 #BD57C7 and #57C7BD with #C757BD are triadic colors.