COLOR #C79BF3

HEX: #C79BF3
RGB: (199,155,243)

Color info

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

RGB color model

#C79BF3 color RGB value is (199,155,243).

  • red value is 199;
  • green value is 155;
  • blue value is 243.
RGB:
(199,155,243)
(78%,61%,95%)

RGB channels and saturation

R 199 of 255 = 78%
G 155 of 255 = 61%
B 243 of 255 = 95%

199
155
243

R + G + B ~ 78%. #C79BF3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 155 + 243 = 597 (100%)
R 199 of 597 ~ 33.33%
G 155 of 597 ~ 25.96%
B 243 of 597 ~ 40.7%

%33.33
%25.96
%40.7

CMYK color model

#C79BF3 color CMYK value is (18,36,0,5).

  • cyan value is 18.11%
  • magenta value is 36.21%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(18,36,0,5)
C18M36Y0K5 
(18%,36%,0%,5%)
(0.18/0.36/0.00/0.05)	

CMYK percentages

%18.11
%36.21
%0
%4.71

Codes

Color #C79BF3 in popluar color models

C79BF3
RGB199155243
HSL270°78.57%78.04%
HSB/HSV270°36.21%95.29%
CMYK18.11%36.21%0.00%
4.71%

Color #C79BF3 in popluar number systems.

HEXC79BF3
Decimal199155243
Binary110001111001101111110011
Octal307233363

Shades and tints

Shades of #C79BF3

#C79BF3
(199,155,243)
#B58DDD
(181,141,221)
#A37FC7
(163,127,199)
#9171B1
(145,113,177)
#7F639B
(127,99,155)
#6D5585
(109,85,133)
#5B476F
(91,71,111)
#493959
(73,57,89)
#372B43
(55,43,67)
#251D2D
(37,29,45)
#130F17
(19,15,23)
#000000
(0,0,0)

Tints of #C79BF3

#C79BF3
(199,155,243)
#CCA4F4
(204,164,244)
#D1ADF5
(209,173,245)
#D6B6F6
(214,182,246)
#DBBFF7
(219,191,247)
#E0C8F8
(224,200,248)
#E5D1F9
(229,209,249)
#EADAFA
(234,218,250)
#EFE3FB
(239,227,251)
#F4ECFC
(244,236,252)
#F9F5FD
(249,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C79BF3 color. Also use rgb(199,155,243) instead hex code.

Text Font Color

.myTextColor { color: #C79BF3; }

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

This text font color is #C79BF3.


Background Color

.myBgColor { background-color: #C79BF3; }

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

This div background color is #C79BF3.


Border color

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

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

This div border color is #C79BF3.


Opacity

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

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

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

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

This text has shadow with #C79BF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79BF3 on black background.


Color preview on white background

This text has color #C79BF3 on white background.



Black color preview on #C79BF3 background

This text has black color on #C79BF3 background.


White color preview on #C79BF3 background

This text has white color on #C79BF3 background.