COLOR #C59DE9

HEX: #C59DE9 RGB: (197,157,233)

Color info

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

RGB color model

#C59DE9 color RGB value is (197,157,233).

RGB: (197,157,233) (77%, 62%, 91%)

RGB channels and saturation

R 197 of 255 = 77%
G 157 of 255 = 62%
B 233 of 255 = 91%

197
157
233

R + G + B ~ 77%. #C59DE9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 157 + 233 = 587 (100%)
R 197 of 587 ~ 33.56%
G 157 of 587 ~ 26.75%
B 233 of 587 ~ 39.69'%

%33.56
%26.75
%39.69

CMYK color model

#C59DE9 color CMYK value is (15,33,0,9).

  • cyan value is 15.45%
  • magenta value is 32.62%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (15,33,0,9)
C15M33Y0K9 (15%, 33%, 0%, 9%)
(0.15 / 0.33 / 0.00 / 0.09)

CMYK percentages

%15.45
%32.62
%0
%8.63

Codes

Color #C59DE9 in popluar color models

C5 9D E9
RGB 197 157 233
HSL 272° 63.33% 76.47%
HSB/HSV 272° 32.62% 91.37%
CMYK 15.45% 32.62% 0.00%
8.63%

Color #C59DE9 in popluar number systems.

HEX C5 9D E9
Decimal 197 157 233
Binary 11000101 10011101 11101001
Octal 305 235 351

Shades and tints

Shades of #C59DE9

#C59DE9
(197,157,233)
#B48FD4
(180,143,212)
#A381BF
(163,129,191)
#9273AA
(146,115,170)
#816595
(129,101,149)
#705780
(112,87,128)
#5F496B
(95,73,107)
#4E3B56
(78,59,86)
#3D2D41
(61,45,65)
#2C1F2C
(44,31,44)
#1B1117
(27,17,23)
#000000
(0,0,0)

Tints of #C59DE9

#C59DE9
(197,157,233)
#CAA5EB
(202,165,235)
#CFADED
(207,173,237)
#D4B5EF
(212,181,239)
#D9BDF1
(217,189,241)
#DEC5F3
(222,197,243)
#E3CDF5
(227,205,245)
#E8D5F7
(232,213,247)
#EDDDF9
(237,221,249)
#F2E5FB
(242,229,251)
#F7EDFD
(247,237,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59DE9 color. Also use rgb(197,157,233) instead hex code.

Text Font Color

.myTextColor { color: #C59DE9; }

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

This text font color is #C59DE9.

Background Color

.myBgColor { background-color: #C59DE9; }

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

This div background color is #C59DE9.

Border color

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

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

This div border color is #C59DE9.

Opacity

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

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

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

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

This text has shadow with #C59DE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C59DE9.

Preview

Color preview on black background

This text has color #C59DE9 on black background.


Color preview on white background

This text has color #C59DE9 on white background.


Black color preview on #C59DE9 background

This text has black color on #C59DE9 background.


White color preview on #C59DE9 background

This text has white color on #C59DE9 background.


Related colors

Complementary color

Complementary color for #hex is #3A6216.


I love getcolorcode.com

Triadic colors

1 #E9C59D and #9DE9C5 with #C59DE9 are triadic colors.

2 #E99DC5 and #9DC5E9 with #C59DE9 are triadic colors.