COLOR #C388D5

HEX: #C388D5 RGB: (195,136,213)

Color info

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

RGB color model

#C388D5 color RGB value is (195,136,213).

RGB: (195,136,213) (76%, 53%, 84%)

RGB channels and saturation

R 195 of 255 = 76%
G 136 of 255 = 53%
B 213 of 255 = 84%

195
136
213

R + G + B ~ 71%. #C388D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 136 + 213 = 544 (100%)
R 195 of 544 ~ 35.85%
G 136 of 544 ~ 25%
B 213 of 544 ~ 39.15'%

%35.85
%25
%39.15

CMYK color model

#C388D5 color CMYK value is (8,36,0,16).

  • cyan value is 8.45%
  • magenta value is 36.15%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (8,36,0,16)
C8M36Y0K16 (8%, 36%, 0%, 16%)
(0.08 / 0.36 / 0.00 / 0.16)

CMYK percentages

%8.45
%36.15
%0
%16.47

Codes

Color #C388D5 in popluar color models

C3 88 D5
RGB 195 136 213
HSL 286° 47.83% 68.43%
HSB/HSV 286° 36.15% 83.53%
CMYK 8.45% 36.15% 0.00%
16.47%

Color #C388D5 in popluar number systems.

HEX C3 88 D5
Decimal 195 136 213
Binary 11000011 10001000 11010101
Octal 303 210 325

Shades and tints

Shades of #C388D5

#C388D5
(195,136,213)
#B27CC2
(178,124,194)
#A170AF
(161,112,175)
#90649C
(144,100,156)
#7F5889
(127,88,137)
#6E4C76
(110,76,118)
#5D4063
(93,64,99)
#4C3450
(76,52,80)
#3B283D
(59,40,61)
#2A1C2A
(42,28,42)
#191017
(25,16,23)
#000000
(0,0,0)

Tints of #C388D5

#C388D5
(195,136,213)
#C892D8
(200,146,216)
#CD9CDB
(205,156,219)
#D2A6DE
(210,166,222)
#D7B0E1
(215,176,225)
#DCBAE4
(220,186,228)
#E1C4E7
(225,196,231)
#E6CEEA
(230,206,234)
#EBD8ED
(235,216,237)
#F0E2F0
(240,226,240)
#F5ECF3
(245,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C388D5 color. Also use rgb(195,136,213) instead hex code.

Text Font Color

.myTextColor { color: #C388D5; }

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

This text font color is #C388D5.

Background Color

.myBgColor { background-color: #C388D5; }

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

This div background color is #C388D5.

Border color

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

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

This div border color is #C388D5.

Opacity

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

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

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

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

This text has shadow with #C388D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C388D5.

Preview

Color preview on black background

This text has color #C388D5 on black background.


Color preview on white background

This text has color #C388D5 on white background.


Black color preview on #C388D5 background

This text has black color on #C388D5 background.


White color preview on #C388D5 background

This text has white color on #C388D5 background.


Related colors

Complementary color

Complementary color for #hex is #3C772A.


I love getcolorcode.com

Triadic colors

1 #D5C388 and #88D5C3 with #C388D5 are triadic colors.

2 #D588C3 and #88C3D5 with #C388D5 are triadic colors.