COLOR #C390DA

HEX: #C390DA RGB: (195,144,218)

Color info

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

RGB color model

#C390DA color RGB value is (195,144,218).

RGB: (195,144,218) (76%, 56%, 85%)

RGB channels and saturation

R 195 of 255 = 76%
G 144 of 255 = 56%
B 218 of 255 = 85%

195
144
218

R + G + B ~ 72%. #C390DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 144 + 218 = 557 (100%)
R 195 of 557 ~ 35.01%
G 144 of 557 ~ 25.85%
B 218 of 557 ~ 39.14'%

%35.01
%25.85
%39.14

CMYK color model

#C390DA color CMYK value is (11,34,0,15).

  • cyan value is 10.55%
  • magenta value is 33.94%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (11,34,0,15)
C11M34Y0K15 (11%, 34%, 0%, 15%)
(0.11 / 0.34 / 0.00 / 0.15)

CMYK percentages

%10.55
%33.94
%0
%14.51

Codes

Color #C390DA in popluar color models

C3 90 DA
RGB 195 144 218
HSL 281° 50.00% 70.98%
HSB/HSV 281° 33.94% 85.49%
CMYK 10.55% 33.94% 0.00%
14.51%

Color #C390DA in popluar number systems.

HEX C3 90 DA
Decimal 195 144 218
Binary 11000011 10010000 11011010
Octal 303 220 332

Shades and tints

Shades of #C390DA

#C390DA
(195,144,218)
#B283C7
(178,131,199)
#A176B4
(161,118,180)
#9069A1
(144,105,161)
#7F5C8E
(127,92,142)
#6E4F7B
(110,79,123)
#5D4268
(93,66,104)
#4C3555
(76,53,85)
#3B2842
(59,40,66)
#2A1B2F
(42,27,47)
#190E1C
(25,14,28)
#000000
(0,0,0)

Tints of #C390DA

#C390DA
(195,144,218)
#C89ADD
(200,154,221)
#CDA4E0
(205,164,224)
#D2AEE3
(210,174,227)
#D7B8E6
(215,184,230)
#DCC2E9
(220,194,233)
#E1CCEC
(225,204,236)
#E6D6EF
(230,214,239)
#EBE0F2
(235,224,242)
#F0EAF5
(240,234,245)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C390DA; }

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

This text font color is #C390DA.

Background Color

.myBgColor { background-color: #C390DA; }

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

This div background color is #C390DA.

Border color

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

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

This div border color is #C390DA.

Opacity

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

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

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

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

This text has shadow with #C390DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C390DA.

Preview

Color preview on black background

This text has color #C390DA on black background.


Color preview on white background

This text has color #C390DA on white background.


Black color preview on #C390DA background

This text has black color on #C390DA background.


White color preview on #C390DA background

This text has white color on #C390DA background.


Related colors

Complementary color

Complementary color for #hex is #3C6F25.


I love getcolorcode.com

Triadic colors

1 #DAC390 and #90DAC3 with #C390DA are triadic colors.

2 #DA90C3 and #90C3DA with #C390DA are triadic colors.