COLOR #C093D4

HEX: #C093D4
RGB: (192,147,212)

Color info

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

RGB color model

#C093D4 color RGB value is (192,147,212).

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

RGB channels and saturation

R 192 of 255 = 75%
G 147 of 255 = 58%
B 212 of 255 = 83%

192
147
212

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

Portions of RGB colors in percentages

R + G + B =
192 + 147 + 212 = 551 (100%)
R 192 of 551 ~ 34.85%
G 147 of 551 ~ 26.68%
B 212 of 551 ~ 38.48%

%34.85
%26.68
%38.48

CMYK color model

#C093D4 color CMYK value is (9,31,0,17).

  • cyan value is 9.43%
  • magenta value is 30.66%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(9,31,0,17)
C9M31Y0K17 
(9%,31%,0%,17%)
(0.09/0.31/0.00/0.17)	

CMYK percentages

%9.43
%30.66
%0
%16.86

Codes

Color #C093D4 in popluar color models

C093D4
RGB192147212
HSL282°43.05%70.39%
HSB/HSV282°30.66%83.14%
CMYK9.43%30.66%0.00%
16.86%

Color #C093D4 in popluar number systems.

HEXC093D4
Decimal192147212
Binary110000001001001111010100
Octal300223324

Shades and tints

Shades of #C093D4

#C093D4
(192,147,212)
#AF86C1
(175,134,193)
#9E79AE
(158,121,174)
#8D6C9B
(141,108,155)
#7C5F88
(124,95,136)
#6B5275
(107,82,117)
#5A4562
(90,69,98)
#49384F
(73,56,79)
#382B3C
(56,43,60)
#271E29
(39,30,41)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #C093D4

#C093D4
(192,147,212)
#C59CD7
(197,156,215)
#CAA5DA
(202,165,218)
#CFAEDD
(207,174,221)
#D4B7E0
(212,183,224)
#D9C0E3
(217,192,227)
#DEC9E6
(222,201,230)
#E3D2E9
(227,210,233)
#E8DBEC
(232,219,236)
#EDE4EF
(237,228,239)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C093D4; }

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

This text font color is #C093D4.


Background Color

.myBgColor { background-color: #C093D4; }

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

This div background color is #C093D4.


Border color

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

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

This div border color is #C093D4.


Opacity

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

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

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

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

This text has shadow with #C093D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C093D4 on black background.


Color preview on white background

This text has color #C093D4 on white background.



Black color preview on #C093D4 background

This text has black color on #C093D4 background.


White color preview on #C093D4 background

This text has white color on #C093D4 background.