COLOR #C39ADD

HEX: #C39ADD RGB: (195,154,221)

Color info

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

RGB color model

#C39ADD color RGB value is (195,154,221).

RGB: (195,154,221) (76%, 60%, 87%)

RGB channels and saturation

R 195 of 255 = 76%
G 154 of 255 = 60%
B 221 of 255 = 87%

195
154
221

R + G + B ~ 74%. #C39ADD is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 154 + 221 = 570 (100%)
R 195 of 570 ~ 34.21%
G 154 of 570 ~ 27.02%
B 221 of 570 ~ 38.77'%

%34.21
%27.02
%38.77

CMYK color model

#C39ADD color CMYK value is (12,30,0,13).

  • cyan value is 11.76%
  • magenta value is 30.32%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (12,30,0,13) C12M30Y0K13 (12%,30%,0%,13%) (0.12/0.30/0.00/0.13) 

CMYK percentages

%11.76
%30.32
%0
%13.33

Codes

Color #C39ADD in popluar color models

C3 9A DD
RGB 195 154 221
HSL 277° 49.63% 73.53%
HSB/HSV 277° 30.32% 86.67%
CMYK 11.76% 30.32% 0.00%
13.33%

Color #C39ADD in popluar number systems.

HEX C3 9A DD
Decimal 195 154 221
Binary 11000011 10011010 11011101
Octal 303 232 335

Shades and tints

Shades of #C39ADD

#C39ADD
(195,154,221)
#B28CC9
(178,140,201)
#A17EB5
(161,126,181)
#9070A1
(144,112,161)
#7F628D
(127,98,141)
#6E5479
(110,84,121)
#5D4665
(93,70,101)
#4C3851
(76,56,81)
#3B2A3D
(59,42,61)
#2A1C29
(42,28,41)
#190E15
(25,14,21)
#000000
(0,0,0)

Tints of #C39ADD

#C39ADD
(195,154,221)
#C8A3E0
(200,163,224)
#CDACE3
(205,172,227)
#D2B5E6
(210,181,230)
#D7BEE9
(215,190,233)
#DCC7EC
(220,199,236)
#E1D0EF
(225,208,239)
#E6D9F2
(230,217,242)
#EBE2F5
(235,226,245)
#F0EBF8
(240,235,248)
#F5F4FB
(245,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C39ADD color. Also use rgb(195,154,221) instead hex code.

Text Font Color

.myTextColor { color: #C39ADD; }

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

This text font color is #C39ADD.

Background Color

.myBgColor { background-color: #C39ADD; }

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

This div background color is #C39ADD.

Border color

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

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

This div border color is #C39ADD.

Opacity

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

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

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

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

This text has shadow with #C39ADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C39ADD.

Preview

Color preview on black background

This text has color #C39ADD on black background.


Color preview on white background

This text has color #C39ADD on white background.


Black color preview on #C39ADD background

This text has black color on #C39ADD background.


White color preview on #C39ADD background

This text has white color on #C39ADD background.


Related colors

Complementary color

Complementary color for #hex is #3C6522.


I love getcolorcode.com

Triadic colors

1 #DDC39A and #9ADDC3 with #C39ADD are triadic colors.

2 #DD9AC3 and #9AC3DD with #C39ADD are triadic colors.