COLOR #C689FF

HEX: #C689FF
RGB: (198,137,255)

Color info

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

RGB color model

#C689FF color RGB value is (198,137,255).

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

RGB channels and saturation

R 198 of 255 = 78%
G 137 of 255 = 54%
B 255 of 255 = 100%

198
137
255

R + G + B ~ 77%. #C689FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 137 + 255 = 590 (100%)
R 198 of 590 ~ 33.56%
G 137 of 590 ~ 23.22%
B 255 of 590 ~ 43.22%

%33.56
%23.22
%43.22

CMYK color model

#C689FF color CMYK value is (22,46,0,0).

  • cyan value is 22.35%
  • magenta value is 46.27%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(22,46,0,0)
C22M46Y0K0 
(22%,46%,0%,0%)
(0.22/0.46/0.00/0.00)	

CMYK percentages

%22.35
%46.27
%0
%0

Codes

Color #C689FF in popluar color models

C689FF
RGB198137255
HSL271°100.00%76.86%
HSB/HSV271°46.27%100.00%
CMYK22.35%46.27%0.00%
0.00%

Color #C689FF in popluar number systems.

HEXC689FF
Decimal198137255
Binary110001101000100111111111
Octal306211377

Shades and tints

Shades of #C689FF

#C689FF
(198,137,255)
#B47DE8
(180,125,232)
#A271D1
(162,113,209)
#9065BA
(144,101,186)
#7E59A3
(126,89,163)
#6C4D8C
(108,77,140)
#5A4175
(90,65,117)
#48355E
(72,53,94)
#362947
(54,41,71)
#241D30
(36,29,48)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #C689FF

#C689FF
(198,137,255)
#CB93FF
(203,147,255)
#D09DFF
(208,157,255)
#D5A7FF
(213,167,255)
#DAB1FF
(218,177,255)
#DFBBFF
(223,187,255)
#E4C5FF
(228,197,255)
#E9CFFF
(233,207,255)
#EED9FF
(238,217,255)
#F3E3FF
(243,227,255)
#F8EDFF
(248,237,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C689FF; }

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

This text font color is #C689FF.


Background Color

.myBgColor { background-color: #C689FF; }

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

This div background color is #C689FF.


Border color

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

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

This div border color is #C689FF.


Opacity

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

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

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

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

This text has shadow with #C689FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C689FF on black background.


Color preview on white background

This text has color #C689FF on white background.



Black color preview on #C689FF background

This text has black color on #C689FF background.


White color preview on #C689FF background

This text has white color on #C689FF background.