COLOR #C683F2

HEX: #C683F2
RGB: (198,131,242)

Color info

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

RGB color model

#C683F2 color RGB value is (198,131,242).

  • red value is 198;
  • green value is 131;
  • blue value is 242.
RGB:
(198,131,242)
(78%,51%,95%)

RGB channels and saturation

R 198 of 255 = 78%
G 131 of 255 = 51%
B 242 of 255 = 95%

198
131
242

R + G + B ~ 75%. #C683F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 131 + 242 = 571 (100%)
R 198 of 571 ~ 34.68%
G 131 of 571 ~ 22.94%
B 242 of 571 ~ 42.38%

%34.68
%22.94
%42.38

CMYK color model

#C683F2 color CMYK value is (18,46,0,5).

  • cyan value is 18.18%
  • magenta value is 45.87%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(18,46,0,5)
C18M46Y0K5 
(18%,46%,0%,5%)
(0.18/0.46/0.00/0.05)	

CMYK percentages

%18.18
%45.87
%0
%5.1

Codes

Color #C683F2 in popluar color models

C683F2
RGB198131242
HSL276°81.02%73.14%
HSB/HSV276°45.87%94.90%
CMYK18.18%45.87%0.00%
5.10%

Color #C683F2 in popluar number systems.

HEXC683F2
Decimal198131242
Binary110001101000001111110010
Octal306203362

Shades and tints

Shades of #C683F2

#C683F2
(198,131,242)
#B478DC
(180,120,220)
#A26DC6
(162,109,198)
#9062B0
(144,98,176)
#7E579A
(126,87,154)
#6C4C84
(108,76,132)
#5A416E
(90,65,110)
#483658
(72,54,88)
#362B42
(54,43,66)
#24202C
(36,32,44)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #C683F2

#C683F2
(198,131,242)
#CB8EF3
(203,142,243)
#D099F4
(208,153,244)
#D5A4F5
(213,164,245)
#DAAFF6
(218,175,246)
#DFBAF7
(223,186,247)
#E4C5F8
(228,197,248)
#E9D0F9
(233,208,249)
#EEDBFA
(238,219,250)
#F3E6FB
(243,230,251)
#F8F1FC
(248,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C683F2 color. Also use rgb(198,131,242) instead hex code.

Text Font Color

.myTextColor { color: #C683F2; }

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

This text font color is #C683F2.


Background Color

.myBgColor { background-color: #C683F2; }

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

This div background color is #C683F2.


Border color

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

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

This div border color is #C683F2.


Opacity

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

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

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

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

This text has shadow with #C683F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C683F2 on black background.


Color preview on white background

This text has color #C683F2 on white background.



Black color preview on #C683F2 background

This text has black color on #C683F2 background.


White color preview on #C683F2 background

This text has white color on #C683F2 background.