COLOR #C685E3

HEX: #C685E3
RGB: (198,133,227)

Color info

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

RGB color model

#C685E3 color RGB value is (198,133,227).

  • red value is 198;
  • green value is 133;
  • blue value is 227.
RGB:
(198,133,227)
(78%,52%,89%)

RGB channels and saturation

R 198 of 255 = 78%
G 133 of 255 = 52%
B 227 of 255 = 89%

198
133
227

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

Portions of RGB colors in percentages

R + G + B =
198 + 133 + 227 = 558 (100%)
R 198 of 558 ~ 35.48%
G 133 of 558 ~ 23.84%
B 227 of 558 ~ 40.68%

%35.48
%23.84
%40.68

CMYK color model

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

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

CMYK percentages

%12.78
%41.41
%0
%10.98

Codes

Color #C685E3 in popluar color models

C685E3
RGB198133227
HSL281°62.67%70.59%
HSB/HSV281°41.41%89.02%
CMYK12.78%41.41%0.00%
10.98%

Color #C685E3 in popluar number systems.

HEXC685E3
Decimal198133227
Binary110001101000010111100011
Octal306205343

Shades and tints

Shades of #C685E3

#C685E3
(198,133,227)
#B479CF
(180,121,207)
#A26DBB
(162,109,187)
#9061A7
(144,97,167)
#7E5593
(126,85,147)
#6C497F
(108,73,127)
#5A3D6B
(90,61,107)
#483157
(72,49,87)
#362543
(54,37,67)
#24192F
(36,25,47)
#120D1B
(18,13,27)
#000000
(0,0,0)

Tints of #C685E3

#C685E3
(198,133,227)
#CB90E5
(203,144,229)
#D09BE7
(208,155,231)
#D5A6E9
(213,166,233)
#DAB1EB
(218,177,235)
#DFBCED
(223,188,237)
#E4C7EF
(228,199,239)
#E9D2F1
(233,210,241)
#EEDDF3
(238,221,243)
#F3E8F5
(243,232,245)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C685E3; }

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

This text font color is #C685E3.


Background Color

.myBgColor { background-color: #C685E3; }

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

This div background color is #C685E3.


Border color

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

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

This div border color is #C685E3.


Opacity

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

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

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

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

This text has shadow with #C685E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C685E3 on black background.


Color preview on white background

This text has color #C685E3 on white background.



Black color preview on #C685E3 background

This text has black color on #C685E3 background.


White color preview on #C685E3 background

This text has white color on #C685E3 background.