COLOR #C653DE

HEX: #C653DE
RGB: (198,83,222)

Color info

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

RGB color model

#C653DE color RGB value is (198,83,222).

  • red value is 198;
  • green value is 83;
  • blue value is 222.
RGB:
(198,83,222)
(78%,33%,87%)

RGB channels and saturation

R 198 of 255 = 78%
G 83 of 255 = 33%
B 222 of 255 = 87%

198
83
222

R + G + B ~ 66%. #C653DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 83 + 222 = 503 (100%)
R 198 of 503 ~ 39.36%
G 83 of 503 ~ 16.5%
B 222 of 503 ~ 44.14%

%39.36
%16.5
%44.14

CMYK color model

#C653DE color CMYK value is (11,63,0,13).

  • cyan value is 10.81%
  • magenta value is 62.61%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(11,63,0,13)
C11M63Y0K13 
(11%,63%,0%,13%)
(0.11/0.63/0.00/0.13)	

CMYK percentages

%10.81
%62.61
%0
%12.94

Codes

Color #C653DE in popluar color models

C653DE
RGB19883222
HSL290°67.80%59.80%
HSB/HSV290°62.61%87.06%
CMYK10.81%62.61%0.00%
12.94%

Color #C653DE in popluar number systems.

HEXC653DE
Decimal19883222
Binary11000110101001111011110
Octal306123336

Shades and tints

Shades of #C653DE

#C653DE
(198,83,222)
#B44CCA
(180,76,202)
#A245B6
(162,69,182)
#903EA2
(144,62,162)
#7E378E
(126,55,142)
#6C307A
(108,48,122)
#5A2966
(90,41,102)
#482252
(72,34,82)
#361B3E
(54,27,62)
#24142A
(36,20,42)
#120D16
(18,13,22)
#000000
(0,0,0)

Tints of #C653DE

#C653DE
(198,83,222)
#CB62E1
(203,98,225)
#D071E4
(208,113,228)
#D580E7
(213,128,231)
#DA8FEA
(218,143,234)
#DF9EED
(223,158,237)
#E4ADF0
(228,173,240)
#E9BCF3
(233,188,243)
#EECBF6
(238,203,246)
#F3DAF9
(243,218,249)
#F8E9FC
(248,233,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C653DE; }

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

This text font color is #C653DE.


Background Color

.myBgColor { background-color: #C653DE; }

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

This div background color is #C653DE.


Border color

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

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

This div border color is #C653DE.


Opacity

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

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

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

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

This text has shadow with #C653DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C653DE on black background.


Color preview on white background

This text has color #C653DE on white background.



Black color preview on #C653DE background

This text has black color on #C653DE background.


White color preview on #C653DE background

This text has white color on #C653DE background.