COLOR #C967EE

HEX: #C967EE
RGB: (201,103,238)

Color info

#C967EE contains mainly red and blue colors. Web safe color of #C967EE is #CC66FF (or #C6F).

RGB color model

#C967EE color RGB value is (201,103,238).

  • red value is 201;
  • green value is 103;
  • blue value is 238.
RGB:
(201,103,238)
(79%,40%,93%)

RGB channels and saturation

R 201 of 255 = 79%
G 103 of 255 = 40%
B 238 of 255 = 93%

201
103
238

R + G + B ~ 71%. #C967EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 103 + 238 = 542 (100%)
R 201 of 542 ~ 37.08%
G 103 of 542 ~ 19%
B 238 of 542 ~ 43.91%

%37.08
%19
%43.91

CMYK color model

#C967EE color CMYK value is (16,57,0,7).

  • cyan value is 15.55%
  • magenta value is 56.72%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(16,57,0,7)
C16M57Y0K7 
(16%,57%,0%,7%)
(0.16/0.57/0.00/0.07)	

CMYK percentages

%15.55
%56.72
%0
%6.67

Codes

Color #C967EE in popluar color models

C967EE
RGB201103238
HSL284°79.88%66.86%
HSB/HSV284°56.72%93.33%
CMYK15.55%56.72%0.00%
6.67%

Color #C967EE in popluar number systems.

HEXC967EE
Decimal201103238
Binary11001001110011111101110
Octal311147356

Shades and tints

Shades of #C967EE

#C967EE
(201,103,238)
#B75ED9
(183,94,217)
#A555C4
(165,85,196)
#934CAF
(147,76,175)
#81439A
(129,67,154)
#6F3A85
(111,58,133)
#5D3170
(93,49,112)
#4B285B
(75,40,91)
#391F46
(57,31,70)
#271631
(39,22,49)
#150D1C
(21,13,28)
#000000
(0,0,0)

Tints of #C967EE

#C967EE
(201,103,238)
#CD74EF
(205,116,239)
#D181F0
(209,129,240)
#D58EF1
(213,142,241)
#D99BF2
(217,155,242)
#DDA8F3
(221,168,243)
#E1B5F4
(225,181,244)
#E5C2F5
(229,194,245)
#E9CFF6
(233,207,246)
#EDDCF7
(237,220,247)
#F1E9F8
(241,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C967EE color. Also use rgb(201,103,238) instead hex code.

Text Font Color

.myTextColor { color: #C967EE; }

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

This text font color is #C967EE.


Background Color

.myBgColor { background-color: #C967EE; }

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

This div background color is #C967EE.


Border color

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

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

This div border color is #C967EE.


Opacity

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

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

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

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

This text has shadow with #C967EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C967EE on black background.


Color preview on white background

This text has color #C967EE on white background.



Black color preview on #C967EE background

This text has black color on #C967EE background.


White color preview on #C967EE background

This text has white color on #C967EE background.