COLOR #C384FB

HEX: #C384FB RGB: (195,132,251)

Color info

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

RGB color model

#C384FB color RGB value is (195,132,251).

RGB: (195,132,251) (76%, 52%, 98%)

RGB channels and saturation

R 195 of 255 = 76%
G 132 of 255 = 52%
B 251 of 255 = 98%

195
132
251

R + G + B ~ 75%. #C384FB is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 132 + 251 = 578 (100%)
R 195 of 578 ~ 33.74%
G 132 of 578 ~ 22.84%
B 251 of 578 ~ 43.43'%

%33.74
%22.84
%43.43

CMYK color model

#C384FB color CMYK value is (22,47,0,2).

  • cyan value is 22.31%
  • magenta value is 47.41%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (22,47,0,2)
C22M47Y0K2 (22%, 47%, 0%, 2%)
(0.22 / 0.47 / 0.00 / 0.02)

CMYK percentages

%22.31
%47.41
%0
%1.57

Codes

Color #C384FB in popluar color models

C3 84 FB
RGB 195 132 251
HSL 272° 93.70% 75.10%
HSB/HSV 272° 47.41% 98.43%
CMYK 22.31% 47.41% 0.00%
1.57%

Color #C384FB in popluar number systems.

HEX C3 84 FB
Decimal 195 132 251
Binary 11000011 10000100 11111011
Octal 303 204 373

Shades and tints

Shades of #C384FB

#C384FB
(195,132,251)
#B278E5
(178,120,229)
#A16CCF
(161,108,207)
#9060B9
(144,96,185)
#7F54A3
(127,84,163)
#6E488D
(110,72,141)
#5D3C77
(93,60,119)
#4C3061
(76,48,97)
#3B244B
(59,36,75)
#2A1835
(42,24,53)
#190C1F
(25,12,31)
#000000
(0,0,0)

Tints of #C384FB

#C384FB
(195,132,251)
#C88FFB
(200,143,251)
#CD9AFB
(205,154,251)
#D2A5FB
(210,165,251)
#D7B0FB
(215,176,251)
#DCBBFB
(220,187,251)
#E1C6FB
(225,198,251)
#E6D1FB
(230,209,251)
#EBDCFB
(235,220,251)
#F0E7FB
(240,231,251)
#F5F2FB
(245,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C384FB color. Also use rgb(195,132,251) instead hex code.

Text Font Color

.myTextColor { color: #C384FB; }

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

This text font color is #C384FB.

Background Color

.myBgColor { background-color: #C384FB; }

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

This div background color is #C384FB.

Border color

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

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

This div border color is #C384FB.

Opacity

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

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

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

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

This text has shadow with #C384FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C384FB.

Preview

Color preview on black background

This text has color #C384FB on black background.


Color preview on white background

This text has color #C384FB on white background.


Black color preview on #C384FB background

This text has black color on #C384FB background.


White color preview on #C384FB background

This text has white color on #C384FB background.


Related colors

Complementary color

Complementary color for #hex is #3C7B04.


I love getcolorcode.com

Triadic colors

1 #FBC384 and #84FBC3 with #C384FB are triadic colors.

2 #FB84C3 and #84C3FB with #C384FB are triadic colors.