COLOR #C38ADB

HEX: #C38ADB RGB: (195,138,219)

Color info

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

RGB color model

#C38ADB color RGB value is (195,138,219).

RGB: (195,138,219) (76%, 54%, 86%)

RGB channels and saturation

R 195 of 255 = 76%
G 138 of 255 = 54%
B 219 of 255 = 86%

195
138
219

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

Portions of RGB colors in percentages

R + G + B = 195 + 138 + 219 = 552 (100%)
R 195 of 552 ~ 35.33%
G 138 of 552 ~ 25%
B 219 of 552 ~ 39.67'%

%35.33
%25
%39.67

CMYK color model

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

  • cyan value is 10.96%
  • magenta value is 36.99%
  • 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.99
%0
%14.12

Codes

Color #C38ADB in popluar color models

C3 8A DB
RGB 195 138 219
HSL 282° 52.94% 70.00%
HSB/HSV 282° 36.99% 85.88%
CMYK 10.96% 36.99% 0.00%
14.12%

Color #C38ADB in popluar number systems.

HEX C3 8A DB
Decimal 195 138 219
Binary 11000011 10001010 11011011
Octal 303 212 333

Shades and tints

Shades of #C38ADB

#C38ADB
(195,138,219)
#B27EC8
(178,126,200)
#A172B5
(161,114,181)
#9066A2
(144,102,162)
#7F5A8F
(127,90,143)
#6E4E7C
(110,78,124)
#5D4269
(93,66,105)
#4C3656
(76,54,86)
#3B2A43
(59,42,67)
#2A1E30
(42,30,48)
#19121D
(25,18,29)
#000000
(0,0,0)

Tints of #C38ADB

#C38ADB
(195,138,219)
#C894DE
(200,148,222)
#CD9EE1
(205,158,225)
#D2A8E4
(210,168,228)
#D7B2E7
(215,178,231)
#DCBCEA
(220,188,234)
#E1C6ED
(225,198,237)
#E6D0F0
(230,208,240)
#EBDAF3
(235,218,243)
#F0E4F6
(240,228,246)
#F5EEF9
(245,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C38ADB; }

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

This text font color is #C38ADB.

Background Color

.myBgColor { background-color: #C38ADB; }

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

This div background color is #C38ADB.

Border color

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

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

This div border color is #C38ADB.

Opacity

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

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

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

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

This text has shadow with #C38ADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C38ADB.

Preview

Color preview on black background

This text has color #C38ADB on black background.


Color preview on white background

This text has color #C38ADB on white background.


Black color preview on #C38ADB background

This text has black color on #C38ADB background.


White color preview on #C38ADB background

This text has white color on #C38ADB background.


Related colors

Complementary color

Complementary color for #hex is #3C7524.


I love getcolorcode.com

Triadic colors

1 #DBC38A and #8ADBC3 with #C38ADB are triadic colors.

2 #DB8AC3 and #8AC3DB with #C38ADB are triadic colors.