COLOR #C575F8

HEX: #C575F8
RGB: (197,117,248)

Color info

#C575F8 contains mainly red and blue colors. Web safe color of #C575F8 is #CC66FF (or #C6F).

RGB color model

#C575F8 color RGB value is (197,117,248).

  • red value is 197;
  • green value is 117;
  • blue value is 248.
RGB:
(197,117,248)
(77%,46%,97%)

RGB channels and saturation

R 197 of 255 = 77%
G 117 of 255 = 46%
B 248 of 255 = 97%

197
117
248

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

Portions of RGB colors in percentages

R + G + B =
197 + 117 + 248 = 562 (100%)
R 197 of 562 ~ 35.05%
G 117 of 562 ~ 20.82%
B 248 of 562 ~ 44.13%

%35.05
%20.82
%44.13

CMYK color model

#C575F8 color CMYK value is (21,53,0,3).

  • cyan value is 20.56%
  • magenta value is 52.82%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(21,53,0,3)
C21M53Y0K3 
(21%,53%,0%,3%)
(0.21/0.53/0.00/0.03)	

CMYK percentages

%20.56
%52.82
%0
%2.75

Codes

Color #C575F8 in popluar color models

C575F8
RGB197117248
HSL277°90.34%71.57%
HSB/HSV277°52.82%97.25%
CMYK20.56%52.82%0.00%
2.75%

Color #C575F8 in popluar number systems.

HEXC575F8
Decimal197117248
Binary11000101111010111111000
Octal305165370

Shades and tints

Shades of #C575F8

#C575F8
(197,117,248)
#B46BE2
(180,107,226)
#A361CC
(163,97,204)
#9257B6
(146,87,182)
#814DA0
(129,77,160)
#70438A
(112,67,138)
#5F3974
(95,57,116)
#4E2F5E
(78,47,94)
#3D2548
(61,37,72)
#2C1B32
(44,27,50)
#1B111C
(27,17,28)
#000000
(0,0,0)

Tints of #C575F8

#C575F8
(197,117,248)
#CA81F8
(202,129,248)
#CF8DF8
(207,141,248)
#D499F8
(212,153,248)
#D9A5F8
(217,165,248)
#DEB1F8
(222,177,248)
#E3BDF8
(227,189,248)
#E8C9F8
(232,201,248)
#EDD5F8
(237,213,248)
#F2E1F8
(242,225,248)
#F7EDF8
(247,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C575F8 color. Also use rgb(197,117,248) instead hex code.

Text Font Color

.myTextColor { color: #C575F8; }

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

This text font color is #C575F8.


Background Color

.myBgColor { background-color: #C575F8; }

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

This div background color is #C575F8.


Border color

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

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

This div border color is #C575F8.


Opacity

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

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

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

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

This text has shadow with #C575F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C575F8 on black background.


Color preview on white background

This text has color #C575F8 on white background.



Black color preview on #C575F8 background

This text has black color on #C575F8 background.


White color preview on #C575F8 background

This text has white color on #C575F8 background.