COLOR #C481E8

HEX: #C481E8 RGB: (196,129,232)

Color info

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

RGB color model

#C481E8 color RGB value is (196,129,232).

RGB: (196,129,232) (77%, 51%, 91%)

RGB channels and saturation

R 196 of 255 = 77%
G 129 of 255 = 51%
B 232 of 255 = 91%

196
129
232

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

Portions of RGB colors in percentages

R + G + B = 196 + 129 + 232 = 557 (100%)
R 196 of 557 ~ 35.19%
G 129 of 557 ~ 23.16%
B 232 of 557 ~ 41.65'%

%35.19
%23.16
%41.65

CMYK color model

#C481E8 color CMYK value is (16,44,0,9).

  • cyan value is 15.52%
  • magenta value is 44.40%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (16,44,0,9)
C16M44Y0K9 (16%, 44%, 0%, 9%)
(0.16 / 0.44 / 0.00 / 0.09)

CMYK percentages

%15.52
%44.4
%0
%9.02

Codes

Color #C481E8 in popluar color models

C4 81 E8
RGB 196 129 232
HSL 279° 69.13% 70.78%
HSB/HSV 279° 44.40% 90.98%
CMYK 15.52% 44.40% 0.00%
9.02%

Color #C481E8 in popluar number systems.

HEX C4 81 E8
Decimal 196 129 232
Binary 11000100 10000001 11101000
Octal 304 201 350

Shades and tints

Shades of #C481E8

#C481E8
(196,129,232)
#B376D3
(179,118,211)
#A26BBE
(162,107,190)
#9160A9
(145,96,169)
#805594
(128,85,148)
#6F4A7F
(111,74,127)
#5E3F6A
(94,63,106)
#4D3455
(77,52,85)
#3C2940
(60,41,64)
#2B1E2B
(43,30,43)
#1A1316
(26,19,22)
#000000
(0,0,0)

Tints of #C481E8

#C481E8
(196,129,232)
#C98CEA
(201,140,234)
#CE97EC
(206,151,236)
#D3A2EE
(211,162,238)
#D8ADF0
(216,173,240)
#DDB8F2
(221,184,242)
#E2C3F4
(226,195,244)
#E7CEF6
(231,206,246)
#ECD9F8
(236,217,248)
#F1E4FA
(241,228,250)
#F6EFFC
(246,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C481E8 color. Also use rgb(196,129,232) instead hex code.

Text Font Color

.myTextColor { color: #C481E8; }

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

This text font color is #C481E8.

Background Color

.myBgColor { background-color: #C481E8; }

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

This div background color is #C481E8.

Border color

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

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

This div border color is #C481E8.

Opacity

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

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

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

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

This text has shadow with #C481E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C481E8.

Preview

Color preview on black background

This text has color #C481E8 on black background.


Color preview on white background

This text has color #C481E8 on white background.


Black color preview on #C481E8 background

This text has black color on #C481E8 background.


White color preview on #C481E8 background

This text has white color on #C481E8 background.


Related colors

Complementary color

Complementary color for #hex is #3B7E17.


I love getcolorcode.com

Triadic colors

1 #E8C481 and #81E8C4 with #C481E8 are triadic colors.

2 #E881C4 and #81C4E8 with #C481E8 are triadic colors.