COLOR #C08BCA

HEX: #C08BCA
RGB: (192,139,202)

Color info

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

RGB color model

#C08BCA color RGB value is (192,139,202).

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

RGB channels and saturation

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

192
139
202

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

Portions of RGB colors in percentages

R + G + B =
192 + 139 + 202 = 533 (100%)
R 192 of 533 ~ 36.02%
G 139 of 533 ~ 26.08%
B 202 of 533 ~ 37.9%

%36.02
%26.08
%37.9

CMYK color model

#C08BCA color CMYK value is (5,31,0,21).

  • cyan value is 4.95%
  • magenta value is 31.19%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(5,31,0,21)
C5M31Y0K21 
(5%,31%,0%,21%)
(0.05/0.31/0.00/0.21)	

CMYK percentages

%4.95
%31.19
%0
%20.78

Codes

Color #C08BCA in popluar color models

C08BCA
RGB192139202
HSL290°37.28%66.86%
HSB/HSV290°31.19%79.22%
CMYK4.95%31.19%0.00%
20.78%

Color #C08BCA in popluar number systems.

HEXC08BCA
Decimal192139202
Binary110000001000101111001010
Octal300213312

Shades and tints

Shades of #C08BCA

#C08BCA
(192,139,202)
#AF7FB8
(175,127,184)
#9E73A6
(158,115,166)
#8D6794
(141,103,148)
#7C5B82
(124,91,130)
#6B4F70
(107,79,112)
#5A435E
(90,67,94)
#49374C
(73,55,76)
#382B3A
(56,43,58)
#271F28
(39,31,40)
#161316
(22,19,22)
#000000
(0,0,0)

Tints of #C08BCA

#C08BCA
(192,139,202)
#C595CE
(197,149,206)
#CA9FD2
(202,159,210)
#CFA9D6
(207,169,214)
#D4B3DA
(212,179,218)
#D9BDDE
(217,189,222)
#DEC7E2
(222,199,226)
#E3D1E6
(227,209,230)
#E8DBEA
(232,219,234)
#EDE5EE
(237,229,238)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08BCA; }

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

This text font color is #C08BCA.


Background Color

.myBgColor { background-color: #C08BCA; }

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

This div background color is #C08BCA.


Border color

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

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

This div border color is #C08BCA.


Opacity

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

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

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

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

This text has shadow with #C08BCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08BCA on black background.


Color preview on white background

This text has color #C08BCA on white background.



Black color preview on #C08BCA background

This text has black color on #C08BCA background.


White color preview on #C08BCA background

This text has white color on #C08BCA background.