Html Css Color HEX #881ECC Dark Orchid

📋 copy color: '#881ECC'

red 136 ◦ green 30 ◦ blue 204

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

Shades of Dark Orchid #881ECC

Tints of Dark Orchid #881ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.14%

R = 36.76%
G = 8.11%
B = 55.14%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#881ECC (or 0x881ECC) is known color: Dark Orchid. HEX triplet: 88, 1E and CC. RGB value is (136,30,204). Sum of RGB (Red+Green+Blue) = 136+30+204=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #881ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881ECC is #77E133. Grayscale: #505050. Windows color (decimal): -7856436 or 13377160. OLE color: 13377160.

HSL color Cylindrical-coordinate representation of color #881ECC: hue angle of 276.55º 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 #881ECC is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 136 30 204 -
CMYK 0.33 0.85 0 0.2
HSL 276.55º 0.74% 0.46% -
HSV(B) 276.55º 0.85% 0.8% -
XYZ 21.52 10.52 58.02 -
YUV 81.53 197.12 166.85 -
System Red Green Blue C M Y K H S L
Decimal 136 30 204 0.33 0.85 0 0.2 276.55 0.74 0.46
Hex 88 1E CC 21 55 0 14 115 4A 2E
Octal 210 36 314 41 125 0 24 425 112 56
Binary 10001000 11110 11001100 100001 1010101 0 10100 100010101 1001010 101110

Color Harmonies of #881ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881ECC

Black with #881ECC

Text Example


Text Example

White with #881ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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