COLOR #C687E4

HEX: #C687E4
RGB: (198,135,228)

Color info

#C687E4 contains mainly red and blue colors. Web safe color of #C687E4 is #CC99CC (or #C9C).

RGB color model

#C687E4 color RGB value is (198,135,228).

  • red value is 198;
  • green value is 135;
  • blue value is 228.
RGB:
(198,135,228)
(78%,53%,89%)

RGB channels and saturation

R 198 of 255 = 78%
G 135 of 255 = 53%
B 228 of 255 = 89%

198
135
228

R + G + B ~ 73%. #C687E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 135 + 228 = 561 (100%)
R 198 of 561 ~ 35.29%
G 135 of 561 ~ 24.06%
B 228 of 561 ~ 40.64%

%35.29
%24.06
%40.64

CMYK color model

#C687E4 color CMYK value is (13,41,0,11).

  • cyan value is 13.16%
  • magenta value is 40.79%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(13,41,0,11)
C13M41Y0K11 
(13%,41%,0%,11%)
(0.13/0.41/0.00/0.11)	

CMYK percentages

%13.16
%40.79
%0
%10.59

Codes

Color #C687E4 in popluar color models

C687E4
RGB198135228
HSL281°63.27%71.18%
HSB/HSV281°40.79%89.41%
CMYK13.16%40.79%0.00%
10.59%

Color #C687E4 in popluar number systems.

HEXC687E4
Decimal198135228
Binary110001101000011111100100
Octal306207344

Shades and tints

Shades of #C687E4

#C687E4
(198,135,228)
#B47BD0
(180,123,208)
#A26FBC
(162,111,188)
#9063A8
(144,99,168)
#7E5794
(126,87,148)
#6C4B80
(108,75,128)
#5A3F6C
(90,63,108)
#483358
(72,51,88)
#362744
(54,39,68)
#241B30
(36,27,48)
#120F1C
(18,15,28)
#000000
(0,0,0)

Tints of #C687E4

#C687E4
(198,135,228)
#CB91E6
(203,145,230)
#D09BE8
(208,155,232)
#D5A5EA
(213,165,234)
#DAAFEC
(218,175,236)
#DFB9EE
(223,185,238)
#E4C3F0
(228,195,240)
#E9CDF2
(233,205,242)
#EED7F4
(238,215,244)
#F3E1F6
(243,225,246)
#F8EBF8
(248,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C687E4 color. Also use rgb(198,135,228) instead hex code.

Text Font Color

.myTextColor { color: #C687E4; }

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

This text font color is #C687E4.


Background Color

.myBgColor { background-color: #C687E4; }

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

This div background color is #C687E4.


Border color

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

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

This div border color is #C687E4.


Opacity

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

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

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

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

This text has shadow with #C687E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C687E4 on black background.


Color preview on white background

This text has color #C687E4 on white background.



Black color preview on #C687E4 background

This text has black color on #C687E4 background.


White color preview on #C687E4 background

This text has white color on #C687E4 background.