COLOR #C996ED

HEX: #C996ED RGB: (201,150,237)

Color info

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

RGB color model

#C996ED color RGB value is (201,150,237).

RGB: (201,150,237) (79%, 59%, 93%)

RGB channels and saturation

R 201 of 255 = 79%
G 150 of 255 = 59%
B 237 of 255 = 93%

201
150
237

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

Portions of RGB colors in percentages

R + G + B = 201 + 150 + 237 = 588 (100%)
R 201 of 588 ~ 34.18%
G 150 of 588 ~ 25.51%
B 237 of 588 ~ 40.31'%

%34.18
%25.51
%40.31

CMYK color model

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

  • cyan value is 15.19%
  • magenta value is 36.71%
  • yellow value is 0.00%
  • key color value is 7.06%

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

CMYK percentages

%15.19
%36.71
%0
%7.06

Codes

Color #C996ED in popluar color models

C9 96 ED
RGB 201 150 237
HSL 275° 70.73% 75.88%
HSB/HSV 275° 36.71% 92.94%
CMYK 15.19% 36.71% 0.00%
7.06%

Color #C996ED in popluar number systems.

HEX C9 96 ED
Decimal 201 150 237
Binary 11001001 10010110 11101101
Octal 311 226 355

Shades and tints

Shades of #C996ED

#C996ED
(201,150,237)
#B789D8
(183,137,216)
#A57CC3
(165,124,195)
#936FAE
(147,111,174)
#816299
(129,98,153)
#6F5584
(111,85,132)
#5D486F
(93,72,111)
#4B3B5A
(75,59,90)
#392E45
(57,46,69)
#272130
(39,33,48)
#15141B
(21,20,27)
#000000
(0,0,0)

Tints of #C996ED

#C996ED
(201,150,237)
#CD9FEE
(205,159,238)
#D1A8EF
(209,168,239)
#D5B1F0
(213,177,240)
#D9BAF1
(217,186,241)
#DDC3F2
(221,195,242)
#E1CCF3
(225,204,243)
#E5D5F4
(229,213,244)
#E9DEF5
(233,222,245)
#EDE7F6
(237,231,246)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C996ED color. Also use rgb(201,150,237) instead hex code.

Text Font Color

.myTextColor { color: #C996ED; }

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

This text font color is #C996ED.

Background Color

.myBgColor { background-color: #C996ED; }

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

This div background color is #C996ED.

Border color

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

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

This div border color is #C996ED.

Opacity

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

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

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

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

This text has shadow with #C996ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C996ED.

Preview

Color preview on black background

This text has color #C996ED on black background.


Color preview on white background

This text has color #C996ED on white background.


Black color preview on #C996ED background

This text has black color on #C996ED background.


White color preview on #C996ED background

This text has white color on #C996ED background.


Related colors

Complementary color

Complementary color for #hex is #366912.


I love getcolorcode.com

Triadic colors

1 #EDC996 and #96EDC9 with #C996ED are triadic colors.

2 #ED96C9 and #96C9ED with #C996ED are triadic colors.