COLOR #C299FC

HEX: #C299FC
RGB: (194,153,252)

Color info

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

RGB color model

#C299FC color RGB value is (194,153,252).

  • red value is 194;
  • green value is 153;
  • blue value is 252.
RGB:
(194,153,252)
(76%,60%,99%)

RGB channels and saturation

R 194 of 255 = 76%
G 153 of 255 = 60%
B 252 of 255 = 99%

194
153
252

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

Portions of RGB colors in percentages

R + G + B =
194 + 153 + 252 = 599 (100%)
R 194 of 599 ~ 32.39%
G 153 of 599 ~ 25.54%
B 252 of 599 ~ 42.07%

%32.39
%25.54
%42.07

CMYK color model

#C299FC color CMYK value is (23,39,0,1).

  • cyan value is 23.02%
  • magenta value is 39.29%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(23,39,0,1)
C23M39Y0K1 
(23%,39%,0%,1%)
(0.23/0.39/0.00/0.01)	

CMYK percentages

%23.02
%39.29
%0
%1.18

Codes

Color #C299FC in popluar color models

C299FC
RGB194153252
HSL265°94.29%79.41%
HSB/HSV265°39.29%98.82%
CMYK23.02%39.29%0.00%
1.18%

Color #C299FC in popluar number systems.

HEXC299FC
Decimal194153252
Binary110000101001100111111100
Octal302231374

Shades and tints

Shades of #C299FC

#C299FC
(194,153,252)
#B18CE6
(177,140,230)
#A07FD0
(160,127,208)
#8F72BA
(143,114,186)
#7E65A4
(126,101,164)
#6D588E
(109,88,142)
#5C4B78
(92,75,120)
#4B3E62
(75,62,98)
#3A314C
(58,49,76)
#292436
(41,36,54)
#181720
(24,23,32)
#000000
(0,0,0)

Tints of #C299FC

#C299FC
(194,153,252)
#C7A2FC
(199,162,252)
#CCABFC
(204,171,252)
#D1B4FC
(209,180,252)
#D6BDFC
(214,189,252)
#DBC6FC
(219,198,252)
#E0CFFC
(224,207,252)
#E5D8FC
(229,216,252)
#EAE1FC
(234,225,252)
#EFEAFC
(239,234,252)
#F4F3FC
(244,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C299FC color. Also use rgb(194,153,252) instead hex code.

Text Font Color

.myTextColor { color: #C299FC; }

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

This text font color is #C299FC.


Background Color

.myBgColor { background-color: #C299FC; }

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

This div background color is #C299FC.


Border color

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

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

This div border color is #C299FC.


Opacity

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

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

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

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

This text has shadow with #C299FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C299FC on black background.


Color preview on white background

This text has color #C299FC on white background.



Black color preview on #C299FC background

This text has black color on #C299FC background.


White color preview on #C299FC background

This text has white color on #C299FC background.