Html Css Color HEX #882CBC Dark Orchid

📋 copy color: '#882CBC'

red 136 ◦ green 44 ◦ blue 188

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

Shades of Dark Orchid #882CBC

Tints of Dark Orchid #882CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.09%

R = 36.96%
G = 11.96%
B = 51.09%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#882CBC (or 0x882CBC) is known color: Dark Orchid. HEX triplet: 88, 2C and BC. RGB value is (136,44,188). Sum of RGB (Red+Green+Blue) = 136+44+188=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #882CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882CBC is #77D343. Grayscale: #575757. Windows color (decimal): -7852868 or 12332168. OLE color: 12332168.

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

Color convert

RGB 136 44 188 -
CMYK 0.28 0.77 0 0.26
HSL 278.33º 0.62% 0.45% -
HSV(B) 278.33º 0.77% 0.74% -
XYZ 20.13 10.67 48.57 -
YUV 87.92 184.48 162.29 -
System Red Green Blue C M Y K H S L
Decimal 136 44 188 0.28 0.77 0 0.26 278.33 0.62 0.45
Hex 88 2C BC 1C 4D 0 1A 116 3E 2D
Octal 210 54 274 34 115 0 32 426 76 55
Binary 10001000 101100 10111100 11100 1001101 0 11010 100010110 111110 101101

Color Harmonies of #882CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882CBC

Black with #882CBC

Text Example


Text Example

White with #882CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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