Html Css Color HEX #882BC1 Dark Orchid

📋 copy color: '#882BC1'

red 136 ◦ green 43 ◦ blue 193

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

Shades of Dark Orchid #882BC1

Tints of Dark Orchid #882BC1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.56%

 BLUE value IS 193 (75.78% from 255) = 51.88%

R = 36.56%
G = 11.56%
B = 51.88%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#882BC1 (or 0x882BC1) is known color: Dark Orchid. HEX triplet: 88, 2B and C1. RGB value is (136,43,193). Sum of RGB (Red+Green+Blue) = 136+43+193=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 43 (17.19% from 255 or 11.56% from 372); Blue value is 193 (75.78% from 255 or 51.88% from 372); Max value from RGB is 193 - color contains mainly: blue. Hex color #882BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882BC1 is #77D43E. Grayscale: #575757. Windows color (decimal): -7853119 or 12659592. OLE color: 12659592.

HSL color Cylindrical-coordinate representation of color #882BC1: hue angle of 277.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #882BC1 is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 43 193 -
CMYK 0.30 0.78 0 0.24
HSL 277.2º 0.64% 0.46% -
HSV(B) 277.2º 0.78% 0.76% -
XYZ 20.64 10.81 51.45 -
YUV 87.91 187.31 162.3 -
System Red Green Blue C M Y K H S L
Decimal 136 43 193 0.30 0.78 0 0.24 277.2 0.64 0.46
Hex 88 2B C1 1E 4E 0 18 115 40 2E
Octal 210 53 301 36 116 0 30 425 100 56
Binary 10001000 101011 11000001 11110 1001110 0 11000 100010101 1000000 101110

Color Harmonies of #882BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882BC1

Black with #882BC1

Text Example


Text Example

White with #882BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,43,193); }

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

background-color css

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

 a { background-color: rgb(136,43,193); }

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

border-color css

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

 span { border-color: rgb(136,43,193); }

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