COLOR #C654D3

HEX: #C654D3 RGB: (198,84,211)

Color info

#C654D3 contains mainly red and blue colors. Web safe color of #C654D3 is #CC66CC (or #C6C).

RGB color model

#C654D3 color RGB value is (198,84,211).

RGB: (198,84,211) (78%, 33%, 83%)

RGB channels and saturation

R 198 of 255 = 78%
G 84 of 255 = 33%
B 211 of 255 = 83%

198
84
211

R + G + B ~ 65%. #C654D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 84 + 211 = 493 (100%)
R 198 of 493 ~ 40.16%
G 84 of 493 ~ 17.04%
B 211 of 493 ~ 42.8'%

%40.16
%17.04
%42.8

CMYK color model

#C654D3 color CMYK value is (6,60,0,17).

  • cyan value is 6.16%
  • magenta value is 60.19%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (6,60,0,17)
C6M60Y0K17 (6%, 60%, 0%, 17%)
(0.06 / 0.60 / 0.00 / 0.17)

CMYK percentages

%6.16
%60.19
%0
%17.25

Codes

Color #C654D3 in popluar color models

C6 54 D3
RGB 198 84 211
HSL 294° 59.07% 57.84%
HSB/HSV 294° 60.19% 82.75%
CMYK 6.16% 60.19% 0.00%
17.25%

Color #C654D3 in popluar number systems.

HEX C6 54 D3
Decimal 198 84 211
Binary 11000110 1010100 11010011
Octal 306 124 323

Shades and tints

Shades of #C654D3

#C654D3
(198,84,211)
#B44DC0
(180,77,192)
#A246AD
(162,70,173)
#903F9A
(144,63,154)
#7E3887
(126,56,135)
#6C3174
(108,49,116)
#5A2A61
(90,42,97)
#48234E
(72,35,78)
#361C3B
(54,28,59)
#241528
(36,21,40)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #C654D3

#C654D3
(198,84,211)
#CB63D7
(203,99,215)
#D072DB
(208,114,219)
#D581DF
(213,129,223)
#DA90E3
(218,144,227)
#DF9FE7
(223,159,231)
#E4AEEB
(228,174,235)
#E9BDEF
(233,189,239)
#EECCF3
(238,204,243)
#F3DBF7
(243,219,247)
#F8EAFB
(248,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C654D3 color. Also use rgb(198,84,211) instead hex code.

Text Font Color

.myTextColor { color: #C654D3; }

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

This text font color is #C654D3.

Background Color

.myBgColor { background-color: #C654D3; }

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

This div background color is #C654D3.

Border color

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

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

This div border color is #C654D3.

Opacity

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

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

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

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

This text has shadow with #C654D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C654D3.

Preview

Color preview on black background

This text has color #C654D3 on black background.


Color preview on white background

This text has color #C654D3 on white background.


Black color preview on #C654D3 background

This text has black color on #C654D3 background.


White color preview on #C654D3 background

This text has white color on #C654D3 background.


Related colors

Complementary color

Complementary color for #hex is #39AB2C.


I love getcolorcode.com

Triadic colors

1 #D3C654 and #54D3C6 with #C654D3 are triadic colors.

2 #D354C6 and #54C6D3 with #C654D3 are triadic colors.