COLOR #C38DBE

HEX: #C38DBE RGB: (195,141,190)

Color info

#C38DBE contains red, green and blue colors in about the same proportion. Web safe color of #C38DBE is #CC99CC (or #C9C).

RGB color model

#C38DBE color RGB value is (195,141,190).

RGB: (195,141,190) (76%, 55%, 75%)

RGB channels and saturation

R 195 of 255 = 76%
G 141 of 255 = 55%
B 190 of 255 = 75%

195
141
190

R + G + B ~ 69%. #C38DBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 141 + 190 = 526 (100%)
R 195 of 526 ~ 37.07%
G 141 of 526 ~ 26.81%
B 190 of 526 ~ 36.12'%

%37.07
%26.81
%36.12

CMYK color model

#C38DBE color CMYK value is (0,28,3,24).

  • cyan value is 0.00%
  • magenta value is 27.69%
  • yellow value is 2.56%
  • key color value is 23.53%
CMYK: (0,28,3,24) C0M28Y3K24 (0%,28%,3%,24%) (0.00/0.28/0.03/0.24) 

CMYK percentages

%0
%27.69
%2.56
%23.53

Codes

Color #C38DBE in popluar color models

C3 8D BE
RGB 195 141 190
HSL 306° 31.03% 65.88%
HSB/HSV 306° 27.69% 76.47%
CMYK 0.00% 27.69% 2.56%
23.53%

Color #C38DBE in popluar number systems.

HEX C3 8D BE
Decimal 195 141 190
Binary 11000011 10001101 10111110
Octal 303 215 276

Shades and tints

Shades of #C38DBE

#C38DBE
(195,141,190)
#B281AD
(178,129,173)
#A1759C
(161,117,156)
#90698B
(144,105,139)
#7F5D7A
(127,93,122)
#6E5169
(110,81,105)
#5D4558
(93,69,88)
#4C3947
(76,57,71)
#3B2D36
(59,45,54)
#2A2125
(42,33,37)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #C38DBE

#C38DBE
(195,141,190)
#C897C3
(200,151,195)
#CDA1C8
(205,161,200)
#D2ABCD
(210,171,205)
#D7B5D2
(215,181,210)
#DCBFD7
(220,191,215)
#E1C9DC
(225,201,220)
#E6D3E1
(230,211,225)
#EBDDE6
(235,221,230)
#F0E7EB
(240,231,235)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C38DBE color. Also use rgb(195,141,190) instead hex code.

Text Font Color

.myTextColor { color: #C38DBE; }

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

This text font color is #C38DBE.

Background Color

.myBgColor { background-color: #C38DBE; }

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

This div background color is #C38DBE.

Border color

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

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

This div border color is #C38DBE.

Opacity

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

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

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

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

This text has shadow with #C38DBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C38DBE.

Preview

Color preview on black background

This text has color #C38DBE on black background.


Color preview on white background

This text has color #C38DBE on white background.


Black color preview on #C38DBE background

This text has black color on #C38DBE background.


White color preview on #C38DBE background

This text has white color on #C38DBE background.


Related colors

Complementary color

Complementary color for #hex is #3C7241.


I love getcolorcode.com

Triadic colors

1 #BEC38D and #8DBEC3 with #C38DBE are triadic colors.

2 #BE8DC3 and #8DC3BE with #C38DBE are triadic colors.