COLOR #C651EF

HEX: #C651EF RGB: (198,81,239)

Color info

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

RGB color model

#C651EF color RGB value is (198,81,239).

RGB: (198,81,239) (78%, 32%, 94%)

RGB channels and saturation

R 198 of 255 = 78%
G 81 of 255 = 32%
B 239 of 255 = 94%

198
81
239

R + G + B ~ 68%. #C651EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 81 + 239 = 518 (100%)
R 198 of 518 ~ 38.22%
G 81 of 518 ~ 15.64%
B 239 of 518 ~ 46.14'%

%38.22
%15.64
%46.14

CMYK color model

#C651EF color CMYK value is (17,66,0,6).

  • cyan value is 17.15%
  • magenta value is 66.11%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (17,66,0,6)
C17M66Y0K6 (17%, 66%, 0%, 6%)
(0.17 / 0.66 / 0.00 / 0.06)

CMYK percentages

%17.15
%66.11
%0
%6.27

Codes

Color #C651EF in popluar color models

C6 51 EF
RGB 198 81 239
HSL 284° 83.16% 62.75%
HSB/HSV 284° 66.11% 93.73%
CMYK 17.15% 66.11% 0.00%
6.27%

Color #C651EF in popluar number systems.

HEX C6 51 EF
Decimal 198 81 239
Binary 11000110 1010001 11101111
Octal 306 121 357

Shades and tints

Shades of #C651EF

#C651EF
(198,81,239)
#B44ADA
(180,74,218)
#A243C5
(162,67,197)
#903CB0
(144,60,176)
#7E359B
(126,53,155)
#6C2E86
(108,46,134)
#5A2771
(90,39,113)
#48205C
(72,32,92)
#361947
(54,25,71)
#241232
(36,18,50)
#120B1D
(18,11,29)
#000000
(0,0,0)

Tints of #C651EF

#C651EF
(198,81,239)
#CB60F0
(203,96,240)
#D06FF1
(208,111,241)
#D57EF2
(213,126,242)
#DA8DF3
(218,141,243)
#DF9CF4
(223,156,244)
#E4ABF5
(228,171,245)
#E9BAF6
(233,186,246)
#EEC9F7
(238,201,247)
#F3D8F8
(243,216,248)
#F8E7F9
(248,231,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C651EF color. Also use rgb(198,81,239) instead hex code.

Text Font Color

.myTextColor { color: #C651EF; }

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

This text font color is #C651EF.

Background Color

.myBgColor { background-color: #C651EF; }

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

This div background color is #C651EF.

Border color

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

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

This div border color is #C651EF.

Opacity

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

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

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

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

This text has shadow with #C651EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C651EF.

Preview

Color preview on black background

This text has color #C651EF on black background.


Color preview on white background

This text has color #C651EF on white background.


Black color preview on #C651EF background

This text has black color on #C651EF background.


White color preview on #C651EF background

This text has white color on #C651EF background.


Related colors

Complementary color

Complementary color for #hex is #39AE10.


I love getcolorcode.com

Triadic colors

1 #EFC651 and #51EFC6 with #C651EF are triadic colors.

2 #EF51C6 and #51C6EF with #C651EF are triadic colors.