COLOR #C48AFD

HEX: #C48AFD RGB: (196,138,253)

Color info

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

RGB color model

#C48AFD color RGB value is (196,138,253).

RGB: (196,138,253) (77%, 54%, 99%)

RGB channels and saturation

R 196 of 255 = 77%
G 138 of 255 = 54%
B 253 of 255 = 99%

196
138
253

R + G + B ~ 77%. #C48AFD is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 138 + 253 = 587 (100%)
R 196 of 587 ~ 33.39%
G 138 of 587 ~ 23.51%
B 253 of 587 ~ 43.1'%

%33.39
%23.51
%43.1

CMYK color model

#C48AFD color CMYK value is (23,45,0,1).

  • cyan value is 22.53%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK: (23,45,0,1) C23M45Y0K1 (23%,45%,0%,1%) (0.23/0.45/0.00/0.01) 

CMYK percentages

%22.53
%45.45
%0
%0.78

Codes

Color #C48AFD in popluar color models

C4 8A FD
RGB 196 138 253
HSL 270° 96.64% 76.67%
HSB/HSV 270° 45.45% 99.22%
CMYK 22.53% 45.45% 0.00%
0.78%

Color #C48AFD in popluar number systems.

HEX C4 8A FD
Decimal 196 138 253
Binary 11000100 10001010 11111101
Octal 304 212 375

Shades and tints

Shades of #C48AFD

#C48AFD
(196,138,253)
#B37EE6
(179,126,230)
#A272CF
(162,114,207)
#9166B8
(145,102,184)
#805AA1
(128,90,161)
#6F4E8A
(111,78,138)
#5E4273
(94,66,115)
#4D365C
(77,54,92)
#3C2A45
(60,42,69)
#2B1E2E
(43,30,46)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #C48AFD

#C48AFD
(196,138,253)
#C994FD
(201,148,253)
#CE9EFD
(206,158,253)
#D3A8FD
(211,168,253)
#D8B2FD
(216,178,253)
#DDBCFD
(221,188,253)
#E2C6FD
(226,198,253)
#E7D0FD
(231,208,253)
#ECDAFD
(236,218,253)
#F1E4FD
(241,228,253)
#F6EEFD
(246,238,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C48AFD color. Also use rgb(196,138,253) instead hex code.

Text Font Color

.myTextColor { color: #C48AFD; }

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

This text font color is #C48AFD.

Background Color

.myBgColor { background-color: #C48AFD; }

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

This div background color is #C48AFD.

Border color

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

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

This div border color is #C48AFD.

Opacity

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

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

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

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

This text has shadow with #C48AFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C48AFD.

Preview

Color preview on black background

This text has color #C48AFD on black background.


Color preview on white background

This text has color #C48AFD on white background.


Black color preview on #C48AFD background

This text has black color on #C48AFD background.


White color preview on #C48AFD background

This text has white color on #C48AFD background.


Related colors

Complementary color

Complementary color for #hex is #3B7502.


I love getcolorcode.com

Triadic colors

1 #FDC48A and #8AFDC4 with #C48AFD are triadic colors.

2 #FD8AC4 and #8AC4FD with #C48AFD are triadic colors.