COLOR #C678EA

HEX: #C678EA
RGB: (198,120,234)

Color info

#C678EA contains mainly red and blue colors. Web safe color of #C678EA is #CC66FF (or #C6F).

RGB color model

#C678EA color RGB value is (198,120,234).

  • red value is 198;
  • green value is 120;
  • blue value is 234.
RGB:
(198,120,234)
(78%,47%,92%)

RGB channels and saturation

R 198 of 255 = 78%
G 120 of 255 = 47%
B 234 of 255 = 92%

198
120
234

R + G + B ~ 72%. #C678EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 120 + 234 = 552 (100%)
R 198 of 552 ~ 35.87%
G 120 of 552 ~ 21.74%
B 234 of 552 ~ 42.39%

%35.87
%21.74
%42.39

CMYK color model

#C678EA color CMYK value is (15,49,0,8).

  • cyan value is 15.38%
  • magenta value is 48.72%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(15,49,0,8)
C15M49Y0K8 
(15%,49%,0%,8%)
(0.15/0.49/0.00/0.08)	

CMYK percentages

%15.38
%48.72
%0
%8.24

Codes

Color #C678EA in popluar color models

C678EA
RGB198120234
HSL281°73.08%69.41%
HSB/HSV281°48.72%91.76%
CMYK15.38%48.72%0.00%
8.24%

Color #C678EA in popluar number systems.

HEXC678EA
Decimal198120234
Binary11000110111100011101010
Octal306170352

Shades and tints

Shades of #C678EA

#C678EA
(198,120,234)
#B46ED5
(180,110,213)
#A264C0
(162,100,192)
#905AAB
(144,90,171)
#7E5096
(126,80,150)
#6C4681
(108,70,129)
#5A3C6C
(90,60,108)
#483257
(72,50,87)
#362842
(54,40,66)
#241E2D
(36,30,45)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #C678EA

#C678EA
(198,120,234)
#CB84EB
(203,132,235)
#D090EC
(208,144,236)
#D59CED
(213,156,237)
#DAA8EE
(218,168,238)
#DFB4EF
(223,180,239)
#E4C0F0
(228,192,240)
#E9CCF1
(233,204,241)
#EED8F2
(238,216,242)
#F3E4F3
(243,228,243)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C678EA color. Also use rgb(198,120,234) instead hex code.

Text Font Color

.myTextColor { color: #C678EA; }

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

This text font color is #C678EA.


Background Color

.myBgColor { background-color: #C678EA; }

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

This div background color is #C678EA.


Border color

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

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

This div border color is #C678EA.


Opacity

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

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

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

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

This text has shadow with #C678EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C678EA on black background.


Color preview on white background

This text has color #C678EA on white background.



Black color preview on #C678EA background

This text has black color on #C678EA background.


White color preview on #C678EA background

This text has white color on #C678EA background.