COLOR #C08DCA

HEX: #C08DCA
RGB: (192,141,202)

Color info

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

RGB color model

#C08DCA color RGB value is (192,141,202).

  • red value is 192;
  • green value is 141;
  • blue value is 202.
RGB:
(192,141,202)
(75%,55%,79%)

RGB channels and saturation

R 192 of 255 = 75%
G 141 of 255 = 55%
B 202 of 255 = 79%

192
141
202

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

Portions of RGB colors in percentages

R + G + B =
192 + 141 + 202 = 535 (100%)
R 192 of 535 ~ 35.89%
G 141 of 535 ~ 26.36%
B 202 of 535 ~ 37.76%

%35.89
%26.36
%37.76

CMYK color model

#C08DCA color CMYK value is (5,30,0,21).

  • cyan value is 4.95%
  • magenta value is 30.20%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(5,30,0,21)
C5M30Y0K21 
(5%,30%,0%,21%)
(0.05/0.30/0.00/0.21)	

CMYK percentages

%4.95
%30.2
%0
%20.78

Codes

Color #C08DCA in popluar color models

C08DCA
RGB192141202
HSL290°36.53%67.25%
HSB/HSV290°30.20%79.22%
CMYK4.95%30.20%0.00%
20.78%

Color #C08DCA in popluar number systems.

HEXC08DCA
Decimal192141202
Binary110000001000110111001010
Octal300215312

Shades and tints

Shades of #C08DCA

#C08DCA
(192,141,202)
#AF81B8
(175,129,184)
#9E75A6
(158,117,166)
#8D6994
(141,105,148)
#7C5D82
(124,93,130)
#6B5170
(107,81,112)
#5A455E
(90,69,94)
#49394C
(73,57,76)
#382D3A
(56,45,58)
#272128
(39,33,40)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #C08DCA

#C08DCA
(192,141,202)
#C597CE
(197,151,206)
#CAA1D2
(202,161,210)
#CFABD6
(207,171,214)
#D4B5DA
(212,181,218)
#D9BFDE
(217,191,222)
#DEC9E2
(222,201,226)
#E3D3E6
(227,211,230)
#E8DDEA
(232,221,234)
#EDE7EE
(237,231,238)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08DCA color. Also use rgb(192,141,202) instead hex code.

Text Font Color

.myTextColor { color: #C08DCA; }

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

This text font color is #C08DCA.


Background Color

.myBgColor { background-color: #C08DCA; }

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

This div background color is #C08DCA.


Border color

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

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

This div border color is #C08DCA.


Opacity

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

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

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

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

This text has shadow with #C08DCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08DCA on black background.


Color preview on white background

This text has color #C08DCA on white background.



Black color preview on #C08DCA background

This text has black color on #C08DCA background.


White color preview on #C08DCA background

This text has white color on #C08DCA background.