COLOR #C795D2

HEX: #C795D2
RGB: (199,149,210)

Color info

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

RGB color model

#C795D2 color RGB value is (199,149,210).

  • red value is 199;
  • green value is 149;
  • blue value is 210.
RGB:
(199,149,210)
(78%,58%,82%)

RGB channels and saturation

R 199 of 255 = 78%
G 149 of 255 = 58%
B 210 of 255 = 82%

199
149
210

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

Portions of RGB colors in percentages

R + G + B =
199 + 149 + 210 = 558 (100%)
R 199 of 558 ~ 35.66%
G 149 of 558 ~ 26.7%
B 210 of 558 ~ 37.63%

%35.66
%26.7
%37.63

CMYK color model

#C795D2 color CMYK value is (5,29,0,18).

  • cyan value is 5.24%
  • magenta value is 29.05%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(5,29,0,18)
C5M29Y0K18 
(5%,29%,0%,18%)
(0.05/0.29/0.00/0.18)	

CMYK percentages

%5.24
%29.05
%0
%17.65

Codes

Color #C795D2 in popluar color models

C795D2
RGB199149210
HSL289°40.40%70.39%
HSB/HSV289°29.05%82.35%
CMYK5.24%29.05%0.00%
17.65%

Color #C795D2 in popluar number systems.

HEXC795D2
Decimal199149210
Binary110001111001010111010010
Octal307225322

Shades and tints

Shades of #C795D2

#C795D2
(199,149,210)
#B588BF
(181,136,191)
#A37BAC
(163,123,172)
#916E99
(145,110,153)
#7F6186
(127,97,134)
#6D5473
(109,84,115)
#5B4760
(91,71,96)
#493A4D
(73,58,77)
#372D3A
(55,45,58)
#252027
(37,32,39)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #C795D2

#C795D2
(199,149,210)
#CC9ED6
(204,158,214)
#D1A7DA
(209,167,218)
#D6B0DE
(214,176,222)
#DBB9E2
(219,185,226)
#E0C2E6
(224,194,230)
#E5CBEA
(229,203,234)
#EAD4EE
(234,212,238)
#EFDDF2
(239,221,242)
#F4E6F6
(244,230,246)
#F9EFFA
(249,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C795D2 color. Also use rgb(199,149,210) instead hex code.

Text Font Color

.myTextColor { color: #C795D2; }

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

This text font color is #C795D2.


Background Color

.myBgColor { background-color: #C795D2; }

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

This div background color is #C795D2.


Border color

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

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

This div border color is #C795D2.


Opacity

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

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

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

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

This text has shadow with #C795D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C795D2 on black background.


Color preview on white background

This text has color #C795D2 on white background.



Black color preview on #C795D2 background

This text has black color on #C795D2 background.


White color preview on #C795D2 background

This text has white color on #C795D2 background.