COLOR #C386DE

HEX: #C386DE RGB: (195,134,222)

Color info

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

RGB color model

#C386DE color RGB value is (195,134,222).

RGB: (195,134,222) (76%, 53%, 87%)

RGB channels and saturation

R 195 of 255 = 76%
G 134 of 255 = 53%
B 222 of 255 = 87%

195
134
222

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

Portions of RGB colors in percentages

R + G + B = 195 + 134 + 222 = 551 (100%)
R 195 of 551 ~ 35.39%
G 134 of 551 ~ 24.32%
B 222 of 551 ~ 40.29'%

%35.39
%24.32
%40.29

CMYK color model

#C386DE color CMYK value is (12,40,0,13).

  • cyan value is 12.16%
  • magenta value is 39.64%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (12,40,0,13)
C12M40Y0K13 (12%, 40%, 0%, 13%)
(0.12 / 0.40 / 0.00 / 0.13)

CMYK percentages

%12.16
%39.64
%0
%12.94

Codes

Color #C386DE in popluar color models

C3 86 DE
RGB 195 134 222
HSL 282° 57.14% 69.80%
HSB/HSV 282° 39.64% 87.06%
CMYK 12.16% 39.64% 0.00%
12.94%

Color #C386DE in popluar number systems.

HEX C3 86 DE
Decimal 195 134 222
Binary 11000011 10000110 11011110
Octal 303 206 336

Shades and tints

Shades of #C386DE

#C386DE
(195,134,222)
#B27ACA
(178,122,202)
#A16EB6
(161,110,182)
#9062A2
(144,98,162)
#7F568E
(127,86,142)
#6E4A7A
(110,74,122)
#5D3E66
(93,62,102)
#4C3252
(76,50,82)
#3B263E
(59,38,62)
#2A1A2A
(42,26,42)
#190E16
(25,14,22)
#000000
(0,0,0)

Tints of #C386DE

#C386DE
(195,134,222)
#C891E1
(200,145,225)
#CD9CE4
(205,156,228)
#D2A7E7
(210,167,231)
#D7B2EA
(215,178,234)
#DCBDED
(220,189,237)
#E1C8F0
(225,200,240)
#E6D3F3
(230,211,243)
#EBDEF6
(235,222,246)
#F0E9F9
(240,233,249)
#F5F4FC
(245,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C386DE color. Also use rgb(195,134,222) instead hex code.

Text Font Color

.myTextColor { color: #C386DE; }

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

This text font color is #C386DE.

Background Color

.myBgColor { background-color: #C386DE; }

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

This div background color is #C386DE.

Border color

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

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

This div border color is #C386DE.

Opacity

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

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

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

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

This text has shadow with #C386DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C386DE.

Preview

Color preview on black background

This text has color #C386DE on black background.


Color preview on white background

This text has color #C386DE on white background.


Black color preview on #C386DE background

This text has black color on #C386DE background.


White color preview on #C386DE background

This text has white color on #C386DE background.


Related colors

Complementary color

Complementary color for #hex is #3C7921.


I love getcolorcode.com

Triadic colors

1 #DEC386 and #86DEC3 with #C386DE are triadic colors.

2 #DE86C3 and #86C3DE with #C386DE are triadic colors.