COLOR #C695F2

HEX: #C695F2 RGB: (198,149,242)

Color info

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

RGB color model

#C695F2 color RGB value is (198,149,242).

RGB: (198,149,242) (78%, 58%, 95%)

RGB channels and saturation

R 198 of 255 = 78%
G 149 of 255 = 58%
B 242 of 255 = 95%

198
149
242

R + G + B ~ 77%. #C695F2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 149 + 242 = 589 (100%)
R 198 of 589 ~ 33.62%
G 149 of 589 ~ 25.3%
B 242 of 589 ~ 41.09'%

%33.62
%25.3
%41.09

CMYK color model

#C695F2 color CMYK value is (18,38,0,5).

  • cyan value is 18.18%
  • magenta value is 38.43%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (18,38,0,5)
C18M38Y0K5 (18%, 38%, 0%, 5%)
(0.18 / 0.38 / 0.00 / 0.05)

CMYK percentages

%18.18
%38.43
%0
%5.1

Codes

Color #C695F2 in popluar color models

C6 95 F2
RGB 198 149 242
HSL 272° 78.15% 76.67%
HSB/HSV 272° 38.43% 94.90%
CMYK 18.18% 38.43% 0.00%
5.10%

Color #C695F2 in popluar number systems.

HEX C6 95 F2
Decimal 198 149 242
Binary 11000110 10010101 11110010
Octal 306 225 362

Shades and tints

Shades of #C695F2

#C695F2
(198,149,242)
#B488DC
(180,136,220)
#A27BC6
(162,123,198)
#906EB0
(144,110,176)
#7E619A
(126,97,154)
#6C5484
(108,84,132)
#5A476E
(90,71,110)
#483A58
(72,58,88)
#362D42
(54,45,66)
#24202C
(36,32,44)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #C695F2

#C695F2
(198,149,242)
#CB9EF3
(203,158,243)
#D0A7F4
(208,167,244)
#D5B0F5
(213,176,245)
#DAB9F6
(218,185,246)
#DFC2F7
(223,194,247)
#E4CBF8
(228,203,248)
#E9D4F9
(233,212,249)
#EEDDFA
(238,221,250)
#F3E6FB
(243,230,251)
#F8EFFC
(248,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C695F2; }

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

This text font color is #C695F2.

Background Color

.myBgColor { background-color: #C695F2; }

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

This div background color is #C695F2.

Border color

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

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

This div border color is #C695F2.

Opacity

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

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

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

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

This text has shadow with #C695F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C695F2.

Preview

Color preview on black background

This text has color #C695F2 on black background.


Color preview on white background

This text has color #C695F2 on white background.


Black color preview on #C695F2 background

This text has black color on #C695F2 background.


White color preview on #C695F2 background

This text has white color on #C695F2 background.


Related colors

Complementary color

Complementary color for #hex is #396A0D.


I love getcolorcode.com

Triadic colors

1 #F2C695 and #95F2C6 with #C695F2 are triadic colors.

2 #F295C6 and #95C6F2 with #C695F2 are triadic colors.