Html Css Color HEX #882ACD Dark Orchid

📋 copy color: '#882ACD'

red 136 ◦ green 42 ◦ blue 205

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

Shades of Dark Orchid #882ACD

Tints of Dark Orchid #882ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.52%

R = 35.51%
G = 10.97%
B = 53.52%

CMYK

 C value IS 0.34

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#882ACD (or 0x882ACD) is known color: Dark Orchid. HEX triplet: 88, 2A and CD. RGB value is (136,42,205). Sum of RGB (Red+Green+Blue) = 136+42+205=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #882ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882ACD is #77D532. Grayscale: #585858. Windows color (decimal): -7853363 or 13445768. OLE color: 13445768.

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

Color convert

RGB 136 42 205 -
CMYK 0.34 0.80 0 0.20
HSL 274.6º 0.66% 0.48% -
HSV(B) 274.6º 0.8% 0.8% -
XYZ 22 11.3 58.78 -
YUV 88.69 193.64 161.75 -
System Red Green Blue C M Y K H S L
Decimal 136 42 205 0.34 0.80 0 0.20 274.6 0.66 0.48
Hex 88 2A CD 22 50 0 14 113 42 30
Octal 210 52 315 42 120 0 24 423 102 60
Binary 10001000 101010 11001101 100010 1010000 0 10100 100010011 1000010 110000

Color Harmonies of #882ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882ACD

Black with #882ACD

Text Example


Text Example

White with #882ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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