COLOR #C37BDA

HEX: #C37BDA
RGB: (195,123,218)

Color info

#C37BDA contains mainly red and blue colors. Web safe color of #C37BDA is #CC66CC (or #C6C).

RGB color model

#C37BDA color RGB value is (195,123,218).

  • red value is 195;
  • green value is 123;
  • blue value is 218.
RGB:
(195,123,218)
(76%,48%,85%)

RGB channels and saturation

R 195 of 255 = 76%
G 123 of 255 = 48%
B 218 of 255 = 85%

195
123
218

R + G + B ~ 70%. #C37BDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 123 + 218 = 536 (100%)
R 195 of 536 ~ 36.38%
G 123 of 536 ~ 22.95%
B 218 of 536 ~ 40.67%

%36.38
%22.95
%40.67

CMYK color model

#C37BDA color CMYK value is (11,44,0,15).

  • cyan value is 10.55%
  • magenta value is 43.58%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(11,44,0,15)
C11M44Y0K15 
(11%,44%,0%,15%)
(0.11/0.44/0.00/0.15)	

CMYK percentages

%10.55
%43.58
%0
%14.51

Codes

Color #C37BDA in popluar color models

C37BDA
RGB195123218
HSL285°56.21%66.86%
HSB/HSV285°43.58%85.49%
CMYK10.55%43.58%0.00%
14.51%

Color #C37BDA in popluar number systems.

HEXC37BDA
Decimal195123218
Binary11000011111101111011010
Octal303173332

Shades and tints

Shades of #C37BDA

#C37BDA
(195,123,218)
#B270C7
(178,112,199)
#A165B4
(161,101,180)
#905AA1
(144,90,161)
#7F4F8E
(127,79,142)
#6E447B
(110,68,123)
#5D3968
(93,57,104)
#4C2E55
(76,46,85)
#3B2342
(59,35,66)
#2A182F
(42,24,47)
#190D1C
(25,13,28)
#000000
(0,0,0)

Tints of #C37BDA

#C37BDA
(195,123,218)
#C887DD
(200,135,221)
#CD93E0
(205,147,224)
#D29FE3
(210,159,227)
#D7ABE6
(215,171,230)
#DCB7E9
(220,183,233)
#E1C3EC
(225,195,236)
#E6CFEF
(230,207,239)
#EBDBF2
(235,219,242)
#F0E7F5
(240,231,245)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C37BDA color. Also use rgb(195,123,218) instead hex code.

Text Font Color

.myTextColor { color: #C37BDA; }

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

This text font color is #C37BDA.


Background Color

.myBgColor { background-color: #C37BDA; }

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

This div background color is #C37BDA.


Border color

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

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

This div border color is #C37BDA.


Opacity

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

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

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

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

This text has shadow with #C37BDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C37BDA on black background.


Color preview on white background

This text has color #C37BDA on white background.



Black color preview on #C37BDA background

This text has black color on #C37BDA background.


White color preview on #C37BDA background

This text has white color on #C37BDA background.