COLOR #C595DA

HEX: #C595DA
RGB: (197,149,218)

Color info

#C595DA contains mainly red and blue colors. Web safe color of #C595DA is #CC99CC (or #C9C).

RGB color model

#C595DA color RGB value is (197,149,218).

  • red value is 197;
  • green value is 149;
  • blue value is 218.
RGB:
(197,149,218)
(77%,58%,85%)

RGB channels and saturation

R 197 of 255 = 77%
G 149 of 255 = 58%
B 218 of 255 = 85%

197
149
218

R + G + B ~ 73%. #C595DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 149 + 218 = 564 (100%)
R 197 of 564 ~ 34.93%
G 149 of 564 ~ 26.42%
B 218 of 564 ~ 38.65%

%34.93
%26.42
%38.65

CMYK color model

#C595DA color CMYK value is (10,32,0,15).

  • cyan value is 9.63%
  • magenta value is 31.65%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(10,32,0,15)
C10M32Y0K15 
(10%,32%,0%,15%)
(0.10/0.32/0.00/0.15)	

CMYK percentages

%9.63
%31.65
%0
%14.51

Codes

Color #C595DA in popluar color models

C595DA
RGB197149218
HSL282°48.25%71.96%
HSB/HSV282°31.65%85.49%
CMYK9.63%31.65%0.00%
14.51%

Color #C595DA in popluar number systems.

HEXC595DA
Decimal197149218
Binary110001011001010111011010
Octal305225332

Shades and tints

Shades of #C595DA

#C595DA
(197,149,218)
#B488C7
(180,136,199)
#A37BB4
(163,123,180)
#926EA1
(146,110,161)
#81618E
(129,97,142)
#70547B
(112,84,123)
#5F4768
(95,71,104)
#4E3A55
(78,58,85)
#3D2D42
(61,45,66)
#2C202F
(44,32,47)
#1B131C
(27,19,28)
#000000
(0,0,0)

Tints of #C595DA

#C595DA
(197,149,218)
#CA9EDD
(202,158,221)
#CFA7E0
(207,167,224)
#D4B0E3
(212,176,227)
#D9B9E6
(217,185,230)
#DEC2E9
(222,194,233)
#E3CBEC
(227,203,236)
#E8D4EF
(232,212,239)
#EDDDF2
(237,221,242)
#F2E6F5
(242,230,245)
#F7EFF8
(247,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C595DA color. Also use rgb(197,149,218) instead hex code.

Text Font Color

.myTextColor { color: #C595DA; }

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

This text font color is #C595DA.


Background Color

.myBgColor { background-color: #C595DA; }

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

This div background color is #C595DA.


Border color

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

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

This div border color is #C595DA.


Opacity

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

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

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

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

This text has shadow with #C595DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C595DA on black background.


Color preview on white background

This text has color #C595DA on white background.



Black color preview on #C595DA background

This text has black color on #C595DA background.


White color preview on #C595DA background

This text has white color on #C595DA background.