COLOR #C495F5

HEX: #C495F5 RGB: (196,149,245)

Color info

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

RGB color model

#C495F5 color RGB value is (196,149,245).

RGB: (196,149,245) (77%, 58%, 96%)

RGB channels and saturation

R 196 of 255 = 77%
G 149 of 255 = 58%
B 245 of 255 = 96%

196
149
245

R + G + B ~ 77%. #C495F5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 149 + 245 = 590 (100%)
R 196 of 590 ~ 33.22%
G 149 of 590 ~ 25.25%
B 245 of 590 ~ 41.53'%

%33.22
%25.25
%41.53

CMYK color model

#C495F5 color CMYK value is (20,39,0,4).

  • cyan value is 20.00%
  • magenta value is 39.18%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (20,39,0,4)
C20M39Y0K4 (20%, 39%, 0%, 4%)
(0.20 / 0.39 / 0.00 / 0.04)

CMYK percentages

%20
%39.18
%0
%3.92

Codes

Color #C495F5 in popluar color models

C4 95 F5
RGB 196 149 245
HSL 269° 82.76% 77.25%
HSB/HSV 269° 39.18% 96.08%
CMYK 20.00% 39.18% 0.00%
3.92%

Color #C495F5 in popluar number systems.

HEX C4 95 F5
Decimal 196 149 245
Binary 11000100 10010101 11110101
Octal 304 225 365

Shades and tints

Shades of #C495F5

#C495F5
(196,149,245)
#B388DF
(179,136,223)
#A27BC9
(162,123,201)
#916EB3
(145,110,179)
#80619D
(128,97,157)
#6F5487
(111,84,135)
#5E4771
(94,71,113)
#4D3A5B
(77,58,91)
#3C2D45
(60,45,69)
#2B202F
(43,32,47)
#1A1319
(26,19,25)
#000000
(0,0,0)

Tints of #C495F5

#C495F5
(196,149,245)
#C99EF5
(201,158,245)
#CEA7F5
(206,167,245)
#D3B0F5
(211,176,245)
#D8B9F5
(216,185,245)
#DDC2F5
(221,194,245)
#E2CBF5
(226,203,245)
#E7D4F5
(231,212,245)
#ECDDF5
(236,221,245)
#F1E6F5
(241,230,245)
#F6EFF5
(246,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C495F5 color. Also use rgb(196,149,245) instead hex code.

Text Font Color

.myTextColor { color: #C495F5; }

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

This text font color is #C495F5.

Background Color

.myBgColor { background-color: #C495F5; }

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

This div background color is #C495F5.

Border color

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

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

This div border color is #C495F5.

Opacity

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

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

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

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

This text has shadow with #C495F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C495F5.

Preview

Color preview on black background

This text has color #C495F5 on black background.


Color preview on white background

This text has color #C495F5 on white background.


Black color preview on #C495F5 background

This text has black color on #C495F5 background.


White color preview on #C495F5 background

This text has white color on #C495F5 background.


Related colors

Complementary color

Complementary color for #hex is #3B6A0A.


I love getcolorcode.com

Triadic colors

1 #F5C495 and #95F5C4 with #C495F5 are triadic colors.

2 #F595C4 and #95C4F5 with #C495F5 are triadic colors.