COLOR #C087DB

HEX: #C087DB RGB: (192,135,219)

Color info

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

RGB color model

#C087DB color RGB value is (192,135,219).

RGB: (192,135,219) (75%, 53%, 86%)

RGB channels and saturation

R 192 of 255 = 75%
G 135 of 255 = 53%
B 219 of 255 = 86%

192
135
219

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

Portions of RGB colors in percentages

R + G + B = 192 + 135 + 219 = 546 (100%)
R 192 of 546 ~ 35.16%
G 135 of 546 ~ 24.73%
B 219 of 546 ~ 40.11'%

%35.16
%24.73
%40.11

CMYK color model

#C087DB color CMYK value is (12,38,0,14).

  • cyan value is 12.33%
  • magenta value is 38.36%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (12,38,0,14)
C12M38Y0K14 (12%, 38%, 0%, 14%)
(0.12 / 0.38 / 0.00 / 0.14)

CMYK percentages

%12.33
%38.36
%0
%14.12

Codes

Color #C087DB in popluar color models

C0 87 DB
RGB 192 135 219
HSL 281° 53.85% 69.41%
HSB/HSV 281° 38.36% 85.88%
CMYK 12.33% 38.36% 0.00%
14.12%

Color #C087DB in popluar number systems.

HEX C0 87 DB
Decimal 192 135 219
Binary 11000000 10000111 11011011
Octal 300 207 333

Shades and tints

Shades of #C087DB

#C087DB
(192,135,219)
#AF7BC8
(175,123,200)
#9E6FB5
(158,111,181)
#8D63A2
(141,99,162)
#7C578F
(124,87,143)
#6B4B7C
(107,75,124)
#5A3F69
(90,63,105)
#493356
(73,51,86)
#382743
(56,39,67)
#271B30
(39,27,48)
#160F1D
(22,15,29)
#000000
(0,0,0)

Tints of #C087DB

#C087DB
(192,135,219)
#C591DE
(197,145,222)
#CA9BE1
(202,155,225)
#CFA5E4
(207,165,228)
#D4AFE7
(212,175,231)
#D9B9EA
(217,185,234)
#DEC3ED
(222,195,237)
#E3CDF0
(227,205,240)
#E8D7F3
(232,215,243)
#EDE1F6
(237,225,246)
#F2EBF9
(242,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C087DB; }

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

This text font color is #C087DB.

Background Color

.myBgColor { background-color: #C087DB; }

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

This div background color is #C087DB.

Border color

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

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

This div border color is #C087DB.

Opacity

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

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

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

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

This text has shadow with #C087DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C087DB.

Preview

Color preview on black background

This text has color #C087DB on black background.


Color preview on white background

This text has color #C087DB on white background.


Black color preview on #C087DB background

This text has black color on #C087DB background.


White color preview on #C087DB background

This text has white color on #C087DB background.


Related colors

Complementary color

Complementary color for #hex is #3F7824.


I love getcolorcode.com

Triadic colors

1 #DBC087 and #87DBC0 with #C087DB are triadic colors.

2 #DB87C0 and #87C0DB with #C087DB are triadic colors.