Html Css Color HEX #882ACE Dark Orchid

📋 copy color: '#882ACE'

red 136 ◦ green 42 ◦ blue 206

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

Shades of Dark Orchid #882ACE

Tints of Dark Orchid #882ACE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.94%

 BLUE value IS 206 (80.86% from 255) = 53.65%

R = 35.42%
G = 10.94%
B = 53.65%

CMYK

 C value IS 0.34

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#882ACE (or 0x882ACE) is known color: Dark Orchid. HEX triplet: 88, 2A and CE. RGB value is (136,42,206). Sum of RGB (Red+Green+Blue) = 136+42+206=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #882ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882ACE is #77D531. Grayscale: #585858. Windows color (decimal): -7853362 or 13511304. OLE color: 13511304.

HSL color Cylindrical-coordinate representation of color #882ACE: hue angle of 274.39º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #882ACE is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 42 206 -
CMYK 0.34 0.80 0 0.19
HSL 274.39º 0.66% 0.49% -
HSV(B) 274.39º 0.8% 0.81% -
XYZ 22.12 11.35 59.42 -
YUV 88.8 194.14 161.66 -
System Red Green Blue C M Y K H S L
Decimal 136 42 206 0.34 0.80 0 0.19 274.39 0.66 0.49
Hex 88 2A CE 22 50 0 13 112 42 31
Octal 210 52 316 42 120 0 23 422 102 61
Binary 10001000 101010 11001110 100010 1010000 0 10011 100010010 1000010 110001

Color Harmonies of #882ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882ACE

Black with #882ACE

Text Example


Text Example

White with #882ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,42,206); }

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

background-color css

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

 a { background-color: rgb(136,42,206); }

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

border-color css

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

 span { border-color: rgb(136,42,206); }

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