Html Css Color HEX #881ECB Dark Orchid

📋 copy color: '#881ECB'

red 136 ◦ green 30 ◦ blue 203

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

Shades of Dark Orchid #881ECB

Tints of Dark Orchid #881ECB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.13%

 BLUE value IS 203 (79.69% from 255) = 55.01%

R = 36.86%
G = 8.13%
B = 55.01%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#881ECB (or 0x881ECB) is known color: Dark Orchid. HEX triplet: 88, 1E and CB. RGB value is (136,30,203). Sum of RGB (Red+Green+Blue) = 136+30+203=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #881ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881ECB is #77E134. Grayscale: #505050. Windows color (decimal): -7856437 or 13311624. OLE color: 13311624.

HSL color Cylindrical-coordinate representation of color #881ECB: hue angle of 276.76º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881ECB is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 30 203 -
CMYK 0.33 0.85 0 0.20
HSL 276.76º 0.74% 0.46% -
HSV(B) 276.76º 0.85% 0.8% -
XYZ 21.4 10.47 57.39 -
YUV 81.42 196.62 166.93 -
System Red Green Blue C M Y K H S L
Decimal 136 30 203 0.33 0.85 0 0.20 276.76 0.74 0.46
Hex 88 1E CB 21 55 0 14 115 4A 2E
Octal 210 36 313 41 125 0 24 425 112 56
Binary 10001000 11110 11001011 100001 1010101 0 10100 100010101 1001010 101110

Color Harmonies of #881ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881ECB

Black with #881ECB

Text Example


Text Example

White with #881ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,30,203); }

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

background-color css

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

 a { background-color: rgb(136,30,203); }

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

border-color css

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

 span { border-color: rgb(136,30,203); }

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