COLOR #C78CDB

HEX: #C78CDB RGB: (199,140,219)

Color info

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

RGB color model

#C78CDB color RGB value is (199,140,219).

RGB: (199,140,219) (78%, 55%, 86%)

RGB channels and saturation

R 199 of 255 = 78%
G 140 of 255 = 55%
B 219 of 255 = 86%

199
140
219

R + G + B ~ 73%. #C78CDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 140 + 219 = 558 (100%)
R 199 of 558 ~ 35.66%
G 140 of 558 ~ 25.09%
B 219 of 558 ~ 39.25'%

%35.66
%25.09
%39.25

CMYK color model

#C78CDB color CMYK value is (9,36,0,14).

  • cyan value is 9.13%
  • magenta value is 36.07%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (9,36,0,14) C9M36Y0K14 (9%,36%,0%,14%) (0.09/0.36/0.00/0.14) 

CMYK percentages

%9.13
%36.07
%0
%14.12

Codes

Color #C78CDB in popluar color models

C7 8C DB
RGB 199 140 219
HSL 285° 52.32% 70.39%
HSB/HSV 285° 36.07% 85.88%
CMYK 9.13% 36.07% 0.00%
14.12%

Color #C78CDB in popluar number systems.

HEX C7 8C DB
Decimal 199 140 219
Binary 11000111 10001100 11011011
Octal 307 214 333

Shades and tints

Shades of #C78CDB

#C78CDB
(199,140,219)
#B580C8
(181,128,200)
#A374B5
(163,116,181)
#9168A2
(145,104,162)
#7F5C8F
(127,92,143)
#6D507C
(109,80,124)
#5B4469
(91,68,105)
#493856
(73,56,86)
#372C43
(55,44,67)
#252030
(37,32,48)
#13141D
(19,20,29)
#000000
(0,0,0)

Tints of #C78CDB

#C78CDB
(199,140,219)
#CC96DE
(204,150,222)
#D1A0E1
(209,160,225)
#D6AAE4
(214,170,228)
#DBB4E7
(219,180,231)
#E0BEEA
(224,190,234)
#E5C8ED
(229,200,237)
#EAD2F0
(234,210,240)
#EFDCF3
(239,220,243)
#F4E6F6
(244,230,246)
#F9F0F9
(249,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C78CDB color. Also use rgb(199,140,219) instead hex code.

Text Font Color

.myTextColor { color: #C78CDB; }

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

This text font color is #C78CDB.

Background Color

.myBgColor { background-color: #C78CDB; }

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

This div background color is #C78CDB.

Border color

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

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

This div border color is #C78CDB.

Opacity

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

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

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

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

This text has shadow with #C78CDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C78CDB.

Preview

Color preview on black background

This text has color #C78CDB on black background.


Color preview on white background

This text has color #C78CDB on white background.


Black color preview on #C78CDB background

This text has black color on #C78CDB background.


White color preview on #C78CDB background

This text has white color on #C78CDB background.


Related colors

Complementary color

Complementary color for #hex is #387324.


I love getcolorcode.com

Triadic colors

1 #DBC78C and #8CDBC7 with #C78CDB are triadic colors.

2 #DB8CC7 and #8CC7DB with #C78CDB are triadic colors.