COLOR #C455D2

HEX: #C455D2
RGB: (196,85,210)

Color info

#C455D2 contains mainly red and blue colors. Web safe color of #C455D2 is #CC66CC (or #C6C).

RGB color model

#C455D2 color RGB value is (196,85,210).

  • red value is 196;
  • green value is 85;
  • blue value is 210.
RGB:
(196,85,210)
(77%,33%,82%)

RGB channels and saturation

R 196 of 255 = 77%
G 85 of 255 = 33%
B 210 of 255 = 82%

196
85
210

R + G + B ~ 64%. #C455D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 85 + 210 = 491 (100%)
R 196 of 491 ~ 39.92%
G 85 of 491 ~ 17.31%
B 210 of 491 ~ 42.77%

%39.92
%17.31
%42.77

CMYK color model

#C455D2 color CMYK value is (7,60,0,18).

  • cyan value is 6.67%
  • magenta value is 59.52%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(7,60,0,18)
C7M60Y0K18 
(7%,60%,0%,18%)
(0.07/0.60/0.00/0.18)	

CMYK percentages

%6.67
%59.52
%0
%17.65

Codes

Color #C455D2 in popluar color models

C455D2
RGB19685210
HSL293°58.14%57.84%
HSB/HSV293°59.52%82.35%
CMYK6.67%59.52%0.00%
17.65%

Color #C455D2 in popluar number systems.

HEXC455D2
Decimal19685210
Binary11000100101010111010010
Octal304125322

Shades and tints

Shades of #C455D2

#C455D2
(196,85,210)
#B34EBF
(179,78,191)
#A247AC
(162,71,172)
#914099
(145,64,153)
#803986
(128,57,134)
#6F3273
(111,50,115)
#5E2B60
(94,43,96)
#4D244D
(77,36,77)
#3C1D3A
(60,29,58)
#2B1627
(43,22,39)
#1A0F14
(26,15,20)
#000000
(0,0,0)

Tints of #C455D2

#C455D2
(196,85,210)
#C964D6
(201,100,214)
#CE73DA
(206,115,218)
#D382DE
(211,130,222)
#D891E2
(216,145,226)
#DDA0E6
(221,160,230)
#E2AFEA
(226,175,234)
#E7BEEE
(231,190,238)
#ECCDF2
(236,205,242)
#F1DCF6
(241,220,246)
#F6EBFA
(246,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C455D2 color. Also use rgb(196,85,210) instead hex code.

Text Font Color

.myTextColor { color: #C455D2; }

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

This text font color is #C455D2.


Background Color

.myBgColor { background-color: #C455D2; }

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

This div background color is #C455D2.


Border color

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

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

This div border color is #C455D2.


Opacity

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

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

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

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

This text has shadow with #C455D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C455D2 on black background.


Color preview on white background

This text has color #C455D2 on white background.



Black color preview on #C455D2 background

This text has black color on #C455D2 background.


White color preview on #C455D2 background

This text has white color on #C455D2 background.