Html Css Color HEX #856CDC Medium Purple

📋 copy color: '#856CDC'

red 133 ◦ green 108 ◦ blue 220

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

Shades of Medium Purple #856CDC

Tints of Medium Purple #856CDC

RGB

 RED value IS 133 (52.34% from 255) = 28.85%

 GREEN value IS 108 (42.58% from 255) = 23.43%

 BLUE value IS 220 (86.33% from 255) = 47.72%

R = 28.85%
G = 23.43%
B = 47.72%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#856CDC (or 0x856CDC) is known color: Medium Purple. HEX triplet: 85, 6C and DC. RGB value is (133,108,220). Sum of RGB (Red+Green+Blue) = 133+108+220=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #856CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856CDC is #7A9323. Grayscale: #7F7F7F. Windows color (decimal): -8033060 or 14445701. OLE color: 14445701.

HSL color Cylindrical-coordinate representation of color #856CDC: hue angle of 253.39º 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 #856CDC is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 108 220 -
CMYK 0.40 0.51 0 0.14
HSL 253.39º 0.62% 0.64% -
HSV(B) 253.39º 0.51% 0.86% -
XYZ 27.95 20.88 70.27 -
YUV 128.24 179.78 131.39 -
System Red Green Blue C M Y K H S L
Decimal 133 108 220 0.40 0.51 0 0.14 253.39 0.62 0.64
Hex 85 6C DC 28 33 0 E FD 3E 40
Octal 205 154 334 50 63 0 16 375 76 100
Binary 10000101 1101100 11011100 101000 110011 0 1110 11111101 111110 1000000

Color Harmonies of #856CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856CDC

Black with #856CDC

Text Example


Text Example

White with #856CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #856CDC;
 }
 .AnyTagClassName
 {
   color: #856CDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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