Html Css Color HEX #886CDC Medium Purple

📋 copy color: '#886CDC'

red 136 ◦ green 108 ◦ blue 220

#886CDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #886CDC

Tints of Medium Purple #886CDC

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 value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#886CDC (or 0x886CDC) is known color: 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

RGB 136 108 220 -
CMYK 0.38 0.51 0 0.14
HSL 255º 0.62% 0.64% -
HSV(B) 255º 0.51% 0.86% -
XYZ 28.43 21.13 70.29 -
YUV 129.14 179.28 132.89 -
System Red Green Blue C M Y K H S L
Decimal 136 108 220 0.38 0.51 0 0.14 255 0.62 0.64
Hex 88 6C DC 26 33 0 E FF 3E 40
Octal 210 154 334 46 63 0 16 377 76 100
Binary 10001000 1101100 11011100 100110 110011 0 1110 11111111 111110 1000000

Color Harmonies of #886CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886CDC

Black with #886CDC

Text Example


Text Example

White with #886CDC

Text Example


Text Example

HTML Codes & Css Web 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>