COLOR #C484DD

HEX: #C484DD
RGB: (196,132,221)

Color info

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

RGB color model

#C484DD color RGB value is (196,132,221).

  • red value is 196;
  • green value is 132;
  • blue value is 221.
RGB: (196,132,221) (77%,52%,87%)

RGB channels and saturation

R 196 of 255 = 77%
G 132 of 255 = 52%
B 221 of 255 = 87%

196
132
221

R + G + B ~ 72%. #C484DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 132 + 221 = 549 (100%)
R 196 of 549 ~ 35.7%
G 132 of 549 ~ 24.04%
B 221 of 549 ~ 40.26%

%35.7
%24.04
%40.26

CMYK color model

#C484DD color CMYK value is (11,40,0,13).

  • cyan value is 11.31%
  • magenta value is 40.27%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (11,40,0,13) C11M40Y0K13 (11%,40%,0%,13%) (0.11/0.40/0.00/0.13)

CMYK percentages

%11.31
%40.27
%0
%13.33

Codes

Color #C484DD in popluar color models

C484DD
RGB196132221
HSL283°56.69%69.22%
HSB/HSV283°40.27%86.67%
CMYK11.31%40.27%0.00%
13.33%

Color #C484DD in popluar number systems.

HEXC484DD
Decimal196132221
Binary110001001000010011011101
Octal304204335

Shades and tints

Shades of #C484DD

#C484DD
(196,132,221)
#B378C9
(179,120,201)
#A26CB5
(162,108,181)
#9160A1
(145,96,161)
#80548D
(128,84,141)
#6F4879
(111,72,121)
#5E3C65
(94,60,101)
#4D3051
(77,48,81)
#3C243D
(60,36,61)
#2B1829
(43,24,41)
#1A0C15
(26,12,21)
#000000
(0,0,0)

Tints of #C484DD

#C484DD
(196,132,221)
#C98FE0
(201,143,224)
#CE9AE3
(206,154,227)
#D3A5E6
(211,165,230)
#D8B0E9
(216,176,233)
#DDBBEC
(221,187,236)
#E2C6EF
(226,198,239)
#E7D1F2
(231,209,242)
#ECDCF5
(236,220,245)
#F1E7F8
(241,231,248)
#F6F2FB
(246,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C484DD; }

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

This text font color is #C484DD.


Background Color

.myBgColor { background-color: #C484DD; }

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

This div background color is #C484DD.


Border color

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

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

This div border color is #C484DD.


Opacity

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

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

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

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

This text has shadow with #C484DD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C484DD on black background.


Color preview on white background

This text has color #C484DD on white background.



Black color preview on #C484DD background

This text has black color on #C484DD background.


White color preview on #C484DD background

This text has white color on #C484DD background.