COLOR #C995EC

HEX: #C995EC RGB: (201,149,236)

Color info

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

RGB color model

#C995EC color RGB value is (201,149,236).

RGB: (201,149,236) (79%, 58%, 93%)

RGB channels and saturation

R 201 of 255 = 79%
G 149 of 255 = 58%
B 236 of 255 = 93%

201
149
236

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

Portions of RGB colors in percentages

R + G + B = 201 + 149 + 236 = 586 (100%)
R 201 of 586 ~ 34.3%
G 149 of 586 ~ 25.43%
B 236 of 586 ~ 40.27'%

%34.3
%25.43
%40.27

CMYK color model

#C995EC color CMYK value is (15,37,0,7).

  • cyan value is 14.83%
  • magenta value is 36.86%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (15,37,0,7)
C15M37Y0K7 (15%, 37%, 0%, 7%)
(0.15 / 0.37 / 0.00 / 0.07)

CMYK percentages

%14.83
%36.86
%0
%7.45

Codes

Color #C995EC in popluar color models

C9 95 EC
RGB 201 149 236
HSL 276° 69.60% 75.49%
HSB/HSV 276° 36.86% 92.55%
CMYK 14.83% 36.86% 0.00%
7.45%

Color #C995EC in popluar number systems.

HEX C9 95 EC
Decimal 201 149 236
Binary 11001001 10010101 11101100
Octal 311 225 354

Shades and tints

Shades of #C995EC

#C995EC
(201,149,236)
#B788D7
(183,136,215)
#A57BC2
(165,123,194)
#936EAD
(147,110,173)
#816198
(129,97,152)
#6F5483
(111,84,131)
#5D476E
(93,71,110)
#4B3A59
(75,58,89)
#392D44
(57,45,68)
#27202F
(39,32,47)
#15131A
(21,19,26)
#000000
(0,0,0)

Tints of #C995EC

#C995EC
(201,149,236)
#CD9EED
(205,158,237)
#D1A7EE
(209,167,238)
#D5B0EF
(213,176,239)
#D9B9F0
(217,185,240)
#DDC2F1
(221,194,241)
#E1CBF2
(225,203,242)
#E5D4F3
(229,212,243)
#E9DDF4
(233,221,244)
#EDE6F5
(237,230,245)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C995EC color. Also use rgb(201,149,236) instead hex code.

Text Font Color

.myTextColor { color: #C995EC; }

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

This text font color is #C995EC.

Background Color

.myBgColor { background-color: #C995EC; }

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

This div background color is #C995EC.

Border color

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

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

This div border color is #C995EC.

Opacity

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

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

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

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

This text has shadow with #C995EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C995EC.

Preview

Color preview on black background

This text has color #C995EC on black background.


Color preview on white background

This text has color #C995EC on white background.


Black color preview on #C995EC background

This text has black color on #C995EC background.


White color preview on #C995EC background

This text has white color on #C995EC background.


Related colors

Complementary color

Complementary color for #hex is #366A13.


I love getcolorcode.com

Triadic colors

1 #ECC995 and #95ECC9 with #C995EC are triadic colors.

2 #EC95C9 and #95C9EC with #C995EC are triadic colors.