COLOR #C087D8

HEX: #C087D8 RGB: (192,135,216)

Color info

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

RGB color model

#C087D8 color RGB value is (192,135,216).

RGB: (192,135,216) (75%, 53%, 85%)

RGB channels and saturation

R 192 of 255 = 75%
G 135 of 255 = 53%
B 216 of 255 = 85%

192
135
216

R + G + B ~ 71%. #C087D8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 135 + 216 = 543 (100%)
R 192 of 543 ~ 35.36%
G 135 of 543 ~ 24.86%
B 216 of 543 ~ 39.78'%

%35.36
%24.86
%39.78

CMYK color model

#C087D8 color CMYK value is (11,38,0,15).

  • cyan value is 11.11%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (11,38,0,15)
C11M38Y0K15 (11%, 38%, 0%, 15%)
(0.11 / 0.38 / 0.00 / 0.15)

CMYK percentages

%11.11
%37.5
%0
%15.29

Codes

Color #C087D8 in popluar color models

C0 87 D8
RGB 192 135 216
HSL 282° 50.94% 68.82%
HSB/HSV 282° 37.50% 84.71%
CMYK 11.11% 37.50% 0.00%
15.29%

Color #C087D8 in popluar number systems.

HEX C0 87 D8
Decimal 192 135 216
Binary 11000000 10000111 11011000
Octal 300 207 330

Shades and tints

Shades of #C087D8

#C087D8
(192,135,216)
#AF7BC5
(175,123,197)
#9E6FB2
(158,111,178)
#8D639F
(141,99,159)
#7C578C
(124,87,140)
#6B4B79
(107,75,121)
#5A3F66
(90,63,102)
#493353
(73,51,83)
#382740
(56,39,64)
#271B2D
(39,27,45)
#160F1A
(22,15,26)
#000000
(0,0,0)

Tints of #C087D8

#C087D8
(192,135,216)
#C591DB
(197,145,219)
#CA9BDE
(202,155,222)
#CFA5E1
(207,165,225)
#D4AFE4
(212,175,228)
#D9B9E7
(217,185,231)
#DEC3EA
(222,195,234)
#E3CDED
(227,205,237)
#E8D7F0
(232,215,240)
#EDE1F3
(237,225,243)
#F2EBF6
(242,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C087D8 color. Also use rgb(192,135,216) instead hex code.

Text Font Color

.myTextColor { color: #C087D8; }

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

This text font color is #C087D8.

Background Color

.myBgColor { background-color: #C087D8; }

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

This div background color is #C087D8.

Border color

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

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

This div border color is #C087D8.

Opacity

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

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

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

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

This text has shadow with #C087D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C087D8.

Preview

Color preview on black background

This text has color #C087D8 on black background.


Color preview on white background

This text has color #C087D8 on white background.


Black color preview on #C087D8 background

This text has black color on #C087D8 background.


White color preview on #C087D8 background

This text has white color on #C087D8 background.


Related colors

Complementary color

Complementary color for #hex is #3F7827.


I love getcolorcode.com

Triadic colors

1 #D8C087 and #87D8C0 with #C087D8 are triadic colors.

2 #D887C0 and #87C0D8 with #C087D8 are triadic colors.