Html Css Color HEX #881DC0 Dark Orchid

📋 copy color: '#881DC0'

red 136 ◦ green 29 ◦ blue 192

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

Shades of Dark Orchid #881DC0

Tints of Dark Orchid #881DC0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.12%

 BLUE value IS 192 (75.39% from 255) = 53.78%

R = 38.1%
G = 8.12%
B = 53.78%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#881DC0 (or 0x881DC0) is known color: Dark Orchid. HEX triplet: 88, 1D and C0. RGB value is (136,29,192). Sum of RGB (Red+Green+Blue) = 136+29+192=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 29 (11.72% from 255 or 8.12% from 357); Blue value is 192 (75.39% from 255 or 53.78% from 357); Max value from RGB is 192 - color contains mainly: blue. Hex color #881DC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881DC0 is #77E23F. Grayscale: #4F4F4F. Windows color (decimal): -7856704 or 12590472. OLE color: 12590472.

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

Color convert

RGB 136 29 192 -
CMYK 0.29 0.85 0 0.25
HSL 279.39º 0.74% 0.43% -
HSV(B) 279.39º 0.85% 0.75% -
XYZ 20.11 9.92 50.72 -
YUV 79.58 191.45 168.25 -
System Red Green Blue C M Y K H S L
Decimal 136 29 192 0.29 0.85 0 0.25 279.39 0.74 0.43
Hex 88 1D C0 1D 55 0 19 117 4A 2B
Octal 210 35 300 35 125 0 31 427 112 53
Binary 10001000 11101 11000000 11101 1010101 0 11001 100010111 1001010 101011

Color Harmonies of #881DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881DC0

Black with #881DC0

Text Example


Text Example

White with #881DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,29,192); }

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

background-color css

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

 a { background-color: rgb(136,29,192); }

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

border-color css

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

 span { border-color: rgb(136,29,192); }

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