COLOR #C38BDB

HEX: #C38BDB
RGB: (195,139,219)

Color info

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

RGB color model

#C38BDB color RGB value is (195,139,219).

  • red value is 195;
  • green value is 139;
  • blue value is 219.
RGB:
(195,139,219)
(76%,55%,86%)

RGB channels and saturation

R 195 of 255 = 76%
G 139 of 255 = 55%
B 219 of 255 = 86%

195
139
219

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

Portions of RGB colors in percentages

R + G + B =
195 + 139 + 219 = 553 (100%)
R 195 of 553 ~ 35.26%
G 139 of 553 ~ 25.14%
B 219 of 553 ~ 39.6%

%35.26
%25.14
%39.6

CMYK color model

#C38BDB color CMYK value is (11,37,0,14).

  • cyan value is 10.96%
  • magenta value is 36.53%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(11,37,0,14)
C11M37Y0K14 
(11%,37%,0%,14%)
(0.11/0.37/0.00/0.14)	

CMYK percentages

%10.96
%36.53
%0
%14.12

Codes

Color #C38BDB in popluar color models

C38BDB
RGB195139219
HSL282°52.63%70.20%
HSB/HSV282°36.53%85.88%
CMYK10.96%36.53%0.00%
14.12%

Color #C38BDB in popluar number systems.

HEXC38BDB
Decimal195139219
Binary110000111000101111011011
Octal303213333

Shades and tints

Shades of #C38BDB

#C38BDB
(195,139,219)
#B27FC8
(178,127,200)
#A173B5
(161,115,181)
#9067A2
(144,103,162)
#7F5B8F
(127,91,143)
#6E4F7C
(110,79,124)
#5D4369
(93,67,105)
#4C3756
(76,55,86)
#3B2B43
(59,43,67)
#2A1F30
(42,31,48)
#19131D
(25,19,29)
#000000
(0,0,0)

Tints of #C38BDB

#C38BDB
(195,139,219)
#C895DE
(200,149,222)
#CD9FE1
(205,159,225)
#D2A9E4
(210,169,228)
#D7B3E7
(215,179,231)
#DCBDEA
(220,189,234)
#E1C7ED
(225,199,237)
#E6D1F0
(230,209,240)
#EBDBF3
(235,219,243)
#F0E5F6
(240,229,246)
#F5EFF9
(245,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C38BDB color. Also use rgb(195,139,219) instead hex code.

Text Font Color

.myTextColor { color: #C38BDB; }

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

This text font color is #C38BDB.


Background Color

.myBgColor { background-color: #C38BDB; }

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

This div background color is #C38BDB.


Border color

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

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

This div border color is #C38BDB.


Opacity

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

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

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

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

This text has shadow with #C38BDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38BDB on black background.


Color preview on white background

This text has color #C38BDB on white background.



Black color preview on #C38BDB background

This text has black color on #C38BDB background.


White color preview on #C38BDB background

This text has white color on #C38BDB background.