COLOR #C79BFF

HEX: #C79BFF
RGB: (199,155,255)

Color info

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

RGB color model

#C79BFF color RGB value is (199,155,255).

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

RGB channels and saturation

R 199 of 255 = 78%
G 155 of 255 = 61%
B 255 of 255 = 100%

199
155
255

R + G + B ~ 80%. #C79BFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 155 + 255 = 609 (100%)
R 199 of 609 ~ 32.68%
G 155 of 609 ~ 25.45%
B 255 of 609 ~ 41.87%

%32.68
%25.45
%41.87

CMYK color model

#C79BFF color CMYK value is (22,39,0,0).

  • cyan value is 21.96%
  • magenta value is 39.22%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(22,39,0,0)
C22M39Y0K0 
(22%,39%,0%,0%)
(0.22/0.39/0.00/0.00)	

CMYK percentages

%21.96
%39.22
%0
%0

Codes

Color #C79BFF in popluar color models

C79BFF
RGB199155255
HSL266°100.00%80.39%
HSB/HSV266°39.22%100.00%
CMYK21.96%39.22%0.00%
0.00%

Color #C79BFF in popluar number systems.

HEXC79BFF
Decimal199155255
Binary110001111001101111111111
Octal307233377

Shades and tints

Shades of #C79BFF

#C79BFF
(199,155,255)
#B58DE8
(181,141,232)
#A37FD1
(163,127,209)
#9171BA
(145,113,186)
#7F63A3
(127,99,163)
#6D558C
(109,85,140)
#5B4775
(91,71,117)
#49395E
(73,57,94)
#372B47
(55,43,71)
#251D30
(37,29,48)
#130F19
(19,15,25)
#000000
(0,0,0)

Tints of #C79BFF

#C79BFF
(199,155,255)
#CCA4FF
(204,164,255)
#D1ADFF
(209,173,255)
#D6B6FF
(214,182,255)
#DBBFFF
(219,191,255)
#E0C8FF
(224,200,255)
#E5D1FF
(229,209,255)
#EADAFF
(234,218,255)
#EFE3FF
(239,227,255)
#F4ECFF
(244,236,255)
#F9F5FF
(249,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79BFF; }

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

This text font color is #C79BFF.


Background Color

.myBgColor { background-color: #C79BFF; }

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

This div background color is #C79BFF.


Border color

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

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

This div border color is #C79BFF.


Opacity

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

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

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

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

This text has shadow with #C79BFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79BFF on black background.


Color preview on white background

This text has color #C79BFF on white background.



Black color preview on #C79BFF background

This text has black color on #C79BFF background.


White color preview on #C79BFF background

This text has white color on #C79BFF background.