Html Css Color HEX #881CB6 Dark Orchid

📋 copy color: '#881CB6'

red 136 ◦ green 28 ◦ blue 182

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

Shades of Dark Orchid #881CB6

Tints of Dark Orchid #881CB6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.09%

 BLUE value IS 182 (71.48% from 255) = 52.6%

R = 39.31%
G = 8.09%
B = 52.6%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#881CB6 (or 0x881CB6) is known color: Dark Orchid. HEX triplet: 88, 1C and B6. RGB value is (136,28,182). Sum of RGB (Red+Green+Blue) = 136+28+182=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 182 (71.48% from 255 or 52.60% from 346); Max value from RGB is 182 - color contains mainly: blue. Hex color #881CB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881CB6 is #77E349. Grayscale: #4D4D4D. Windows color (decimal): -7856970 or 11934856. OLE color: 11934856.

HSL color Cylindrical-coordinate representation of color #881CB6: hue angle of 282.08º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881CB6 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 136 28 182 -
CMYK 0.25 0.85 0 0.29
HSL 282.08º 0.73% 0.41% -
HSV(B) 282.08º 0.85% 0.71% -
XYZ 19.01 9.44 45.08 -
YUV 77.85 186.78 169.48 -
System Red Green Blue C M Y K H S L
Decimal 136 28 182 0.25 0.85 0 0.29 282.08 0.73 0.41
Hex 88 1C B6 19 55 0 1D 11A 49 29
Octal 210 34 266 31 125 0 35 432 111 51
Binary 10001000 11100 10110110 11001 1010101 0 11101 100011010 1001001 101001

Color Harmonies of #881CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881CB6

Black with #881CB6

Text Example


Text Example

White with #881CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881CB6; }

 p { color: rgb(136,28,182); }

 H1.HeaderClassName
 {
   color: #881CB6;
 }
 .AnyTagClassName
 {
   color: #881CB6;
 }
</style>

background-color css

<style>
 a { background-color: #881CB6; }

 a { background-color: rgb(136,28,182); }

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

border-color css

<style>
 span { border-color: #881CB6; }

 span { border-color: rgb(136,28,182); }

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