COLOR #C093DD

HEX: #C093DD
RGB: (192,147,221)

Color info

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

RGB color model

#C093DD color RGB value is (192,147,221).

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

RGB channels and saturation

R 192 of 255 = 75%
G 147 of 255 = 58%
B 221 of 255 = 87%

192
147
221

R + G + B ~ 73%. #C093DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 147 + 221 = 560 (100%)
R 192 of 560 ~ 34.29%
G 147 of 560 ~ 26.25%
B 221 of 560 ~ 39.46%

%34.29
%26.25
%39.46

CMYK color model

#C093DD color CMYK value is (13,33,0,13).

  • cyan value is 13.12%
  • magenta value is 33.48%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(13,33,0,13)
C13M33Y0K13 
(13%,33%,0%,13%)
(0.13/0.33/0.00/0.13)	

CMYK percentages

%13.12
%33.48
%0
%13.33

Codes

Color #C093DD in popluar color models

C093DD
RGB192147221
HSL276°52.11%72.16%
HSB/HSV276°33.48%86.67%
CMYK13.12%33.48%0.00%
13.33%

Color #C093DD in popluar number systems.

HEXC093DD
Decimal192147221
Binary110000001001001111011101
Octal300223335

Shades and tints

Shades of #C093DD

#C093DD
(192,147,221)
#AF86C9
(175,134,201)
#9E79B5
(158,121,181)
#8D6CA1
(141,108,161)
#7C5F8D
(124,95,141)
#6B5279
(107,82,121)
#5A4565
(90,69,101)
#493851
(73,56,81)
#382B3D
(56,43,61)
#271E29
(39,30,41)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #C093DD

#C093DD
(192,147,221)
#C59CE0
(197,156,224)
#CAA5E3
(202,165,227)
#CFAEE6
(207,174,230)
#D4B7E9
(212,183,233)
#D9C0EC
(217,192,236)
#DEC9EF
(222,201,239)
#E3D2F2
(227,210,242)
#E8DBF5
(232,219,245)
#EDE4F8
(237,228,248)
#F2EDFB
(242,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C093DD; }

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

This text font color is #C093DD.


Background Color

.myBgColor { background-color: #C093DD; }

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

This div background color is #C093DD.


Border color

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

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

This div border color is #C093DD.


Opacity

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

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

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

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

This text has shadow with #C093DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C093DD on black background.


Color preview on white background

This text has color #C093DD on white background.



Black color preview on #C093DD background

This text has black color on #C093DD background.


White color preview on #C093DD background

This text has white color on #C093DD background.