COLOR #C685EF

HEX: #C685EF RGB: (198,133,239)

Color info

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

RGB color model

#C685EF color RGB value is (198,133,239).

RGB: (198,133,239) (78%, 52%, 94%)

RGB channels and saturation

R 198 of 255 = 78%
G 133 of 255 = 52%
B 239 of 255 = 94%

198
133
239

R + G + B ~ 75%. #C685EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 133 + 239 = 570 (100%)
R 198 of 570 ~ 34.74%
G 133 of 570 ~ 23.33%
B 239 of 570 ~ 41.93'%

%34.74
%23.33
%41.93

CMYK color model

#C685EF color CMYK value is (17,44,0,6).

  • cyan value is 17.15%
  • magenta value is 44.35%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (17,44,0,6) C17M44Y0K6 (17%,44%,0%,6%) (0.17/0.44/0.00/0.06) 

CMYK percentages

%17.15
%44.35
%0
%6.27

Codes

Color #C685EF in popluar color models

C6 85 EF
RGB 198 133 239
HSL 277° 76.81% 72.94%
HSB/HSV 277° 44.35% 93.73%
CMYK 17.15% 44.35% 0.00%
6.27%

Color #C685EF in popluar number systems.

HEX C6 85 EF
Decimal 198 133 239
Binary 11000110 10000101 11101111
Octal 306 205 357

Shades and tints

Shades of #C685EF

#C685EF
(198,133,239)
#B479DA
(180,121,218)
#A26DC5
(162,109,197)
#9061B0
(144,97,176)
#7E559B
(126,85,155)
#6C4986
(108,73,134)
#5A3D71
(90,61,113)
#48315C
(72,49,92)
#362547
(54,37,71)
#241932
(36,25,50)
#120D1D
(18,13,29)
#000000
(0,0,0)

Tints of #C685EF

#C685EF
(198,133,239)
#CB90F0
(203,144,240)
#D09BF1
(208,155,241)
#D5A6F2
(213,166,242)
#DAB1F3
(218,177,243)
#DFBCF4
(223,188,244)
#E4C7F5
(228,199,245)
#E9D2F6
(233,210,246)
#EEDDF7
(238,221,247)
#F3E8F8
(243,232,248)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C685EF color. Also use rgb(198,133,239) instead hex code.

Text Font Color

.myTextColor { color: #C685EF; }

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

This text font color is #C685EF.

Background Color

.myBgColor { background-color: #C685EF; }

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

This div background color is #C685EF.

Border color

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

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

This div border color is #C685EF.

Opacity

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

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

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

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

This text has shadow with #C685EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C685EF.

Preview

Color preview on black background

This text has color #C685EF on black background.


Color preview on white background

This text has color #C685EF on white background.


Black color preview on #C685EF background

This text has black color on #C685EF background.


White color preview on #C685EF background

This text has white color on #C685EF background.


Related colors

Complementary color

Complementary color for #hex is #397A10.


I love getcolorcode.com

Triadic colors

1 #EFC685 and #85EFC6 with #C685EF are triadic colors.

2 #EF85C6 and #85C6EF with #C685EF are triadic colors.