COLOR #C08EDA

HEX: #C08EDA RGB: (192,142,218)

Color info

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

RGB color model

#C08EDA color RGB value is (192,142,218).

RGB: (192,142,218) (75%, 56%, 85%)

RGB channels and saturation

R 192 of 255 = 75%
G 142 of 255 = 56%
B 218 of 255 = 85%

192
142
218

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

Portions of RGB colors in percentages

R + G + B = 192 + 142 + 218 = 552 (100%)
R 192 of 552 ~ 34.78%
G 142 of 552 ~ 25.72%
B 218 of 552 ~ 39.49'%

%34.78
%25.72
%39.49

CMYK color model

#C08EDA color CMYK value is (12,35,0,15).

  • cyan value is 11.93%
  • magenta value is 34.86%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (12,35,0,15)
C12M35Y0K15 (12%, 35%, 0%, 15%)
(0.12 / 0.35 / 0.00 / 0.15)

CMYK percentages

%11.93
%34.86
%0
%14.51

Codes

Color #C08EDA in popluar color models

C0 8E DA
RGB 192 142 218
HSL 279° 50.67% 70.59%
HSB/HSV 279° 34.86% 85.49%
CMYK 11.93% 34.86% 0.00%
14.51%

Color #C08EDA in popluar number systems.

HEX C0 8E DA
Decimal 192 142 218
Binary 11000000 10001110 11011010
Octal 300 216 332

Shades and tints

Shades of #C08EDA

#C08EDA
(192,142,218)
#AF82C7
(175,130,199)
#9E76B4
(158,118,180)
#8D6AA1
(141,106,161)
#7C5E8E
(124,94,142)
#6B527B
(107,82,123)
#5A4668
(90,70,104)
#493A55
(73,58,85)
#382E42
(56,46,66)
#27222F
(39,34,47)
#16161C
(22,22,28)
#000000
(0,0,0)

Tints of #C08EDA

#C08EDA
(192,142,218)
#C598DD
(197,152,221)
#CAA2E0
(202,162,224)
#CFACE3
(207,172,227)
#D4B6E6
(212,182,230)
#D9C0E9
(217,192,233)
#DECAEC
(222,202,236)
#E3D4EF
(227,212,239)
#E8DEF2
(232,222,242)
#EDE8F5
(237,232,245)
#F2F2F8
(242,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08EDA color. Also use rgb(192,142,218) instead hex code.

Text Font Color

.myTextColor { color: #C08EDA; }

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

This text font color is #C08EDA.

Background Color

.myBgColor { background-color: #C08EDA; }

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

This div background color is #C08EDA.

Border color

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

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

This div border color is #C08EDA.

Opacity

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

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

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

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

This text has shadow with #C08EDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C08EDA.

Preview

Color preview on black background

This text has color #C08EDA on black background.


Color preview on white background

This text has color #C08EDA on white background.


Black color preview on #C08EDA background

This text has black color on #C08EDA background.


White color preview on #C08EDA background

This text has white color on #C08EDA background.


Related colors

Complementary color

Complementary color for #hex is #3F7125.


I love getcolorcode.com

Triadic colors

1 #DAC08E and #8EDAC0 with #C08EDA are triadic colors.

2 #DA8EC0 and #8EC0DA with #C08EDA are triadic colors.