#886CDC

Color #886CDC Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #886CDC

Tints of Medium Purple #886CDC

Color information

#886CDC (or 0x886CDC) is unknown color: approx Medium Purple. HEX triplet: 88, 6C and DC. RGB value is (136,108,220). Sum of RGB (Red+Green+Blue) = 136+108+220=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #886CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886CDC is #779323. Grayscale: #808080. Windows color (decimal): -7836452 or 14445704. OLE color: 14445704.

HSL color Cylindrical-coordinate representation of color #886CDC: hue angle of 255º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #886CDC is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB136108220-
CMYK0.380.5100.14
HSL255º61.54%64.31%-
HSV(B)255º50.91%86.27%-
XYZ28.4321.1370.29-
YUV129.14179.28132.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 29.31%
GREEN value IS 108 (42.58% from 255) = 23.28%
BLUE value IS 220 (86.33% from 255) = 47.41%
R=29.31%
G=23.28%
B=47.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1361082200.380.5100.1425561.5464.31
Hex886CDC26330Eff3e40
Octal210154334466301637776100
Binary1000100011011001101110010011011001101110111111111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886CDC; }

 p { color: rgb(136,108,220); }

 H1.HeaderClassName
 {
   color: #886CDC;
 }
 .AnyTagClassName
 {
   color: #886CDC;
 }
</style>
background-color css

<style>
 a { background-color: #886CDC; }

 a { background-color: rgb(136,108,220); }

 div.DivClassName
 {
   background-color: #886CDC;
 }
 .BgClassName
 {
   background-color: #886CDC;
 }
</style>
border-color css

<style>
 span { border-color: #886CDC; }

 span { border-color: rgb(136,108,220); }

 td.TdClassName
 {
   border-color: #886CDC;
 }
 .TagClassName
 {
   border-color: #886CDC;
 }
</style>