COLOR #C581F0

HEX: #C581F0 RGB: (197,129,240)

Color info

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

RGB color model

#C581F0 color RGB value is (197,129,240).

RGB: (197,129,240) (77%, 51%, 94%)

RGB channels and saturation

R 197 of 255 = 77%
G 129 of 255 = 51%
B 240 of 255 = 94%

197
129
240

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

Portions of RGB colors in percentages

R + G + B = 197 + 129 + 240 = 566 (100%)
R 197 of 566 ~ 34.81%
G 129 of 566 ~ 22.79%
B 240 of 566 ~ 42.4'%

%34.81
%22.79
%42.4

CMYK color model

#C581F0 color CMYK value is (18,46,0,6).

  • cyan value is 17.92%
  • magenta value is 46.25%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (18,46,0,6)
C18M46Y0K6 (18%, 46%, 0%, 6%)
(0.18 / 0.46 / 0.00 / 0.06)

CMYK percentages

%17.92
%46.25
%0
%5.88

Codes

Color #C581F0 in popluar color models

C5 81 F0
RGB 197 129 240
HSL 277° 78.72% 72.35%
HSB/HSV 277° 46.25% 94.12%
CMYK 17.92% 46.25% 0.00%
5.88%

Color #C581F0 in popluar number systems.

HEX C5 81 F0
Decimal 197 129 240
Binary 11000101 10000001 11110000
Octal 305 201 360

Shades and tints

Shades of #C581F0

#C581F0
(197,129,240)
#B476DB
(180,118,219)
#A36BC6
(163,107,198)
#9260B1
(146,96,177)
#81559C
(129,85,156)
#704A87
(112,74,135)
#5F3F72
(95,63,114)
#4E345D
(78,52,93)
#3D2948
(61,41,72)
#2C1E33
(44,30,51)
#1B131E
(27,19,30)
#000000
(0,0,0)

Tints of #C581F0

#C581F0
(197,129,240)
#CA8CF1
(202,140,241)
#CF97F2
(207,151,242)
#D4A2F3
(212,162,243)
#D9ADF4
(217,173,244)
#DEB8F5
(222,184,245)
#E3C3F6
(227,195,246)
#E8CEF7
(232,206,247)
#EDD9F8
(237,217,248)
#F2E4F9
(242,228,249)
#F7EFFA
(247,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C581F0 color. Also use rgb(197,129,240) instead hex code.

Text Font Color

.myTextColor { color: #C581F0; }

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

This text font color is #C581F0.

Background Color

.myBgColor { background-color: #C581F0; }

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

This div background color is #C581F0.

Border color

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

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

This div border color is #C581F0.

Opacity

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

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

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

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

This text has shadow with #C581F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C581F0.

Preview

Color preview on black background

This text has color #C581F0 on black background.


Color preview on white background

This text has color #C581F0 on white background.


Black color preview on #C581F0 background

This text has black color on #C581F0 background.


White color preview on #C581F0 background

This text has white color on #C581F0 background.


Related colors

Complementary color

Complementary color for #hex is #3A7E0F.


I love getcolorcode.com

Triadic colors

1 #F0C581 and #81F0C5 with #C581F0 are triadic colors.

2 #F081C5 and #81C5F0 with #C581F0 are triadic colors.