Html Css Color HEX #882CBE Dark Orchid

📋 copy color: '#882CBE'

red 136 ◦ green 44 ◦ blue 190

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

Shades of Dark Orchid #882CBE

Tints of Dark Orchid #882CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.35%

R = 36.76%
G = 11.89%
B = 51.35%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#882CBE (or 0x882CBE) is known color: Dark Orchid. HEX triplet: 88, 2C and BE. RGB value is (136,44,190). Sum of RGB (Red+Green+Blue) = 136+44+190=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #882CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882CBE is #77D341. Grayscale: #575757. Windows color (decimal): -7852866 or 12463240. OLE color: 12463240.

HSL color Cylindrical-coordinate representation of color #882CBE: hue angle of 277.81º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #882CBE is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 44 190 -
CMYK 0.28 0.77 0 0.25
HSL 277.81º 0.62% 0.46% -
HSV(B) 277.81º 0.77% 0.75% -
XYZ 20.35 10.75 49.72 -
YUV 88.15 185.48 162.13 -
System Red Green Blue C M Y K H S L
Decimal 136 44 190 0.28 0.77 0 0.25 277.81 0.62 0.46
Hex 88 2C BE 1C 4D 0 19 116 3E 2E
Octal 210 54 276 34 115 0 31 426 76 56
Binary 10001000 101100 10111110 11100 1001101 0 11001 100010110 111110 101110

Color Harmonies of #882CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882CBE

Black with #882CBE

Text Example


Text Example

White with #882CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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