Html Css Color HEX #882CBD Dark Orchid

📋 copy color: '#882CBD'

red 136 ◦ green 44 ◦ blue 189

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

Shades of Dark Orchid #882CBD

Tints of Dark Orchid #882CBD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.92%

 BLUE value IS 189 (74.22% from 255) = 51.22%

R = 36.86%
G = 11.92%
B = 51.22%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#882CBD (or 0x882CBD) is known color: Dark Orchid. HEX triplet: 88, 2C and BD. RGB value is (136,44,189). Sum of RGB (Red+Green+Blue) = 136+44+189=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 44 (17.58% from 255 or 11.92% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #882CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882CBD is #77D342. Grayscale: #575757. Windows color (decimal): -7852867 or 12397704. OLE color: 12397704.

HSL color Cylindrical-coordinate representation of color #882CBD: hue angle of 278.07º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #882CBD is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 44 189 -
CMYK 0.28 0.77 0 0.26
HSL 278.07º 0.62% 0.46% -
HSV(B) 278.07º 0.77% 0.74% -
XYZ 20.24 10.71 49.14 -
YUV 88.04 184.98 162.21 -
System Red Green Blue C M Y K H S L
Decimal 136 44 189 0.28 0.77 0 0.26 278.07 0.62 0.46
Hex 88 2C BD 1C 4D 0 1A 116 3E 2E
Octal 210 54 275 34 115 0 32 426 76 56
Binary 10001000 101100 10111101 11100 1001101 0 11010 100010110 111110 101110

Color Harmonies of #882CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882CBD

Black with #882CBD

Text Example


Text Example

White with #882CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,44,189); }

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

background-color css

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

 a { background-color: rgb(136,44,189); }

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

border-color css

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

 span { border-color: rgb(136,44,189); }

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