COLOR #C689F1

HEX: #C689F1
RGB: (198,137,241)

Color info

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

RGB color model

#C689F1 color RGB value is (198,137,241).

  • red value is 198;
  • green value is 137;
  • blue value is 241.
RGB:
(198,137,241)
(78%,54%,95%)

RGB channels and saturation

R 198 of 255 = 78%
G 137 of 255 = 54%
B 241 of 255 = 95%

198
137
241

R + G + B ~ 76%. #C689F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 137 + 241 = 576 (100%)
R 198 of 576 ~ 34.38%
G 137 of 576 ~ 23.78%
B 241 of 576 ~ 41.84%

%34.38
%23.78
%41.84

CMYK color model

#C689F1 color CMYK value is (18,43,0,5).

  • cyan value is 17.84%
  • magenta value is 43.15%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(18,43,0,5)
C18M43Y0K5 
(18%,43%,0%,5%)
(0.18/0.43/0.00/0.05)	

CMYK percentages

%17.84
%43.15
%0
%5.49

Codes

Color #C689F1 in popluar color models

C689F1
RGB198137241
HSL275°78.79%74.12%
HSB/HSV275°43.15%94.51%
CMYK17.84%43.15%0.00%
5.49%

Color #C689F1 in popluar number systems.

HEXC689F1
Decimal198137241
Binary110001101000100111110001
Octal306211361

Shades and tints

Shades of #C689F1

#C689F1
(198,137,241)
#B47DDC
(180,125,220)
#A271C7
(162,113,199)
#9065B2
(144,101,178)
#7E599D
(126,89,157)
#6C4D88
(108,77,136)
#5A4173
(90,65,115)
#48355E
(72,53,94)
#362949
(54,41,73)
#241D34
(36,29,52)
#12111F
(18,17,31)
#000000
(0,0,0)

Tints of #C689F1

#C689F1
(198,137,241)
#CB93F2
(203,147,242)
#D09DF3
(208,157,243)
#D5A7F4
(213,167,244)
#DAB1F5
(218,177,245)
#DFBBF6
(223,187,246)
#E4C5F7
(228,197,247)
#E9CFF8
(233,207,248)
#EED9F9
(238,217,249)
#F3E3FA
(243,227,250)
#F8EDFB
(248,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C689F1 color. Also use rgb(198,137,241) instead hex code.

Text Font Color

.myTextColor { color: #C689F1; }

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

This text font color is #C689F1.


Background Color

.myBgColor { background-color: #C689F1; }

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

This div background color is #C689F1.


Border color

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

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

This div border color is #C689F1.


Opacity

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

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

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

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

This text has shadow with #C689F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C689F1 on black background.


Color preview on white background

This text has color #C689F1 on white background.



Black color preview on #C689F1 background

This text has black color on #C689F1 background.


White color preview on #C689F1 background

This text has white color on #C689F1 background.