Html Css Color HEX #882CCE Dark Orchid

📋 copy color: '#882CCE'

red 136 ◦ green 44 ◦ blue 206

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

Shades of Dark Orchid #882CCE

Tints of Dark Orchid #882CCE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.4%

 BLUE value IS 206 (80.86% from 255) = 53.37%

R = 35.23%
G = 11.4%
B = 53.37%

CMYK

 C value IS 0.34

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#882CCE (or 0x882CCE) is known color: Dark Orchid. HEX triplet: 88, 2C and CE. RGB value is (136,44,206). Sum of RGB (Red+Green+Blue) = 136+44+206=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #882CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882CCE is #77D331. Grayscale: #595959. Windows color (decimal): -7852850 or 13511816. OLE color: 13511816.

HSL color Cylindrical-coordinate representation of color #882CCE: hue angle of 274.07º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #882CCE is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 44 206 -
CMYK 0.34 0.79 0 0.19
HSL 274.07º 0.65% 0.49% -
HSV(B) 274.07º 0.79% 0.81% -
XYZ 22.19 11.49 59.44 -
YUV 89.98 193.48 160.83 -
System Red Green Blue C M Y K H S L
Decimal 136 44 206 0.34 0.79 0 0.19 274.07 0.65 0.49
Hex 88 2C CE 22 4F 0 13 112 41 31
Octal 210 54 316 42 117 0 23 422 101 61
Binary 10001000 101100 11001110 100010 1001111 0 10011 100010010 1000001 110001

Color Harmonies of #882CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882CCE

Black with #882CCE

Text Example


Text Example

White with #882CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882CCE; }

 p { color: rgb(136,44,206); }

 H1.HeaderClassName
 {
   color: #882CCE;
 }
 .AnyTagClassName
 {
   color: #882CCE;
 }
</style>

background-color css

<style>
 a { background-color: #882CCE; }

 a { background-color: rgb(136,44,206); }

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

border-color css

<style>
 span { border-color: #882CCE; }

 span { border-color: rgb(136,44,206); }

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