COLOR #C688F4

HEX: #C688F4
RGB: (198,136,244)

Color info

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

RGB color model

#C688F4 color RGB value is (198,136,244).

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

RGB channels and saturation

R 198 of 255 = 78%
G 136 of 255 = 53%
B 244 of 255 = 96%

198
136
244

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

Portions of RGB colors in percentages

R + G + B =
198 + 136 + 244 = 578 (100%)
R 198 of 578 ~ 34.26%
G 136 of 578 ~ 23.53%
B 244 of 578 ~ 42.21%

%34.26
%23.53
%42.21

CMYK color model

#C688F4 color CMYK value is (19,44,0,4).

  • cyan value is 18.85%
  • magenta value is 44.26%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(19,44,0,4)
C19M44Y0K4 
(19%,44%,0%,4%)
(0.19/0.44/0.00/0.04)	

CMYK percentages

%18.85
%44.26
%0
%4.31

Codes

Color #C688F4 in popluar color models

C688F4
RGB198136244
HSL274°83.08%74.51%
HSB/HSV274°44.26%95.69%
CMYK18.85%44.26%0.00%
4.31%

Color #C688F4 in popluar number systems.

HEXC688F4
Decimal198136244
Binary110001101000100011110100
Octal306210364

Shades and tints

Shades of #C688F4

#C688F4
(198,136,244)
#B47CDE
(180,124,222)
#A270C8
(162,112,200)
#9064B2
(144,100,178)
#7E589C
(126,88,156)
#6C4C86
(108,76,134)
#5A4070
(90,64,112)
#48345A
(72,52,90)
#362844
(54,40,68)
#241C2E
(36,28,46)
#121018
(18,16,24)
#000000
(0,0,0)

Tints of #C688F4

#C688F4
(198,136,244)
#CB92F5
(203,146,245)
#D09CF6
(208,156,246)
#D5A6F7
(213,166,247)
#DAB0F8
(218,176,248)
#DFBAF9
(223,186,249)
#E4C4FA
(228,196,250)
#E9CEFB
(233,206,251)
#EED8FC
(238,216,252)
#F3E2FD
(243,226,253)
#F8ECFE
(248,236,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C688F4; }

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

This text font color is #C688F4.


Background Color

.myBgColor { background-color: #C688F4; }

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

This div background color is #C688F4.


Border color

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

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

This div border color is #C688F4.


Opacity

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

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

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

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

This text has shadow with #C688F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C688F4 on black background.


Color preview on white background

This text has color #C688F4 on white background.



Black color preview on #C688F4 background

This text has black color on #C688F4 background.


White color preview on #C688F4 background

This text has white color on #C688F4 background.