COLOR #C681F9

HEX: #C681F9 RGB: (198,129,249)

Color info

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

RGB color model

#C681F9 color RGB value is (198,129,249).

RGB: (198,129,249) (78%, 51%, 98%)

RGB channels and saturation

R 198 of 255 = 78%
G 129 of 255 = 51%
B 249 of 255 = 98%

198
129
249

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

Portions of RGB colors in percentages

R + G + B = 198 + 129 + 249 = 576 (100%)
R 198 of 576 ~ 34.38%
G 129 of 576 ~ 22.4%
B 249 of 576 ~ 43.23'%

%34.38
%22.4
%43.23

CMYK color model

#C681F9 color CMYK value is (20,48,0,2).

  • cyan value is 20.48%
  • magenta value is 48.19%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (20,48,0,2)
C20M48Y0K2 (20%, 48%, 0%, 2%)
(0.20 / 0.48 / 0.00 / 0.02)

CMYK percentages

%20.48
%48.19
%0
%2.35

Codes

Color #C681F9 in popluar color models

C6 81 F9
RGB 198 129 249
HSL 275° 90.91% 74.12%
HSB/HSV 275° 48.19% 97.65%
CMYK 20.48% 48.19% 0.00%
2.35%

Color #C681F9 in popluar number systems.

HEX C6 81 F9
Decimal 198 129 249
Binary 11000110 10000001 11111001
Octal 306 201 371

Shades and tints

Shades of #C681F9

#C681F9
(198,129,249)
#B476E3
(180,118,227)
#A26BCD
(162,107,205)
#9060B7
(144,96,183)
#7E55A1
(126,85,161)
#6C4A8B
(108,74,139)
#5A3F75
(90,63,117)
#48345F
(72,52,95)
#362949
(54,41,73)
#241E33
(36,30,51)
#12131D
(18,19,29)
#000000
(0,0,0)

Tints of #C681F9

#C681F9
(198,129,249)
#CB8CF9
(203,140,249)
#D097F9
(208,151,249)
#D5A2F9
(213,162,249)
#DAADF9
(218,173,249)
#DFB8F9
(223,184,249)
#E4C3F9
(228,195,249)
#E9CEF9
(233,206,249)
#EED9F9
(238,217,249)
#F3E4F9
(243,228,249)
#F8EFF9
(248,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C681F9 color. Also use rgb(198,129,249) instead hex code.

Text Font Color

.myTextColor { color: #C681F9; }

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

This text font color is #C681F9.

Background Color

.myBgColor { background-color: #C681F9; }

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

This div background color is #C681F9.

Border color

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

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

This div border color is #C681F9.

Opacity

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

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

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

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

This text has shadow with #C681F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C681F9.

Preview

Color preview on black background

This text has color #C681F9 on black background.


Color preview on white background

This text has color #C681F9 on white background.


Black color preview on #C681F9 background

This text has black color on #C681F9 background.


White color preview on #C681F9 background

This text has white color on #C681F9 background.


Related colors

Complementary color

Complementary color for #hex is #397E06.


I love getcolorcode.com

Triadic colors

1 #F9C681 and #81F9C6 with #C681F9 are triadic colors.

2 #F981C6 and #81C6F9 with #C681F9 are triadic colors.