COLOR #C695F9

HEX: #C695F9
RGB: (198,149,249)

Color info

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

RGB color model

#C695F9 color RGB value is (198,149,249).

  • red value is 198;
  • green value is 149;
  • blue value is 249.
RGB:
(198,149,249)
(78%,58%,98%)

RGB channels and saturation

R 198 of 255 = 78%
G 149 of 255 = 58%
B 249 of 255 = 98%

198
149
249

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

Portions of RGB colors in percentages

R + G + B =
198 + 149 + 249 = 596 (100%)
R 198 of 596 ~ 33.22%
G 149 of 596 ~ 25%
B 249 of 596 ~ 41.78%

%33.22
%25
%41.78

CMYK color model

#C695F9 color CMYK value is (20,40,0,2).

  • cyan value is 20.48%
  • magenta value is 40.16%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(20,40,0,2)
C20M40Y0K2 
(20%,40%,0%,2%)
(0.20/0.40/0.00/0.02)	

CMYK percentages

%20.48
%40.16
%0
%2.35

Codes

Color #C695F9 in popluar color models

C695F9
RGB198149249
HSL269°89.29%78.04%
HSB/HSV269°40.16%97.65%
CMYK20.48%40.16%0.00%
2.35%

Color #C695F9 in popluar number systems.

HEXC695F9
Decimal198149249
Binary110001101001010111111001
Octal306225371

Shades and tints

Shades of #C695F9

#C695F9
(198,149,249)
#B488E3
(180,136,227)
#A27BCD
(162,123,205)
#906EB7
(144,110,183)
#7E61A1
(126,97,161)
#6C548B
(108,84,139)
#5A4775
(90,71,117)
#483A5F
(72,58,95)
#362D49
(54,45,73)
#242033
(36,32,51)
#12131D
(18,19,29)
#000000
(0,0,0)

Tints of #C695F9

#C695F9
(198,149,249)
#CB9EF9
(203,158,249)
#D0A7F9
(208,167,249)
#D5B0F9
(213,176,249)
#DAB9F9
(218,185,249)
#DFC2F9
(223,194,249)
#E4CBF9
(228,203,249)
#E9D4F9
(233,212,249)
#EEDDF9
(238,221,249)
#F3E6F9
(243,230,249)
#F8EFF9
(248,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C695F9 color. Also use rgb(198,149,249) instead hex code.

Text Font Color

.myTextColor { color: #C695F9; }

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

This text font color is #C695F9.


Background Color

.myBgColor { background-color: #C695F9; }

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

This div background color is #C695F9.


Border color

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

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

This div border color is #C695F9.


Opacity

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

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

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

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

This text has shadow with #C695F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C695F9 on black background.


Color preview on white background

This text has color #C695F9 on white background.



Black color preview on #C695F9 background

This text has black color on #C695F9 background.


White color preview on #C695F9 background

This text has white color on #C695F9 background.