COLOR #C198DD

HEX: #C198DD RGB: (193,152,221)

Color info

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

RGB color model

#C198DD color RGB value is (193,152,221).

RGB: (193,152,221) (76%, 60%, 87%)

RGB channels and saturation

R 193 of 255 = 76%
G 152 of 255 = 60%
B 221 of 255 = 87%

193
152
221

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

Portions of RGB colors in percentages

R + G + B = 193 + 152 + 221 = 566 (100%)
R 193 of 566 ~ 34.1%
G 152 of 566 ~ 26.86%
B 221 of 566 ~ 39.05'%

%34.1
%26.86
%39.05

CMYK color model

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

  • cyan value is 12.67%
  • 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

%12.67
%31.22
%0
%13.33

Codes

Color #C198DD in popluar color models

C1 98 DD
RGB 193 152 221
HSL 276° 50.36% 73.14%
HSB/HSV 276° 31.22% 86.67%
CMYK 12.67% 31.22% 0.00%
13.33%

Color #C198DD in popluar number systems.

HEX C1 98 DD
Decimal 193 152 221
Binary 11000001 10011000 11011101
Octal 301 230 335

Shades and tints

Shades of #C198DD

#C198DD
(193,152,221)
#B08BC9
(176,139,201)
#9F7EB5
(159,126,181)
#8E71A1
(142,113,161)
#7D648D
(125,100,141)
#6C5779
(108,87,121)
#5B4A65
(91,74,101)
#4A3D51
(74,61,81)
#39303D
(57,48,61)
#282329
(40,35,41)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #C198DD

#C198DD
(193,152,221)
#C6A1E0
(198,161,224)
#CBAAE3
(203,170,227)
#D0B3E6
(208,179,230)
#D5BCE9
(213,188,233)
#DAC5EC
(218,197,236)
#DFCEEF
(223,206,239)
#E4D7F2
(228,215,242)
#E9E0F5
(233,224,245)
#EEE9F8
(238,233,248)
#F3F2FB
(243,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C198DD; }

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

This text font color is #C198DD.

Background Color

.myBgColor { background-color: #C198DD; }

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

This div background color is #C198DD.

Border color

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

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

This div border color is #C198DD.

Opacity

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

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

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

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

This text has shadow with #C198DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C198DD.

Preview

Color preview on black background

This text has color #C198DD on black background.


Color preview on white background

This text has color #C198DD on white background.


Black color preview on #C198DD background

This text has black color on #C198DD background.


White color preview on #C198DD background

This text has white color on #C198DD background.


Related colors

Complementary color

Complementary color for #hex is #3E6722.


I love getcolorcode.com

Triadic colors

1 #DDC198 and #98DDC1 with #C198DD are triadic colors.

2 #DD98C1 and #98C1DD with #C198DD are triadic colors.