COLOR #C097E1

HEX: #C097E1 RGB: (192,151,225)

Color info

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

RGB color model

#C097E1 color RGB value is (192,151,225).

RGB: (192,151,225) (75%, 59%, 88%)

RGB channels and saturation

R 192 of 255 = 75%
G 151 of 255 = 59%
B 225 of 255 = 88%

192
151
225

R + G + B ~ 74%. #C097E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 151 + 225 = 568 (100%)
R 192 of 568 ~ 33.8%
G 151 of 568 ~ 26.58%
B 225 of 568 ~ 39.61'%

%33.8
%26.58
%39.61

CMYK color model

#C097E1 color CMYK value is (15,33,0,12).

  • cyan value is 14.67%
  • magenta value is 32.89%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (15,33,0,12)
C15M33Y0K12 (15%, 33%, 0%, 12%)
(0.15 / 0.33 / 0.00 / 0.12)

CMYK percentages

%14.67
%32.89
%0
%11.76

Codes

Color #C097E1 in popluar color models

C0 97 E1
RGB 192 151 225
HSL 273° 55.22% 73.73%
HSB/HSV 273° 32.89% 88.24%
CMYK 14.67% 32.89% 0.00%
11.76%

Color #C097E1 in popluar number systems.

HEX C0 97 E1
Decimal 192 151 225
Binary 11000000 10010111 11100001
Octal 300 227 341

Shades and tints

Shades of #C097E1

#C097E1
(192,151,225)
#AF8ACD
(175,138,205)
#9E7DB9
(158,125,185)
#8D70A5
(141,112,165)
#7C6391
(124,99,145)
#6B567D
(107,86,125)
#5A4969
(90,73,105)
#493C55
(73,60,85)
#382F41
(56,47,65)
#27222D
(39,34,45)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #C097E1

#C097E1
(192,151,225)
#C5A0E3
(197,160,227)
#CAA9E5
(202,169,229)
#CFB2E7
(207,178,231)
#D4BBE9
(212,187,233)
#D9C4EB
(217,196,235)
#DECDED
(222,205,237)
#E3D6EF
(227,214,239)
#E8DFF1
(232,223,241)
#EDE8F3
(237,232,243)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C097E1 color. Also use rgb(192,151,225) instead hex code.

Text Font Color

.myTextColor { color: #C097E1; }

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

This text font color is #C097E1.

Background Color

.myBgColor { background-color: #C097E1; }

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

This div background color is #C097E1.

Border color

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

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

This div border color is #C097E1.

Opacity

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

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

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

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

This text has shadow with #C097E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C097E1.

Preview

Color preview on black background

This text has color #C097E1 on black background.


Color preview on white background

This text has color #C097E1 on white background.


Black color preview on #C097E1 background

This text has black color on #C097E1 background.


White color preview on #C097E1 background

This text has white color on #C097E1 background.


Related colors

Complementary color

Complementary color for #hex is #3F681E.


I love getcolorcode.com

Triadic colors

1 #E1C097 and #97E1C0 with #C097E1 are triadic colors.

2 #E197C0 and #97C0E1 with #C097E1 are triadic colors.