COLOR #C88CD2

HEX: #C88CD2 RGB: (200,140,210)

Color info

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

RGB color model

#C88CD2 color RGB value is (200,140,210).

RGB: (200,140,210) (78%, 55%, 82%)

RGB channels and saturation

R 200 of 255 = 78%
G 140 of 255 = 55%
B 210 of 255 = 82%

200
140
210

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

Portions of RGB colors in percentages

R + G + B = 200 + 140 + 210 = 550 (100%)
R 200 of 550 ~ 36.36%
G 140 of 550 ~ 25.45%
B 210 of 550 ~ 38.18'%

%36.36
%25.45
%38.18

CMYK color model

#C88CD2 color CMYK value is (5,33,0,18).

  • cyan value is 4.76%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK: (5,33,0,18) C5M33Y0K18 (5%,33%,0%,18%) (0.05/0.33/0.00/0.18) 

CMYK percentages

%4.76
%33.33
%0
%17.65

Codes

Color #C88CD2 in popluar color models

C8 8C D2
RGB 200 140 210
HSL 291° 43.75% 68.63%
HSB/HSV 291° 33.33% 82.35%
CMYK 4.76% 33.33% 0.00%
17.65%

Color #C88CD2 in popluar number systems.

HEX C8 8C D2
Decimal 200 140 210
Binary 11001000 10001100 11010010
Octal 310 214 322

Shades and tints

Shades of #C88CD2

#C88CD2
(200,140,210)
#B680BF
(182,128,191)
#A474AC
(164,116,172)
#926899
(146,104,153)
#805C86
(128,92,134)
#6E5073
(110,80,115)
#5C4460
(92,68,96)
#4A384D
(74,56,77)
#382C3A
(56,44,58)
#262027
(38,32,39)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #C88CD2

#C88CD2
(200,140,210)
#CD96D6
(205,150,214)
#D2A0DA
(210,160,218)
#D7AADE
(215,170,222)
#DCB4E2
(220,180,226)
#E1BEE6
(225,190,230)
#E6C8EA
(230,200,234)
#EBD2EE
(235,210,238)
#F0DCF2
(240,220,242)
#F5E6F6
(245,230,246)
#FAF0FA
(250,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C88CD2 color. Also use rgb(200,140,210) instead hex code.

Text Font Color

.myTextColor { color: #C88CD2; }

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

This text font color is #C88CD2.

Background Color

.myBgColor { background-color: #C88CD2; }

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

This div background color is #C88CD2.

Border color

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

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

This div border color is #C88CD2.

Opacity

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

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

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

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

This text has shadow with #C88CD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C88CD2.

Preview

Color preview on black background

This text has color #C88CD2 on black background.


Color preview on white background

This text has color #C88CD2 on white background.


Black color preview on #C88CD2 background

This text has black color on #C88CD2 background.


White color preview on #C88CD2 background

This text has white color on #C88CD2 background.


Related colors

Complementary color

Complementary color for #hex is #37732D.


I love getcolorcode.com

Triadic colors

1 #D2C88C and #8CD2C8 with #C88CD2 are triadic colors.

2 #D28CC8 and #8CC8D2 with #C88CD2 are triadic colors.