COLOR #C578FA

HEX: #C578FA RGB: (197,120,250)

Color info

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

RGB color model

#C578FA color RGB value is (197,120,250).

RGB: (197,120,250) (77%, 47%, 98%)

RGB channels and saturation

R 197 of 255 = 77%
G 120 of 255 = 47%
B 250 of 255 = 98%

197
120
250

R + G + B ~ 74%. #C578FA is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 120 + 250 = 567 (100%)
R 197 of 567 ~ 34.74%
G 120 of 567 ~ 21.16%
B 250 of 567 ~ 44.09'%

%34.74
%21.16
%44.09

CMYK color model

#C578FA color CMYK value is (21,52,0,2).

  • cyan value is 21.20%
  • magenta value is 52.00%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (21,52,0,2)
C21M52Y0K2 (21%, 52%, 0%, 2%)
(0.21 / 0.52 / 0.00 / 0.02)

CMYK percentages

%21.2
%52
%0
%1.96

Codes

Color #C578FA in popluar color models

C5 78 FA
RGB 197 120 250
HSL 276° 92.86% 72.55%
HSB/HSV 276° 52.00% 98.04%
CMYK 21.20% 52.00% 0.00%
1.96%

Color #C578FA in popluar number systems.

HEX C5 78 FA
Decimal 197 120 250
Binary 11000101 1111000 11111010
Octal 305 170 372

Shades and tints

Shades of #C578FA

#C578FA
(197,120,250)
#B46EE4
(180,110,228)
#A364CE
(163,100,206)
#925AB8
(146,90,184)
#8150A2
(129,80,162)
#70468C
(112,70,140)
#5F3C76
(95,60,118)
#4E3260
(78,50,96)
#3D284A
(61,40,74)
#2C1E34
(44,30,52)
#1B141E
(27,20,30)
#000000
(0,0,0)

Tints of #C578FA

#C578FA
(197,120,250)
#CA84FA
(202,132,250)
#CF90FA
(207,144,250)
#D49CFA
(212,156,250)
#D9A8FA
(217,168,250)
#DEB4FA
(222,180,250)
#E3C0FA
(227,192,250)
#E8CCFA
(232,204,250)
#EDD8FA
(237,216,250)
#F2E4FA
(242,228,250)
#F7F0FA
(247,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C578FA color. Also use rgb(197,120,250) instead hex code.

Text Font Color

.myTextColor { color: #C578FA; }

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

This text font color is #C578FA.

Background Color

.myBgColor { background-color: #C578FA; }

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

This div background color is #C578FA.

Border color

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

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

This div border color is #C578FA.

Opacity

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

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

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

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

This text has shadow with #C578FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C578FA.

Preview

Color preview on black background

This text has color #C578FA on black background.


Color preview on white background

This text has color #C578FA on white background.


Black color preview on #C578FA background

This text has black color on #C578FA background.


White color preview on #C578FA background

This text has white color on #C578FA background.


Related colors

Complementary color

Complementary color for #hex is #3A8705.


I love getcolorcode.com

Triadic colors

1 #FAC578 and #78FAC5 with #C578FA are triadic colors.

2 #FA78C5 and #78C5FA with #C578FA are triadic colors.