COLOR #C696FA

HEX: #C696FA
RGB: (198,150,250)

Color info

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

RGB color model

#C696FA color RGB value is (198,150,250).

  • red value is 198;
  • green value is 150;
  • blue value is 250.
RGB:
(198,150,250)
(78%,59%,98%)

RGB channels and saturation

R 198 of 255 = 78%
G 150 of 255 = 59%
B 250 of 255 = 98%

198
150
250

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

Portions of RGB colors in percentages

R + G + B =
198 + 150 + 250 = 598 (100%)
R 198 of 598 ~ 33.11%
G 150 of 598 ~ 25.08%
B 250 of 598 ~ 41.81%

%33.11
%25.08
%41.81

CMYK color model

#C696FA color CMYK value is (21,40,0,2).

  • cyan value is 20.80%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(21,40,0,2)
C21M40Y0K2 
(21%,40%,0%,2%)
(0.21/0.40/0.00/0.02)	

CMYK percentages

%20.8
%40
%0
%1.96

Codes

Color #C696FA in popluar color models

C696FA
RGB198150250
HSL269°90.91%78.43%
HSB/HSV269°40.00%98.04%
CMYK20.80%40.00%0.00%
1.96%

Color #C696FA in popluar number systems.

HEXC696FA
Decimal198150250
Binary110001101001011011111010
Octal306226372

Shades and tints

Shades of #C696FA

#C696FA
(198,150,250)
#B489E4
(180,137,228)
#A27CCE
(162,124,206)
#906FB8
(144,111,184)
#7E62A2
(126,98,162)
#6C558C
(108,85,140)
#5A4876
(90,72,118)
#483B60
(72,59,96)
#362E4A
(54,46,74)
#242134
(36,33,52)
#12141E
(18,20,30)
#000000
(0,0,0)

Tints of #C696FA

#C696FA
(198,150,250)
#CB9FFA
(203,159,250)
#D0A8FA
(208,168,250)
#D5B1FA
(213,177,250)
#DABAFA
(218,186,250)
#DFC3FA
(223,195,250)
#E4CCFA
(228,204,250)
#E9D5FA
(233,213,250)
#EEDEFA
(238,222,250)
#F3E7FA
(243,231,250)
#F8F0FA
(248,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C696FA color. Also use rgb(198,150,250) instead hex code.

Text Font Color

.myTextColor { color: #C696FA; }

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

This text font color is #C696FA.


Background Color

.myBgColor { background-color: #C696FA; }

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

This div background color is #C696FA.


Border color

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

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

This div border color is #C696FA.


Opacity

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

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

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

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

This text has shadow with #C696FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C696FA on black background.


Color preview on white background

This text has color #C696FA on white background.



Black color preview on #C696FA background

This text has black color on #C696FA background.


White color preview on #C696FA background

This text has white color on #C696FA background.