Html Css Color HEX #881CC7 Dark Orchid

📋 copy color: '#881CC7'

red 136 ◦ green 28 ◦ blue 199

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

Shades of Dark Orchid #881CC7

Tints of Dark Orchid #881CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 54.82%

R = 37.47%
G = 7.71%
B = 54.82%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#881CC7 (or 0x881CC7) is known color: Dark Orchid. HEX triplet: 88, 1C and C7. RGB value is (136,28,199). Sum of RGB (Red+Green+Blue) = 136+28+199=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 199 (78.12% from 255 or 54.82% from 363); Max value from RGB is 199 - color contains mainly: blue. Hex color #881CC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881CC7 is #77E338. Grayscale: #4F4F4F. Windows color (decimal): -7856953 or 13048968. OLE color: 13048968.

HSL color Cylindrical-coordinate representation of color #881CC7: hue angle of 277.89º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #881CC7 is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 136 28 199 -
CMYK 0.32 0.86 0 0.22
HSL 277.89º 0.75% 0.45% -
HSV(B) 277.89º 0.86% 0.78% -
XYZ 20.88 10.19 54.9 -
YUV 79.79 195.28 168.1 -
System Red Green Blue C M Y K H S L
Decimal 136 28 199 0.32 0.86 0 0.22 277.89 0.75 0.45
Hex 88 1C C7 20 56 0 16 116 4B 2D
Octal 210 34 307 40 126 0 26 426 113 55
Binary 10001000 11100 11000111 100000 1010110 0 10110 100010110 1001011 101101

Color Harmonies of #881CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881CC7

Black with #881CC7

Text Example


Text Example

White with #881CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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