COLOR #C695E4

HEX: #C695E4 RGB: (198,149,228)

Color info

#C695E4 contains mainly red and blue colors. Web safe color of #C695E4 is #CC99CC (or #C9C).

RGB color model

#C695E4 color RGB value is (198,149,228).

RGB: (198,149,228) (78%, 58%, 89%)

RGB channels and saturation

R 198 of 255 = 78%
G 149 of 255 = 58%
B 228 of 255 = 89%

198
149
228

R + G + B ~ 75%. #C695E4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 149 + 228 = 575 (100%)
R 198 of 575 ~ 34.43%
G 149 of 575 ~ 25.91%
B 228 of 575 ~ 39.65'%

%34.43
%25.91
%39.65

CMYK color model

#C695E4 color CMYK value is (13,35,0,11).

  • cyan value is 13.16%
  • magenta value is 34.65%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK: (13,35,0,11) C13M35Y0K11 (13%,35%,0%,11%) (0.13/0.35/0.00/0.11) 

CMYK percentages

%13.16
%34.65
%0
%10.59

Codes

Color #C695E4 in popluar color models

C6 95 E4
RGB 198 149 228
HSL 277° 59.40% 73.92%
HSB/HSV 277° 34.65% 89.41%
CMYK 13.16% 34.65% 0.00%
10.59%

Color #C695E4 in popluar number systems.

HEX C6 95 E4
Decimal 198 149 228
Binary 11000110 10010101 11100100
Octal 306 225 344

Shades and tints

Shades of #C695E4

#C695E4
(198,149,228)
#B488D0
(180,136,208)
#A27BBC
(162,123,188)
#906EA8
(144,110,168)
#7E6194
(126,97,148)
#6C5480
(108,84,128)
#5A476C
(90,71,108)
#483A58
(72,58,88)
#362D44
(54,45,68)
#242030
(36,32,48)
#12131C
(18,19,28)
#000000
(0,0,0)

Tints of #C695E4

#C695E4
(198,149,228)
#CB9EE6
(203,158,230)
#D0A7E8
(208,167,232)
#D5B0EA
(213,176,234)
#DAB9EC
(218,185,236)
#DFC2EE
(223,194,238)
#E4CBF0
(228,203,240)
#E9D4F2
(233,212,242)
#EEDDF4
(238,221,244)
#F3E6F6
(243,230,246)
#F8EFF8
(248,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C695E4; }

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

This text font color is #C695E4.

Background Color

.myBgColor { background-color: #C695E4; }

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

This div background color is #C695E4.

Border color

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

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

This div border color is #C695E4.

Opacity

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

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

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

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

This text has shadow with #C695E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C695E4.

Preview

Color preview on black background

This text has color #C695E4 on black background.


Color preview on white background

This text has color #C695E4 on white background.


Black color preview on #C695E4 background

This text has black color on #C695E4 background.


White color preview on #C695E4 background

This text has white color on #C695E4 background.


Related colors

Complementary color

Complementary color for #hex is #396A1B.


I love getcolorcode.com

Triadic colors

1 #E4C695 and #95E4C6 with #C695E4 are triadic colors.

2 #E495C6 and #95C6E4 with #C695E4 are triadic colors.