COLOR #C093D7

HEX: #C093D7
RGB: (192,147,215)

Color info

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

RGB color model

#C093D7 color RGB value is (192,147,215).

  • red value is 192;
  • green value is 147;
  • blue value is 215.
RGB:
(192,147,215)
(75%,58%,84%)

RGB channels and saturation

R 192 of 255 = 75%
G 147 of 255 = 58%
B 215 of 255 = 84%

192
147
215

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

Portions of RGB colors in percentages

R + G + B =
192 + 147 + 215 = 554 (100%)
R 192 of 554 ~ 34.66%
G 147 of 554 ~ 26.53%
B 215 of 554 ~ 38.81%

%34.66
%26.53
%38.81

CMYK color model

#C093D7 color CMYK value is (11,32,0,16).

  • cyan value is 10.70%
  • magenta value is 31.63%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(11,32,0,16)
C11M32Y0K16 
(11%,32%,0%,16%)
(0.11/0.32/0.00/0.16)	

CMYK percentages

%10.7
%31.63
%0
%15.69

Codes

Color #C093D7 in popluar color models

C093D7
RGB192147215
HSL280°45.95%70.98%
HSB/HSV280°31.63%84.31%
CMYK10.70%31.63%0.00%
15.69%

Color #C093D7 in popluar number systems.

HEXC093D7
Decimal192147215
Binary110000001001001111010111
Octal300223327

Shades and tints

Shades of #C093D7

#C093D7
(192,147,215)
#AF86C4
(175,134,196)
#9E79B1
(158,121,177)
#8D6C9E
(141,108,158)
#7C5F8B
(124,95,139)
#6B5278
(107,82,120)
#5A4565
(90,69,101)
#493852
(73,56,82)
#382B3F
(56,43,63)
#271E2C
(39,30,44)
#161119
(22,17,25)
#000000
(0,0,0)

Tints of #C093D7

#C093D7
(192,147,215)
#C59CDA
(197,156,218)
#CAA5DD
(202,165,221)
#CFAEE0
(207,174,224)
#D4B7E3
(212,183,227)
#D9C0E6
(217,192,230)
#DEC9E9
(222,201,233)
#E3D2EC
(227,210,236)
#E8DBEF
(232,219,239)
#EDE4F2
(237,228,242)
#F2EDF5
(242,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C093D7 color. Also use rgb(192,147,215) instead hex code.

Text Font Color

.myTextColor { color: #C093D7; }

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

This text font color is #C093D7.


Background Color

.myBgColor { background-color: #C093D7; }

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

This div background color is #C093D7.


Border color

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

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

This div border color is #C093D7.


Opacity

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

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

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

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

This text has shadow with #C093D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C093D7 on black background.


Color preview on white background

This text has color #C093D7 on white background.



Black color preview on #C093D7 background

This text has black color on #C093D7 background.


White color preview on #C093D7 background

This text has white color on #C093D7 background.