Html Css Color HEX #882ACC Dark Orchid

📋 copy color: '#882ACC'

red 136 ◦ green 42 ◦ blue 204

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

Shades of Dark Orchid #882ACC

Tints of Dark Orchid #882ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.4%

R = 35.6%
G = 10.99%
B = 53.4%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#882ACC (or 0x882ACC) is known color: Dark Orchid. HEX triplet: 88, 2A and CC. RGB value is (136,42,204). Sum of RGB (Red+Green+Blue) = 136+42+204=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #882ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882ACC is #77D533. Grayscale: #585858. Windows color (decimal): -7853364 or 13380232. OLE color: 13380232.

HSL color Cylindrical-coordinate representation of color #882ACC: hue angle of 274.81º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #882ACC is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 136 42 204 -
CMYK 0.33 0.79 0 0.2
HSL 274.81º 0.66% 0.48% -
HSV(B) 274.81º 0.79% 0.8% -
XYZ 21.88 11.25 58.14 -
YUV 88.57 193.14 161.83 -
System Red Green Blue C M Y K H S L
Decimal 136 42 204 0.33 0.79 0 0.2 274.81 0.66 0.48
Hex 88 2A CC 21 4F 0 14 113 42 30
Octal 210 52 314 41 117 0 24 423 102 60
Binary 10001000 101010 11001100 100001 1001111 0 10100 100010011 1000010 110000

Color Harmonies of #882ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882ACC

Black with #882ACC

Text Example


Text Example

White with #882ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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