COLOR #C098DD

HEX: #C098DD
RGB: (192,152,221)

Color info

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

RGB color model

#C098DD color RGB value is (192,152,221).

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

RGB channels and saturation

R 192 of 255 = 75%
G 152 of 255 = 60%
B 221 of 255 = 87%

192
152
221

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

Portions of RGB colors in percentages

R + G + B =
192 + 152 + 221 = 565 (100%)
R 192 of 565 ~ 33.98%
G 152 of 565 ~ 26.9%
B 221 of 565 ~ 39.12%

%33.98
%26.9
%39.12

CMYK color model

#C098DD color CMYK value is (13,31,0,13).

  • cyan value is 13.12%
  • magenta value is 31.22%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(13,31,0,13)
C13M31Y0K13 
(13%,31%,0%,13%)
(0.13/0.31/0.00/0.13)	

CMYK percentages

%13.12
%31.22
%0
%13.33

Codes

Color #C098DD in popluar color models

C098DD
RGB192152221
HSL275°50.36%73.14%
HSB/HSV275°31.22%86.67%
CMYK13.12%31.22%0.00%
13.33%

Color #C098DD in popluar number systems.

HEXC098DD
Decimal192152221
Binary110000001001100011011101
Octal300230335

Shades and tints

Shades of #C098DD

#C098DD
(192,152,221)
#AF8BC9
(175,139,201)
#9E7EB5
(158,126,181)
#8D71A1
(141,113,161)
#7C648D
(124,100,141)
#6B5779
(107,87,121)
#5A4A65
(90,74,101)
#493D51
(73,61,81)
#38303D
(56,48,61)
#272329
(39,35,41)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #C098DD

#C098DD
(192,152,221)
#C5A1E0
(197,161,224)
#CAAAE3
(202,170,227)
#CFB3E6
(207,179,230)
#D4BCE9
(212,188,233)
#D9C5EC
(217,197,236)
#DECEEF
(222,206,239)
#E3D7F2
(227,215,242)
#E8E0F5
(232,224,245)
#EDE9F8
(237,233,248)
#F2F2FB
(242,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C098DD; }

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

This text font color is #C098DD.


Background Color

.myBgColor { background-color: #C098DD; }

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

This div background color is #C098DD.


Border color

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

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

This div border color is #C098DD.


Opacity

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

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

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

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

This text has shadow with #C098DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C098DD on black background.


Color preview on white background

This text has color #C098DD on white background.



Black color preview on #C098DD background

This text has black color on #C098DD background.


White color preview on #C098DD background

This text has white color on #C098DD background.