COLOR #C597ED

HEX: #C597ED RGB: (197,151,237)

Color info

#C597ED contains mainly red and blue colors. Web safe color of #C597ED is #CC99FF (or #C9F).

RGB color model

#C597ED color RGB value is (197,151,237).

RGB: (197,151,237) (77%, 59%, 93%)

RGB channels and saturation

R 197 of 255 = 77%
G 151 of 255 = 59%
B 237 of 255 = 93%

197
151
237

R + G + B ~ 76%. #C597ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 151 + 237 = 585 (100%)
R 197 of 585 ~ 33.68%
G 151 of 585 ~ 25.81%
B 237 of 585 ~ 40.51'%

%33.68
%25.81
%40.51

CMYK color model

#C597ED color CMYK value is (17,36,0,7).

  • cyan value is 16.88%
  • magenta value is 36.29%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (17,36,0,7)
C17M36Y0K7 (17%, 36%, 0%, 7%)
(0.17 / 0.36 / 0.00 / 0.07)

CMYK percentages

%16.88
%36.29
%0
%7.06

Codes

Color #C597ED in popluar color models

C5 97 ED
RGB 197 151 237
HSL 272° 70.49% 76.08%
HSB/HSV 272° 36.29% 92.94%
CMYK 16.88% 36.29% 0.00%
7.06%

Color #C597ED in popluar number systems.

HEX C5 97 ED
Decimal 197 151 237
Binary 11000101 10010111 11101101
Octal 305 227 355

Shades and tints

Shades of #C597ED

#C597ED
(197,151,237)
#B48AD8
(180,138,216)
#A37DC3
(163,125,195)
#9270AE
(146,112,174)
#816399
(129,99,153)
#705684
(112,86,132)
#5F496F
(95,73,111)
#4E3C5A
(78,60,90)
#3D2F45
(61,47,69)
#2C2230
(44,34,48)
#1B151B
(27,21,27)
#000000
(0,0,0)

Tints of #C597ED

#C597ED
(197,151,237)
#CAA0EE
(202,160,238)
#CFA9EF
(207,169,239)
#D4B2F0
(212,178,240)
#D9BBF1
(217,187,241)
#DEC4F2
(222,196,242)
#E3CDF3
(227,205,243)
#E8D6F4
(232,214,244)
#EDDFF5
(237,223,245)
#F2E8F6
(242,232,246)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C597ED color. Also use rgb(197,151,237) instead hex code.

Text Font Color

.myTextColor { color: #C597ED; }

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

This text font color is #C597ED.

Background Color

.myBgColor { background-color: #C597ED; }

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

This div background color is #C597ED.

Border color

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

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

This div border color is #C597ED.

Opacity

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

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

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

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

This text has shadow with #C597ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C597ED.

Preview

Color preview on black background

This text has color #C597ED on black background.


Color preview on white background

This text has color #C597ED on white background.


Black color preview on #C597ED background

This text has black color on #C597ED background.


White color preview on #C597ED background

This text has white color on #C597ED background.


Related colors

Complementary color

Complementary color for #hex is #3A6812.


I love getcolorcode.com

Triadic colors

1 #EDC597 and #97EDC5 with #C597ED are triadic colors.

2 #ED97C5 and #97C5ED with #C597ED are triadic colors.