COLOR #C693D2

HEX: #C693D2 RGB: (198,147,210)

Color info

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

RGB color model

#C693D2 color RGB value is (198,147,210).

RGB: (198,147,210) (78%, 58%, 82%)

RGB channels and saturation

R 198 of 255 = 78%
G 147 of 255 = 58%
B 210 of 255 = 82%

198
147
210

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

Portions of RGB colors in percentages

R + G + B = 198 + 147 + 210 = 555 (100%)
R 198 of 555 ~ 35.68%
G 147 of 555 ~ 26.49%
B 210 of 555 ~ 37.84'%

%35.68
%26.49
%37.84

CMYK color model

#C693D2 color CMYK value is (6,30,0,18).

  • cyan value is 5.71%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK: (6,30,0,18) C6M30Y0K18 (6%,30%,0%,18%) (0.06/0.30/0.00/0.18) 

CMYK percentages

%5.71
%30
%0
%17.65

Codes

Color #C693D2 in popluar color models

C6 93 D2
RGB 198 147 210
HSL 289° 41.18% 70.00%
HSB/HSV 289° 30.00% 82.35%
CMYK 5.71% 30.00% 0.00%
17.65%

Color #C693D2 in popluar number systems.

HEX C6 93 D2
Decimal 198 147 210
Binary 11000110 10010011 11010010
Octal 306 223 322

Shades and tints

Shades of #C693D2

#C693D2
(198,147,210)
#B486BF
(180,134,191)
#A279AC
(162,121,172)
#906C99
(144,108,153)
#7E5F86
(126,95,134)
#6C5273
(108,82,115)
#5A4560
(90,69,96)
#48384D
(72,56,77)
#362B3A
(54,43,58)
#241E27
(36,30,39)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #C693D2

#C693D2
(198,147,210)
#CB9CD6
(203,156,214)
#D0A5DA
(208,165,218)
#D5AEDE
(213,174,222)
#DAB7E2
(218,183,226)
#DFC0E6
(223,192,230)
#E4C9EA
(228,201,234)
#E9D2EE
(233,210,238)
#EEDBF2
(238,219,242)
#F3E4F6
(243,228,246)
#F8EDFA
(248,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C693D2 color. Also use rgb(198,147,210) instead hex code.

Text Font Color

.myTextColor { color: #C693D2; }

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

This text font color is #C693D2.

Background Color

.myBgColor { background-color: #C693D2; }

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

This div background color is #C693D2.

Border color

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

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

This div border color is #C693D2.

Opacity

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

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

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

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

This text has shadow with #C693D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C693D2.

Preview

Color preview on black background

This text has color #C693D2 on black background.


Color preview on white background

This text has color #C693D2 on white background.


Black color preview on #C693D2 background

This text has black color on #C693D2 background.


White color preview on #C693D2 background

This text has white color on #C693D2 background.


Related colors

Complementary color

Complementary color for #hex is #396C2D.


I love getcolorcode.com

Triadic colors

1 #D2C693 and #93D2C6 with #C693D2 are triadic colors.

2 #D293C6 and #93C6D2 with #C693D2 are triadic colors.