Html Css Color HEX #882ECD Dark Orchid

📋 copy color: '#882ECD'

red 136 ◦ green 46 ◦ blue 205

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

Shades of Dark Orchid #882ECD

Tints of Dark Orchid #882ECD

RGB

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

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

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

R = 35.14%
G = 11.89%
B = 52.97%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#882ECD (or 0x882ECD) is known color: Dark Orchid. HEX triplet: 88, 2E and CD. RGB value is (136,46,205). Sum of RGB (Red+Green+Blue) = 136+46+205=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 46 (18.36% from 255 or 11.89% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #882ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882ECD is #77D132. Grayscale: #5A5A5A. Windows color (decimal): -7852339 or 13446792. OLE color: 13446792.

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

Color convert

RGB 136 46 205 -
CMYK 0.34 0.78 0 0.20
HSL 273.96º 0.63% 0.49% -
HSV(B) 273.96º 0.78% 0.8% -
XYZ 22.15 11.6 58.83 -
YUV 91.04 192.32 160.07 -
System Red Green Blue C M Y K H S L
Decimal 136 46 205 0.34 0.78 0 0.20 273.96 0.63 0.49
Hex 88 2E CD 22 4E 0 14 112 3F 31
Octal 210 56 315 42 116 0 24 422 77 61
Binary 10001000 101110 11001101 100010 1001110 0 10100 100010010 111111 110001

Color Harmonies of #882ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882ECD

Black with #882ECD

Text Example


Text Example

White with #882ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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