COLOR #C483E8

HEX: #C483E8
RGB: (196,131,232)

Color info

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

RGB color model

#C483E8 color RGB value is (196,131,232).

  • red value is 196;
  • green value is 131;
  • blue value is 232.
RGB:
(196,131,232)
(77%,51%,91%)

RGB channels and saturation

R 196 of 255 = 77%
G 131 of 255 = 51%
B 232 of 255 = 91%

196
131
232

R + G + B ~ 73%. #C483E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 131 + 232 = 559 (100%)
R 196 of 559 ~ 35.06%
G 131 of 559 ~ 23.43%
B 232 of 559 ~ 41.5%

%35.06
%23.43
%41.5

CMYK color model

#C483E8 color CMYK value is (16,44,0,9).

  • cyan value is 15.52%
  • magenta value is 43.53%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(16,44,0,9)
C16M44Y0K9 
(16%,44%,0%,9%)
(0.16/0.44/0.00/0.09)	

CMYK percentages

%15.52
%43.53
%0
%9.02

Codes

Color #C483E8 in popluar color models

C483E8
RGB196131232
HSL279°68.71%71.18%
HSB/HSV279°43.53%90.98%
CMYK15.52%43.53%0.00%
9.02%

Color #C483E8 in popluar number systems.

HEXC483E8
Decimal196131232
Binary110001001000001111101000
Octal304203350

Shades and tints

Shades of #C483E8

#C483E8
(196,131,232)
#B378D3
(179,120,211)
#A26DBE
(162,109,190)
#9162A9
(145,98,169)
#805794
(128,87,148)
#6F4C7F
(111,76,127)
#5E416A
(94,65,106)
#4D3655
(77,54,85)
#3C2B40
(60,43,64)
#2B202B
(43,32,43)
#1A1516
(26,21,22)
#000000
(0,0,0)

Tints of #C483E8

#C483E8
(196,131,232)
#C98EEA
(201,142,234)
#CE99EC
(206,153,236)
#D3A4EE
(211,164,238)
#D8AFF0
(216,175,240)
#DDBAF2
(221,186,242)
#E2C5F4
(226,197,244)
#E7D0F6
(231,208,246)
#ECDBF8
(236,219,248)
#F1E6FA
(241,230,250)
#F6F1FC
(246,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C483E8 color. Also use rgb(196,131,232) instead hex code.

Text Font Color

.myTextColor { color: #C483E8; }

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

This text font color is #C483E8.


Background Color

.myBgColor { background-color: #C483E8; }

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

This div background color is #C483E8.


Border color

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

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

This div border color is #C483E8.


Opacity

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

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

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

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

This text has shadow with #C483E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C483E8 on black background.


Color preview on white background

This text has color #C483E8 on white background.



Black color preview on #C483E8 background

This text has black color on #C483E8 background.


White color preview on #C483E8 background

This text has white color on #C483E8 background.