COLOR #C45AD2

HEX: #C45AD2 RGB: (196,90,210)

Color info

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

RGB color model

#C45AD2 color RGB value is (196,90,210).

RGB: (196,90,210) (77%, 35%, 82%)

RGB channels and saturation

R 196 of 255 = 77%
G 90 of 255 = 35%
B 210 of 255 = 82%

196
90
210

R + G + B ~ 65%. #C45AD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 90 + 210 = 496 (100%)
R 196 of 496 ~ 39.52%
G 90 of 496 ~ 18.15%
B 210 of 496 ~ 42.34'%

%39.52
%18.15
%42.34

CMYK color model

#C45AD2 color CMYK value is (7,57,0,18).

  • cyan value is 6.67%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK: (7,57,0,18) C7M57Y0K18 (7%,57%,0%,18%) (0.07/0.57/0.00/0.18) 

CMYK percentages

%6.67
%57.14
%0
%17.65

Codes

Color #C45AD2 in popluar color models

C4 5A D2
RGB 196 90 210
HSL 293° 57.14% 58.82%
HSB/HSV 293° 57.14% 82.35%
CMYK 6.67% 57.14% 0.00%
17.65%

Color #C45AD2 in popluar number systems.

HEX C4 5A D2
Decimal 196 90 210
Binary 11000100 1011010 11010010
Octal 304 132 322

Shades and tints

Shades of #C45AD2

#C45AD2
(196,90,210)
#B352BF
(179,82,191)
#A24AAC
(162,74,172)
#914299
(145,66,153)
#803A86
(128,58,134)
#6F3273
(111,50,115)
#5E2A60
(94,42,96)
#4D224D
(77,34,77)
#3C1A3A
(60,26,58)
#2B1227
(43,18,39)
#1A0A14
(26,10,20)
#000000
(0,0,0)

Tints of #C45AD2

#C45AD2
(196,90,210)
#C969D6
(201,105,214)
#CE78DA
(206,120,218)
#D387DE
(211,135,222)
#D896E2
(216,150,226)
#DDA5E6
(221,165,230)
#E2B4EA
(226,180,234)
#E7C3EE
(231,195,238)
#ECD2F2
(236,210,242)
#F1E1F6
(241,225,246)
#F6F0FA
(246,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C45AD2; }

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

This text font color is #C45AD2.

Background Color

.myBgColor { background-color: #C45AD2; }

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

This div background color is #C45AD2.

Border color

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

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

This div border color is #C45AD2.

Opacity

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

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

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

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

This text has shadow with #C45AD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C45AD2.

Preview

Color preview on black background

This text has color #C45AD2 on black background.


Color preview on white background

This text has color #C45AD2 on white background.


Black color preview on #C45AD2 background

This text has black color on #C45AD2 background.


White color preview on #C45AD2 background

This text has white color on #C45AD2 background.


Related colors

Complementary color

Complementary color for #hex is #3BA52D.


I love getcolorcode.com

Triadic colors

1 #D2C45A and #5AD2C4 with #C45AD2 are triadic colors.

2 #D25AC4 and #5AC4D2 with #C45AD2 are triadic colors.