COLOR #C694CF

HEX: #C694CF
RGB: (198,148,207)

Color info

#C694CF contains red, green and blue colors in about the same proportion. Web safe color of #C694CF is #CC99CC (or #C9C).

RGB color model

#C694CF color RGB value is (198,148,207).

  • red value is 198;
  • green value is 148;
  • blue value is 207.
RGB:
(198,148,207)
(78%,58%,81%)

RGB channels and saturation

R 198 of 255 = 78%
G 148 of 255 = 58%
B 207 of 255 = 81%

198
148
207

R + G + B ~ 72%. #C694CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 148 + 207 = 553 (100%)
R 198 of 553 ~ 35.8%
G 148 of 553 ~ 26.76%
B 207 of 553 ~ 37.43%

%35.8
%26.76
%37.43

CMYK color model

#C694CF color CMYK value is (4,29,0,19).

  • cyan value is 4.35%
  • magenta value is 28.50%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(4,29,0,19)
C4M29Y0K19 
(4%,29%,0%,19%)
(0.04/0.29/0.00/0.19)	

CMYK percentages

%4.35
%28.5
%0
%18.82

Codes

Color #C694CF in popluar color models

C694CF
RGB198148207
HSL291°38.06%69.61%
HSB/HSV291°28.50%81.18%
CMYK4.35%28.50%0.00%
18.82%

Color #C694CF in popluar number systems.

HEXC694CF
Decimal198148207
Binary110001101001010011001111
Octal306224317

Shades and tints

Shades of #C694CF

#C694CF
(198,148,207)
#B487BD
(180,135,189)
#A27AAB
(162,122,171)
#906D99
(144,109,153)
#7E6087
(126,96,135)
#6C5375
(108,83,117)
#5A4663
(90,70,99)
#483951
(72,57,81)
#362C3F
(54,44,63)
#241F2D
(36,31,45)
#12121B
(18,18,27)
#000000
(0,0,0)

Tints of #C694CF

#C694CF
(198,148,207)
#CB9DD3
(203,157,211)
#D0A6D7
(208,166,215)
#D5AFDB
(213,175,219)
#DAB8DF
(218,184,223)
#DFC1E3
(223,193,227)
#E4CAE7
(228,202,231)
#E9D3EB
(233,211,235)
#EEDCEF
(238,220,239)
#F3E5F3
(243,229,243)
#F8EEF7
(248,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C694CF color. Also use rgb(198,148,207) instead hex code.

Text Font Color

.myTextColor { color: #C694CF; }

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

This text font color is #C694CF.


Background Color

.myBgColor { background-color: #C694CF; }

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

This div background color is #C694CF.


Border color

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

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

This div border color is #C694CF.


Opacity

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

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

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

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

This text has shadow with #C694CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C694CF on black background.


Color preview on white background

This text has color #C694CF on white background.



Black color preview on #C694CF background

This text has black color on #C694CF background.


White color preview on #C694CF background

This text has white color on #C694CF background.