Html Css Color HEX #882EC8 Dark Orchid

📋 copy color: '#882EC8'

red 136 ◦ green 46 ◦ blue 200

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

Shades of Dark Orchid #882EC8

Tints of Dark Orchid #882EC8

RGB

 RED value IS 136 (53.52% from 255) = 35.6%

 GREEN value IS 46 (18.36% from 255) = 12.04%

 BLUE value IS 200 (78.52% from 255) = 52.36%

R = 35.6%
G = 12.04%
B = 52.36%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#882EC8 (or 0x882EC8) is known color: Dark Orchid. HEX triplet: 88, 2E and C8. RGB value is (136,46,200). Sum of RGB (Red+Green+Blue) = 136+46+200=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 46 (18.36% from 255 or 12.04% from 382); Blue value is 200 (78.52% from 255 or 52.36% from 382); Max value from RGB is 200 - color contains mainly: blue. Hex color #882EC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882EC8 is #77D137. Grayscale: #595959. Windows color (decimal): -7852344 or 13119112. OLE color: 13119112.

HSL color Cylindrical-coordinate representation of color #882EC8: hue angle of 275.06º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #882EC8 is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 136 46 200 -
CMYK 0.32 0.77 0 0.22
HSL 275.06º 0.63% 0.48% -
HSV(B) 275.06º 0.77% 0.78% -
XYZ 21.56 11.36 55.7 -
YUV 90.47 189.82 160.48 -
System Red Green Blue C M Y K H S L
Decimal 136 46 200 0.32 0.77 0 0.22 275.06 0.63 0.48
Hex 88 2E C8 20 4D 0 16 113 3F 30
Octal 210 56 310 40 115 0 26 423 77 60
Binary 10001000 101110 11001000 100000 1001101 0 10110 100010011 111111 110000

Color Harmonies of #882EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882EC8

Black with #882EC8

Text Example


Text Example

White with #882EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882EC8; }

 p { color: rgb(136,46,200); }

 H1.HeaderClassName
 {
   color: #882EC8;
 }
 .AnyTagClassName
 {
   color: #882EC8;
 }
</style>

background-color css

<style>
 a { background-color: #882EC8; }

 a { background-color: rgb(136,46,200); }

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

border-color css

<style>
 span { border-color: #882EC8; }

 span { border-color: rgb(136,46,200); }

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