Html Css Color HEX #882BCE Dark Orchid

📋 copy color: '#882BCE'

red 136 ◦ green 43 ◦ blue 206

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

Shades of Dark Orchid #882BCE

Tints of Dark Orchid #882BCE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.17%

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

R = 35.32%
G = 11.17%
B = 53.51%

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

#882BCE (or 0x882BCE) is known color: Dark Orchid. HEX triplet: 88, 2B and CE. RGB value is (136,43,206). Sum of RGB (Red+Green+Blue) = 136+43+206=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #882BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882BCE is #77D431. Grayscale: #585858. Windows color (decimal): -7853106 or 13511560. OLE color: 13511560.

HSL color Cylindrical-coordinate representation of color #882BCE: hue angle of 274.23º 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 #882BCE is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 43 206 -
CMYK 0.34 0.79 0 0.19
HSL 274.23º 0.65% 0.49% -
HSV(B) 274.23º 0.79% 0.81% -
XYZ 22.16 11.42 59.43 -
YUV 89.39 193.81 161.25 -
System Red Green Blue C M Y K H S L
Decimal 136 43 206 0.34 0.79 0 0.19 274.23 0.65 0.49
Hex 88 2B CE 22 4F 0 13 112 41 31
Octal 210 53 316 42 117 0 23 422 101 61
Binary 10001000 101011 11001110 100010 1001111 0 10011 100010010 1000001 110001

Color Harmonies of #882BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882BCE

Black with #882BCE

Text Example


Text Example

White with #882BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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