COLOR #C57ADB

HEX: #C57ADB RGB: (197,122,219)

Color info

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

RGB color model

#C57ADB color RGB value is (197,122,219).

RGB: (197,122,219) (77%, 48%, 86%)

RGB channels and saturation

R 197 of 255 = 77%
G 122 of 255 = 48%
B 219 of 255 = 86%

197
122
219

R + G + B ~ 70%. #C57ADB is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 122 + 219 = 538 (100%)
R 197 of 538 ~ 36.62%
G 122 of 538 ~ 22.68%
B 219 of 538 ~ 40.71'%

%36.62
%22.68
%40.71

CMYK color model

#C57ADB color CMYK value is (10,44,0,14).

  • cyan value is 10.05%
  • magenta value is 44.29%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (10,44,0,14)
C10M44Y0K14 (10%, 44%, 0%, 14%)
(0.10 / 0.44 / 0.00 / 0.14)

CMYK percentages

%10.05
%44.29
%0
%14.12

Codes

Color #C57ADB in popluar color models

C5 7A DB
RGB 197 122 219
HSL 286° 57.40% 66.86%
HSB/HSV 286° 44.29% 85.88%
CMYK 10.05% 44.29% 0.00%
14.12%

Color #C57ADB in popluar number systems.

HEX C5 7A DB
Decimal 197 122 219
Binary 11000101 1111010 11011011
Octal 305 172 333

Shades and tints

Shades of #C57ADB

#C57ADB
(197,122,219)
#B46FC8
(180,111,200)
#A364B5
(163,100,181)
#9259A2
(146,89,162)
#814E8F
(129,78,143)
#70437C
(112,67,124)
#5F3869
(95,56,105)
#4E2D56
(78,45,86)
#3D2243
(61,34,67)
#2C1730
(44,23,48)
#1B0C1D
(27,12,29)
#000000
(0,0,0)

Tints of #C57ADB

#C57ADB
(197,122,219)
#CA86DE
(202,134,222)
#CF92E1
(207,146,225)
#D49EE4
(212,158,228)
#D9AAE7
(217,170,231)
#DEB6EA
(222,182,234)
#E3C2ED
(227,194,237)
#E8CEF0
(232,206,240)
#EDDAF3
(237,218,243)
#F2E6F6
(242,230,246)
#F7F2F9
(247,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C57ADB color. Also use rgb(197,122,219) instead hex code.

Text Font Color

.myTextColor { color: #C57ADB; }

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

This text font color is #C57ADB.

Background Color

.myBgColor { background-color: #C57ADB; }

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

This div background color is #C57ADB.

Border color

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

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

This div border color is #C57ADB.

Opacity

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

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

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

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

This text has shadow with #C57ADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C57ADB.

Preview

Color preview on black background

This text has color #C57ADB on black background.


Color preview on white background

This text has color #C57ADB on white background.


Black color preview on #C57ADB background

This text has black color on #C57ADB background.


White color preview on #C57ADB background

This text has white color on #C57ADB background.


Related colors

Complementary color

Complementary color for #hex is #3A8524.


I love getcolorcode.com

Triadic colors

1 #DBC57A and #7ADBC5 with #C57ADB are triadic colors.

2 #DB7AC5 and #7AC5DB with #C57ADB are triadic colors.