Html Css Color HEX #882EC0 Dark Orchid

📋 copy color: '#882EC0'

red 136 ◦ green 46 ◦ blue 192

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

Shades of Dark Orchid #882EC0

Tints of Dark Orchid #882EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.34%

R = 36.36%
G = 12.3%
B = 51.34%

CMYK

 C value IS 0.29

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#882EC0 (or 0x882EC0) is known color: Dark Orchid. HEX triplet: 88, 2E and C0. RGB value is (136,46,192). Sum of RGB (Red+Green+Blue) = 136+46+192=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 46 (18.36% from 255 or 12.30% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #882EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882EC0 is #77D13F. Grayscale: #595959. Windows color (decimal): -7852352 or 12594824. OLE color: 12594824.

HSL color Cylindrical-coordinate representation of color #882EC0: hue angle of 276.99º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882EC0 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 46 192 -
CMYK 0.29 0.76 0 0.25
HSL 276.99º 0.61% 0.47% -
HSV(B) 276.99º 0.76% 0.75% -
XYZ 20.64 10.99 50.9 -
YUV 89.55 185.82 161.13 -
System Red Green Blue C M Y K H S L
Decimal 136 46 192 0.29 0.76 0 0.25 276.99 0.61 0.47
Hex 88 2E C0 1D 4C 0 19 115 3D 2F
Octal 210 56 300 35 114 0 31 425 75 57
Binary 10001000 101110 11000000 11101 1001100 0 11001 100010101 111101 101111

Color Harmonies of #882EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882EC0

Black with #882EC0

Text Example


Text Example

White with #882EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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