COLOR #C484E3

HEX: #C484E3 RGB: (196,132,227)

Color info

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

RGB color model

#C484E3 color RGB value is (196,132,227).

RGB: (196,132,227) (77%, 52%, 89%)

RGB channels and saturation

R 196 of 255 = 77%
G 132 of 255 = 52%
B 227 of 255 = 89%

196
132
227

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

Portions of RGB colors in percentages

R + G + B = 196 + 132 + 227 = 555 (100%)
R 196 of 555 ~ 35.32%
G 132 of 555 ~ 23.78%
B 227 of 555 ~ 40.9'%

%35.32
%23.78
%40.9

CMYK color model

#C484E3 color CMYK value is (14,42,0,11).

  • cyan value is 13.66%
  • magenta value is 41.85%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (14,42,0,11)
C14M42Y0K11 (14%, 42%, 0%, 11%)
(0.14 / 0.42 / 0.00 / 0.11)

CMYK percentages

%13.66
%41.85
%0
%10.98

Codes

Color #C484E3 in popluar color models

C4 84 E3
RGB 196 132 227
HSL 280° 62.91% 70.39%
HSB/HSV 280° 41.85% 89.02%
CMYK 13.66% 41.85% 0.00%
10.98%

Color #C484E3 in popluar number systems.

HEX C4 84 E3
Decimal 196 132 227
Binary 11000100 10000100 11100011
Octal 304 204 343

Shades and tints

Shades of #C484E3

#C484E3
(196,132,227)
#B378CF
(179,120,207)
#A26CBB
(162,108,187)
#9160A7
(145,96,167)
#805493
(128,84,147)
#6F487F
(111,72,127)
#5E3C6B
(94,60,107)
#4D3057
(77,48,87)
#3C2443
(60,36,67)
#2B182F
(43,24,47)
#1A0C1B
(26,12,27)
#000000
(0,0,0)

Tints of #C484E3

#C484E3
(196,132,227)
#C98FE5
(201,143,229)
#CE9AE7
(206,154,231)
#D3A5E9
(211,165,233)
#D8B0EB
(216,176,235)
#DDBBED
(221,187,237)
#E2C6EF
(226,198,239)
#E7D1F1
(231,209,241)
#ECDCF3
(236,220,243)
#F1E7F5
(241,231,245)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C484E3 color. Also use rgb(196,132,227) instead hex code.

Text Font Color

.myTextColor { color: #C484E3; }

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

This text font color is #C484E3.

Background Color

.myBgColor { background-color: #C484E3; }

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

This div background color is #C484E3.

Border color

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

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

This div border color is #C484E3.

Opacity

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

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

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

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

This text has shadow with #C484E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C484E3.

Preview

Color preview on black background

This text has color #C484E3 on black background.


Color preview on white background

This text has color #C484E3 on white background.


Black color preview on #C484E3 background

This text has black color on #C484E3 background.


White color preview on #C484E3 background

This text has white color on #C484E3 background.


Related colors

Complementary color

Complementary color for #hex is #3B7B1C.


I love getcolorcode.com

Triadic colors

1 #E3C484 and #84E3C4 with #C484E3 are triadic colors.

2 #E384C4 and #84C4E3 with #C484E3 are triadic colors.