Html Css Color HEX #881EC3 Dark Orchid

📋 copy color: '#881EC3'

red 136 ◦ green 30 ◦ blue 195

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

Shades of Dark Orchid #881EC3

Tints of Dark Orchid #881EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 54.02%

R = 37.67%
G = 8.31%
B = 54.02%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#881EC3 (or 0x881EC3) is known color: Dark Orchid. HEX triplet: 88, 1E and C3. RGB value is (136,30,195). Sum of RGB (Red+Green+Blue) = 136+30+195=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 30 (12.11% from 255 or 8.31% from 361); Blue value is 195 (76.56% from 255 or 54.02% from 361); Max value from RGB is 195 - color contains mainly: blue. Hex color #881EC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881EC3 is #77E13C. Grayscale: #4F4F4F. Windows color (decimal): -7856445 or 12787336. OLE color: 12787336.

HSL color Cylindrical-coordinate representation of color #881EC3: hue angle of 278.55º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881EC3 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 30 195 -
CMYK 0.30 0.85 0 0.24
HSL 278.55º 0.73% 0.44% -
HSV(B) 278.55º 0.85% 0.76% -
XYZ 20.47 10.1 52.5 -
YUV 80.5 192.62 167.58 -
System Red Green Blue C M Y K H S L
Decimal 136 30 195 0.30 0.85 0 0.24 278.55 0.73 0.44
Hex 88 1E C3 1E 55 0 18 117 49 2C
Octal 210 36 303 36 125 0 30 427 111 54
Binary 10001000 11110 11000011 11110 1010101 0 11000 100010111 1001001 101100

Color Harmonies of #881EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881EC3

Black with #881EC3

Text Example


Text Example

White with #881EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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