COLOR #C789CF

HEX: #C789CF RGB: (199,137,207)

Color info

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

RGB color model

#C789CF color RGB value is (199,137,207).

RGB: (199,137,207) (78%, 54%, 81%)

RGB channels and saturation

R 199 of 255 = 78%
G 137 of 255 = 54%
B 207 of 255 = 81%

199
137
207

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

Portions of RGB colors in percentages

R + G + B = 199 + 137 + 207 = 543 (100%)
R 199 of 543 ~ 36.65%
G 137 of 543 ~ 25.23%
B 207 of 543 ~ 38.12'%

%36.65
%25.23
%38.12

CMYK color model

#C789CF color CMYK value is (4,34,0,19).

  • cyan value is 3.86%
  • magenta value is 33.82%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (4,34,0,19) C4M34Y0K19 (4%,34%,0%,19%) (0.04/0.34/0.00/0.19) 

CMYK percentages

%3.86
%33.82
%0
%18.82

Codes

Color #C789CF in popluar color models

C7 89 CF
RGB 199 137 207
HSL 293° 42.17% 67.45%
HSB/HSV 293° 33.82% 81.18%
CMYK 3.86% 33.82% 0.00%
18.82%

Color #C789CF in popluar number systems.

HEX C7 89 CF
Decimal 199 137 207
Binary 11000111 10001001 11001111
Octal 307 211 317

Shades and tints

Shades of #C789CF

#C789CF
(199,137,207)
#B57DBD
(181,125,189)
#A371AB
(163,113,171)
#916599
(145,101,153)
#7F5987
(127,89,135)
#6D4D75
(109,77,117)
#5B4163
(91,65,99)
#493551
(73,53,81)
#37293F
(55,41,63)
#251D2D
(37,29,45)
#13111B
(19,17,27)
#000000
(0,0,0)

Tints of #C789CF

#C789CF
(199,137,207)
#CC93D3
(204,147,211)
#D19DD7
(209,157,215)
#D6A7DB
(214,167,219)
#DBB1DF
(219,177,223)
#E0BBE3
(224,187,227)
#E5C5E7
(229,197,231)
#EACFEB
(234,207,235)
#EFD9EF
(239,217,239)
#F4E3F3
(244,227,243)
#F9EDF7
(249,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C789CF color. Also use rgb(199,137,207) instead hex code.

Text Font Color

.myTextColor { color: #C789CF; }

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

This text font color is #C789CF.

Background Color

.myBgColor { background-color: #C789CF; }

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

This div background color is #C789CF.

Border color

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

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

This div border color is #C789CF.

Opacity

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

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

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

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

This text has shadow with #C789CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C789CF.

Preview

Color preview on black background

This text has color #C789CF on black background.


Color preview on white background

This text has color #C789CF on white background.


Black color preview on #C789CF background

This text has black color on #C789CF background.


White color preview on #C789CF background

This text has white color on #C789CF background.


Related colors

Complementary color

Complementary color for #hex is #387630.


I love getcolorcode.com

Triadic colors

1 #CFC789 and #89CFC7 with #C789CF are triadic colors.

2 #CF89C7 and #89C7CF with #C789CF are triadic colors.