COLOR #C688FF

HEX: #C688FF
RGB: (198,136,255)

Color info

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

RGB color model

#C688FF color RGB value is (198,136,255).

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

RGB channels and saturation

R 198 of 255 = 78%
G 136 of 255 = 53%
B 255 of 255 = 100%

198
136
255

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

Portions of RGB colors in percentages

R + G + B =
198 + 136 + 255 = 589 (100%)
R 198 of 589 ~ 33.62%
G 136 of 589 ~ 23.09%
B 255 of 589 ~ 43.29%

%33.62
%23.09
%43.29

CMYK color model

#C688FF color CMYK value is (22,47,0,0).

  • cyan value is 22.35%
  • magenta value is 46.67%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(22,47,0,0)
C22M47Y0K0 
(22%,47%,0%,0%)
(0.22/0.47/0.00/0.00)	

CMYK percentages

%22.35
%46.67
%0
%0

Codes

Color #C688FF in popluar color models

C688FF
RGB198136255
HSL271°100.00%76.67%
HSB/HSV271°46.67%100.00%
CMYK22.35%46.67%0.00%
0.00%

Color #C688FF in popluar number systems.

HEXC688FF
Decimal198136255
Binary110001101000100011111111
Octal306210377

Shades and tints

Shades of #C688FF

#C688FF
(198,136,255)
#B47CE8
(180,124,232)
#A270D1
(162,112,209)
#9064BA
(144,100,186)
#7E58A3
(126,88,163)
#6C4C8C
(108,76,140)
#5A4075
(90,64,117)
#48345E
(72,52,94)
#362847
(54,40,71)
#241C30
(36,28,48)
#121019
(18,16,25)
#000000
(0,0,0)

Tints of #C688FF

#C688FF
(198,136,255)
#CB92FF
(203,146,255)
#D09CFF
(208,156,255)
#D5A6FF
(213,166,255)
#DAB0FF
(218,176,255)
#DFBAFF
(223,186,255)
#E4C4FF
(228,196,255)
#E9CEFF
(233,206,255)
#EED8FF
(238,216,255)
#F3E2FF
(243,226,255)
#F8ECFF
(248,236,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C688FF; }

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

This text font color is #C688FF.


Background Color

.myBgColor { background-color: #C688FF; }

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

This div background color is #C688FF.


Border color

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

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

This div border color is #C688FF.


Opacity

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

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

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

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

This text has shadow with #C688FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C688FF on black background.


Color preview on white background

This text has color #C688FF on white background.



Black color preview on #C688FF background

This text has black color on #C688FF background.


White color preview on #C688FF background

This text has white color on #C688FF background.