COLOR #C48ED0

HEX: #C48ED0
RGB: (196,142,208)

Color info

#C48ED0 contains mainly red and blue colors. Web safe color of #C48ED0 is #CC99CC (or #C9C).

RGB color model

#C48ED0 color RGB value is (196,142,208).

  • red value is 196;
  • green value is 142;
  • blue value is 208.
RGB:
(196,142,208)
(77%,56%,82%)

RGB channels and saturation

R 196 of 255 = 77%
G 142 of 255 = 56%
B 208 of 255 = 82%

196
142
208

R + G + B ~ 72%. #C48ED0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 142 + 208 = 546 (100%)
R 196 of 546 ~ 35.9%
G 142 of 546 ~ 26.01%
B 208 of 546 ~ 38.1%

%35.9
%26.01
%38.1

CMYK color model

#C48ED0 color CMYK value is (6,32,0,18).

  • cyan value is 5.77%
  • magenta value is 31.73%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(6,32,0,18)
C6M32Y0K18 
(6%,32%,0%,18%)
(0.06/0.32/0.00/0.18)	

CMYK percentages

%5.77
%31.73
%0
%18.43

Codes

Color #C48ED0 in popluar color models

C48ED0
RGB196142208
HSL289°41.25%68.63%
HSB/HSV289°31.73%81.57%
CMYK5.77%31.73%0.00%
18.43%

Color #C48ED0 in popluar number systems.

HEXC48ED0
Decimal196142208
Binary110001001000111011010000
Octal304216320

Shades and tints

Shades of #C48ED0

#C48ED0
(196,142,208)
#B382BE
(179,130,190)
#A276AC
(162,118,172)
#916A9A
(145,106,154)
#805E88
(128,94,136)
#6F5276
(111,82,118)
#5E4664
(94,70,100)
#4D3A52
(77,58,82)
#3C2E40
(60,46,64)
#2B222E
(43,34,46)
#1A161C
(26,22,28)
#000000
(0,0,0)

Tints of #C48ED0

#C48ED0
(196,142,208)
#C998D4
(201,152,212)
#CEA2D8
(206,162,216)
#D3ACDC
(211,172,220)
#D8B6E0
(216,182,224)
#DDC0E4
(221,192,228)
#E2CAE8
(226,202,232)
#E7D4EC
(231,212,236)
#ECDEF0
(236,222,240)
#F1E8F4
(241,232,244)
#F6F2F8
(246,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C48ED0 color. Also use rgb(196,142,208) instead hex code.

Text Font Color

.myTextColor { color: #C48ED0; }

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

This text font color is #C48ED0.


Background Color

.myBgColor { background-color: #C48ED0; }

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

This div background color is #C48ED0.


Border color

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

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

This div border color is #C48ED0.


Opacity

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

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

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

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

This text has shadow with #C48ED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C48ED0 on black background.


Color preview on white background

This text has color #C48ED0 on white background.



Black color preview on #C48ED0 background

This text has black color on #C48ED0 background.


White color preview on #C48ED0 background

This text has white color on #C48ED0 background.