COLOR #C895DC

HEX: #C895DC RGB: (200,149,220)

Color info

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

RGB color model

#C895DC color RGB value is (200,149,220).

RGB: (200,149,220) (78%, 58%, 86%)

RGB channels and saturation

R 200 of 255 = 78%
G 149 of 255 = 58%
B 220 of 255 = 86%

200
149
220

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

Portions of RGB colors in percentages

R + G + B = 200 + 149 + 220 = 569 (100%)
R 200 of 569 ~ 35.15%
G 149 of 569 ~ 26.19%
B 220 of 569 ~ 38.66'%

%35.15
%26.19
%38.66

CMYK color model

#C895DC color CMYK value is (9,32,0,14).

  • cyan value is 9.09%
  • magenta value is 32.27%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (9,32,0,14)
C9M32Y0K14 (9%, 32%, 0%, 14%)
(0.09 / 0.32 / 0.00 / 0.14)

CMYK percentages

%9.09
%32.27
%0
%13.73

Codes

Color #C895DC in popluar color models

C8 95 DC
RGB 200 149 220
HSL 283° 50.35% 72.35%
HSB/HSV 283° 32.27% 86.27%
CMYK 9.09% 32.27% 0.00%
13.73%

Color #C895DC in popluar number systems.

HEX C8 95 DC
Decimal 200 149 220
Binary 11001000 10010101 11011100
Octal 310 225 334

Shades and tints

Shades of #C895DC

#C895DC
(200,149,220)
#B688C8
(182,136,200)
#A47BB4
(164,123,180)
#926EA0
(146,110,160)
#80618C
(128,97,140)
#6E5478
(110,84,120)
#5C4764
(92,71,100)
#4A3A50
(74,58,80)
#382D3C
(56,45,60)
#262028
(38,32,40)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #C895DC

#C895DC
(200,149,220)
#CD9EDF
(205,158,223)
#D2A7E2
(210,167,226)
#D7B0E5
(215,176,229)
#DCB9E8
(220,185,232)
#E1C2EB
(225,194,235)
#E6CBEE
(230,203,238)
#EBD4F1
(235,212,241)
#F0DDF4
(240,221,244)
#F5E6F7
(245,230,247)
#FAEFFA
(250,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C895DC color. Also use rgb(200,149,220) instead hex code.

Text Font Color

.myTextColor { color: #C895DC; }

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

This text font color is #C895DC.

Background Color

.myBgColor { background-color: #C895DC; }

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

This div background color is #C895DC.

Border color

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

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

This div border color is #C895DC.

Opacity

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

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

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

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

This text has shadow with #C895DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C895DC.

Preview

Color preview on black background

This text has color #C895DC on black background.


Color preview on white background

This text has color #C895DC on white background.


Black color preview on #C895DC background

This text has black color on #C895DC background.


White color preview on #C895DC background

This text has white color on #C895DC background.


Related colors

Complementary color

Complementary color for #hex is #376A23.


I love getcolorcode.com

Triadic colors

1 #DCC895 and #95DCC8 with #C895DC are triadic colors.

2 #DC95C8 and #95C8DC with #C895DC are triadic colors.