Html Css Color HEX #882ACB Dark Orchid

📋 copy color: '#882ACB'

red 136 ◦ green 42 ◦ blue 203

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

Shades of Dark Orchid #882ACB

Tints of Dark Orchid #882ACB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.02%

 BLUE value IS 203 (79.69% from 255) = 53.28%

R = 35.7%
G = 11.02%
B = 53.28%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#882ACB (or 0x882ACB) is known color: Dark Orchid. HEX triplet: 88, 2A and CB. RGB value is (136,42,203). Sum of RGB (Red+Green+Blue) = 136+42+203=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #882ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882ACB is #77D534. Grayscale: #575757. Windows color (decimal): -7853365 or 13314696. OLE color: 13314696.

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

Color convert

RGB 136 42 203 -
CMYK 0.33 0.79 0 0.20
HSL 275.03º 0.66% 0.48% -
HSV(B) 275.03º 0.79% 0.8% -
XYZ 21.76 11.2 57.52 -
YUV 88.46 192.64 161.91 -
System Red Green Blue C M Y K H S L
Decimal 136 42 203 0.33 0.79 0 0.20 275.03 0.66 0.48
Hex 88 2A CB 21 4F 0 14 113 42 30
Octal 210 52 313 41 117 0 24 423 102 60
Binary 10001000 101010 11001011 100001 1001111 0 10100 100010011 1000010 110000

Color Harmonies of #882ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882ACB

Black with #882ACB

Text Example


Text Example

White with #882ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,42,203); }

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

background-color css

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

 a { background-color: rgb(136,42,203); }

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

border-color css

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

 span { border-color: rgb(136,42,203); }

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