COLOR #C08BD5

HEX: #C08BD5 RGB: (192,139,213)

Color info

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

RGB color model

#C08BD5 color RGB value is (192,139,213).

RGB: (192,139,213) (75%, 55%, 84%)

RGB channels and saturation

R 192 of 255 = 75%
G 139 of 255 = 55%
B 213 of 255 = 84%

192
139
213

R + G + B ~ 71%. #C08BD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 139 + 213 = 544 (100%)
R 192 of 544 ~ 35.29%
G 139 of 544 ~ 25.55%
B 213 of 544 ~ 39.15'%

%35.29
%25.55
%39.15

CMYK color model

#C08BD5 color CMYK value is (10,35,0,16).

  • cyan value is 9.86%
  • magenta value is 34.74%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (10,35,0,16)
C10M35Y0K16 (10%, 35%, 0%, 16%)
(0.10 / 0.35 / 0.00 / 0.16)

CMYK percentages

%9.86
%34.74
%0
%16.47

Codes

Color #C08BD5 in popluar color models

C0 8B D5
RGB 192 139 213
HSL 283° 46.84% 69.02%
HSB/HSV 283° 34.74% 83.53%
CMYK 9.86% 34.74% 0.00%
16.47%

Color #C08BD5 in popluar number systems.

HEX C0 8B D5
Decimal 192 139 213
Binary 11000000 10001011 11010101
Octal 300 213 325

Shades and tints

Shades of #C08BD5

#C08BD5
(192,139,213)
#AF7FC2
(175,127,194)
#9E73AF
(158,115,175)
#8D679C
(141,103,156)
#7C5B89
(124,91,137)
#6B4F76
(107,79,118)
#5A4363
(90,67,99)
#493750
(73,55,80)
#382B3D
(56,43,61)
#271F2A
(39,31,42)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #C08BD5

#C08BD5
(192,139,213)
#C595D8
(197,149,216)
#CA9FDB
(202,159,219)
#CFA9DE
(207,169,222)
#D4B3E1
(212,179,225)
#D9BDE4
(217,189,228)
#DEC7E7
(222,199,231)
#E3D1EA
(227,209,234)
#E8DBED
(232,219,237)
#EDE5F0
(237,229,240)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08BD5; }

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

This text font color is #C08BD5.

Background Color

.myBgColor { background-color: #C08BD5; }

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

This div background color is #C08BD5.

Border color

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

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

This div border color is #C08BD5.

Opacity

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

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

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

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

This text has shadow with #C08BD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C08BD5.

Preview

Color preview on black background

This text has color #C08BD5 on black background.


Color preview on white background

This text has color #C08BD5 on white background.


Black color preview on #C08BD5 background

This text has black color on #C08BD5 background.


White color preview on #C08BD5 background

This text has white color on #C08BD5 background.


Related colors

Complementary color

Complementary color for #hex is #3F742A.


I love getcolorcode.com

Triadic colors

1 #D5C08B and #8BD5C0 with #C08BD5 are triadic colors.

2 #D58BC0 and #8BC0D5 with #C08BD5 are triadic colors.