COLOR #C096E7

HEX: #C096E7
RGB: (192,150,231)

Color info

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

RGB color model

#C096E7 color RGB value is (192,150,231).

  • red value is 192;
  • green value is 150;
  • blue value is 231.
RGB:
(192,150,231)
(75%,59%,91%)

RGB channels and saturation

R 192 of 255 = 75%
G 150 of 255 = 59%
B 231 of 255 = 91%

192
150
231

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

Portions of RGB colors in percentages

R + G + B =
192 + 150 + 231 = 573 (100%)
R 192 of 573 ~ 33.51%
G 150 of 573 ~ 26.18%
B 231 of 573 ~ 40.31%

%33.51
%26.18
%40.31

CMYK color model

#C096E7 color CMYK value is (17,35,0,9).

  • cyan value is 16.88%
  • magenta value is 35.06%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(17,35,0,9)
C17M35Y0K9 
(17%,35%,0%,9%)
(0.17/0.35/0.00/0.09)	

CMYK percentages

%16.88
%35.06
%0
%9.41

Codes

Color #C096E7 in popluar color models

C096E7
RGB192150231
HSL271°62.79%74.71%
HSB/HSV271°35.06%90.59%
CMYK16.88%35.06%0.00%
9.41%

Color #C096E7 in popluar number systems.

HEXC096E7
Decimal192150231
Binary110000001001011011100111
Octal300226347

Shades and tints

Shades of #C096E7

#C096E7
(192,150,231)
#AF89D2
(175,137,210)
#9E7CBD
(158,124,189)
#8D6FA8
(141,111,168)
#7C6293
(124,98,147)
#6B557E
(107,85,126)
#5A4869
(90,72,105)
#493B54
(73,59,84)
#382E3F
(56,46,63)
#27212A
(39,33,42)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #C096E7

#C096E7
(192,150,231)
#C59FE9
(197,159,233)
#CAA8EB
(202,168,235)
#CFB1ED
(207,177,237)
#D4BAEF
(212,186,239)
#D9C3F1
(217,195,241)
#DECCF3
(222,204,243)
#E3D5F5
(227,213,245)
#E8DEF7
(232,222,247)
#EDE7F9
(237,231,249)
#F2F0FB
(242,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C096E7 color. Also use rgb(192,150,231) instead hex code.

Text Font Color

.myTextColor { color: #C096E7; }

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

This text font color is #C096E7.


Background Color

.myBgColor { background-color: #C096E7; }

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

This div background color is #C096E7.


Border color

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

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

This div border color is #C096E7.


Opacity

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

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

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

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

This text has shadow with #C096E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C096E7 on black background.


Color preview on white background

This text has color #C096E7 on white background.



Black color preview on #C096E7 background

This text has black color on #C096E7 background.


White color preview on #C096E7 background

This text has white color on #C096E7 background.