COLOR #C653C1

HEX: #C653C1 RGB: (198,83,193)

Color info

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

RGB color model

#C653C1 color RGB value is (198,83,193).

RGB: (198,83,193) (78%, 33%, 76%)

RGB channels and saturation

R 198 of 255 = 78%
G 83 of 255 = 33%
B 193 of 255 = 76%

198
83
193

R + G + B ~ 62%. #C653C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 83 + 193 = 474 (100%)
R 198 of 474 ~ 41.77%
G 83 of 474 ~ 17.51%
B 193 of 474 ~ 40.72'%

%41.77
%17.51
%40.72

CMYK color model

#C653C1 color CMYK value is (0,58,3,22).

  • cyan value is 0.00%
  • magenta value is 58.08%
  • yellow value is 2.53%
  • key color value is 22.35%

CMYK: (0,58,3,22)
C0M58Y3K22 (0%, 58%, 3%, 22%)
(0.00 / 0.58 / 0.03 / 0.22)

CMYK percentages

%0
%58.08
%2.53
%22.35

Codes

Color #C653C1 in popluar color models

C6 53 C1
RGB 198 83 193
HSL 303° 50.22% 55.10%
HSB/HSV 303° 58.08% 77.65%
CMYK 0.00% 58.08% 2.53%
22.35%

Color #C653C1 in popluar number systems.

HEX C6 53 C1
Decimal 198 83 193
Binary 11000110 1010011 11000001
Octal 306 123 301

Shades and tints

Shades of #C653C1

#C653C1
(198,83,193)
#B44CB0
(180,76,176)
#A2459F
(162,69,159)
#903E8E
(144,62,142)
#7E377D
(126,55,125)
#6C306C
(108,48,108)
#5A295B
(90,41,91)
#48224A
(72,34,74)
#361B39
(54,27,57)
#241428
(36,20,40)
#120D17
(18,13,23)
#000000
(0,0,0)

Tints of #C653C1

#C653C1
(198,83,193)
#CB62C6
(203,98,198)
#D071CB
(208,113,203)
#D580D0
(213,128,208)
#DA8FD5
(218,143,213)
#DF9EDA
(223,158,218)
#E4ADDF
(228,173,223)
#E9BCE4
(233,188,228)
#EECBE9
(238,203,233)
#F3DAEE
(243,218,238)
#F8E9F3
(248,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C653C1 color. Also use rgb(198,83,193) instead hex code.

Text Font Color

.myTextColor { color: #C653C1; }

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

This text font color is #C653C1.

Background Color

.myBgColor { background-color: #C653C1; }

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

This div background color is #C653C1.

Border color

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

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

This div border color is #C653C1.

Opacity

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

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

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

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

This text has shadow with #C653C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C653C1.

Preview

Color preview on black background

This text has color #C653C1 on black background.


Color preview on white background

This text has color #C653C1 on white background.


Black color preview on #C653C1 background

This text has black color on #C653C1 background.


White color preview on #C653C1 background

This text has white color on #C653C1 background.


Related colors

Complementary color

Complementary color for #hex is #39AC3E.


I love getcolorcode.com

Triadic colors

1 #C1C653 and #53C1C6 with #C653C1 are triadic colors.

2 #C153C6 and #53C6C1 with #C653C1 are triadic colors.