COLOR #C087F5

HEX: #C087F5 RGB: (192,135,245)

Color info

#C087F5 contains mainly red and blue colors. Web safe color of #C087F5 is #CC99FF (or #C9F).

RGB color model

#C087F5 color RGB value is (192,135,245).

RGB: (192,135,245) (75%, 53%, 96%)

RGB channels and saturation

R 192 of 255 = 75%
G 135 of 255 = 53%
B 245 of 255 = 96%

192
135
245

R + G + B ~ 75%. #C087F5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 135 + 245 = 572 (100%)
R 192 of 572 ~ 33.57%
G 135 of 572 ~ 23.6%
B 245 of 572 ~ 42.83'%

%33.57
%23.6
%42.83

CMYK color model

#C087F5 color CMYK value is (22,45,0,4).

  • cyan value is 21.63%
  • magenta value is 44.90%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (22,45,0,4)
C22M45Y0K4 (22%, 45%, 0%, 4%)
(0.22 / 0.45 / 0.00 / 0.04)

CMYK percentages

%21.63
%44.9
%0
%3.92

Codes

Color #C087F5 in popluar color models

C0 87 F5
RGB 192 135 245
HSL 271° 84.62% 74.51%
HSB/HSV 271° 44.90% 96.08%
CMYK 21.63% 44.90% 0.00%
3.92%

Color #C087F5 in popluar number systems.

HEX C0 87 F5
Decimal 192 135 245
Binary 11000000 10000111 11110101
Octal 300 207 365

Shades and tints

Shades of #C087F5

#C087F5
(192,135,245)
#AF7BDF
(175,123,223)
#9E6FC9
(158,111,201)
#8D63B3
(141,99,179)
#7C579D
(124,87,157)
#6B4B87
(107,75,135)
#5A3F71
(90,63,113)
#49335B
(73,51,91)
#382745
(56,39,69)
#271B2F
(39,27,47)
#160F19
(22,15,25)
#000000
(0,0,0)

Tints of #C087F5

#C087F5
(192,135,245)
#C591F5
(197,145,245)
#CA9BF5
(202,155,245)
#CFA5F5
(207,165,245)
#D4AFF5
(212,175,245)
#D9B9F5
(217,185,245)
#DEC3F5
(222,195,245)
#E3CDF5
(227,205,245)
#E8D7F5
(232,215,245)
#EDE1F5
(237,225,245)
#F2EBF5
(242,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C087F5; }

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

This text font color is #C087F5.

Background Color

.myBgColor { background-color: #C087F5; }

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

This div background color is #C087F5.

Border color

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

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

This div border color is #C087F5.

Opacity

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

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

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

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

This text has shadow with #C087F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C087F5.

Preview

Color preview on black background

This text has color #C087F5 on black background.


Color preview on white background

This text has color #C087F5 on white background.


Black color preview on #C087F5 background

This text has black color on #C087F5 background.


White color preview on #C087F5 background

This text has white color on #C087F5 background.


Related colors

Complementary color

Complementary color for #hex is #3F780A.


I love getcolorcode.com

Triadic colors

1 #F5C087 and #87F5C0 with #C087F5 are triadic colors.

2 #F587C0 and #87C0F5 with #C087F5 are triadic colors.