Html Css Color HEX #882CCA Dark Orchid

📋 copy color: '#882CCA'

red 136 ◦ green 44 ◦ blue 202

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

Shades of Dark Orchid #882CCA

Tints of Dark Orchid #882CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.88%

R = 35.6%
G = 11.52%
B = 52.88%

CMYK

 C value IS 0.33

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#882CCA (or 0x882CCA) is known color: Dark Orchid. HEX triplet: 88, 2C and CA. RGB value is (136,44,202). Sum of RGB (Red+Green+Blue) = 136+44+202=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 202 (79.30% from 255 or 52.88% from 382); Max value from RGB is 202 - color contains mainly: blue. Hex color #882CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882CCA is #77D335. Grayscale: #585858. Windows color (decimal): -7852854 or 13249672. OLE color: 13249672.

HSL color Cylindrical-coordinate representation of color #882CCA: hue angle of 274.94º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #882CCA is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 44 202 -
CMYK 0.33 0.78 0 0.21
HSL 274.94º 0.64% 0.48% -
HSV(B) 274.94º 0.78% 0.79% -
XYZ 21.71 11.3 56.91 -
YUV 89.52 191.48 161.15 -
System Red Green Blue C M Y K H S L
Decimal 136 44 202 0.33 0.78 0 0.21 274.94 0.64 0.48
Hex 88 2C CA 21 4E 0 15 113 40 30
Octal 210 54 312 41 116 0 25 423 100 60
Binary 10001000 101100 11001010 100001 1001110 0 10101 100010011 1000000 110000

Color Harmonies of #882CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882CCA

Black with #882CCA

Text Example


Text Example

White with #882CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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