COLOR #C598E0

HEX: #C598E0
RGB: (197,152,224)

Color info

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

RGB color model

#C598E0 color RGB value is (197,152,224).

  • red value is 197;
  • green value is 152;
  • blue value is 224.
RGB:
(197,152,224)
(77%,60%,88%)

RGB channels and saturation

R 197 of 255 = 77%
G 152 of 255 = 60%
B 224 of 255 = 88%

197
152
224

R + G + B ~ 75%. #C598E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 152 + 224 = 573 (100%)
R 197 of 573 ~ 34.38%
G 152 of 573 ~ 26.53%
B 224 of 573 ~ 39.09%

%34.38
%26.53
%39.09

CMYK color model

#C598E0 color CMYK value is (12,32,0,12).

  • cyan value is 12.05%
  • magenta value is 32.14%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(12,32,0,12)
C12M32Y0K12 
(12%,32%,0%,12%)
(0.12/0.32/0.00/0.12)	

CMYK percentages

%12.05
%32.14
%0
%12.16

Codes

Color #C598E0 in popluar color models

C598E0
RGB197152224
HSL278°53.73%73.73%
HSB/HSV278°32.14%87.84%
CMYK12.05%32.14%0.00%
12.16%

Color #C598E0 in popluar number systems.

HEXC598E0
Decimal197152224
Binary110001011001100011100000
Octal305230340

Shades and tints

Shades of #C598E0

#C598E0
(197,152,224)
#B48BCC
(180,139,204)
#A37EB8
(163,126,184)
#9271A4
(146,113,164)
#816490
(129,100,144)
#70577C
(112,87,124)
#5F4A68
(95,74,104)
#4E3D54
(78,61,84)
#3D3040
(61,48,64)
#2C232C
(44,35,44)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #C598E0

#C598E0
(197,152,224)
#CAA1E2
(202,161,226)
#CFAAE4
(207,170,228)
#D4B3E6
(212,179,230)
#D9BCE8
(217,188,232)
#DEC5EA
(222,197,234)
#E3CEEC
(227,206,236)
#E8D7EE
(232,215,238)
#EDE0F0
(237,224,240)
#F2E9F2
(242,233,242)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C598E0 color. Also use rgb(197,152,224) instead hex code.

Text Font Color

.myTextColor { color: #C598E0; }

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

This text font color is #C598E0.


Background Color

.myBgColor { background-color: #C598E0; }

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

This div background color is #C598E0.


Border color

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

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

This div border color is #C598E0.


Opacity

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

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

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

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

This text has shadow with #C598E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C598E0 on black background.


Color preview on white background

This text has color #C598E0 on white background.



Black color preview on #C598E0 background

This text has black color on #C598E0 background.


White color preview on #C598E0 background

This text has white color on #C598E0 background.