Html Css Color HEX #8820CC Dark Orchid

📋 copy color: '#8820CC'

red 136 ◦ green 32 ◦ blue 204

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

Shades of Dark Orchid #8820CC

Tints of Dark Orchid #8820CC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.6%

 BLUE value IS 204 (80.08% from 255) = 54.84%

R = 36.56%
G = 8.6%
B = 54.84%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8820CC (or 0x8820CC) is known color: Dark Orchid. HEX triplet: 88, 20 and CC. RGB value is (136,32,204). Sum of RGB (Red+Green+Blue) = 136+32+204=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #8820CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8820CC is #77DF33. Grayscale: #525252. Windows color (decimal): -7855924 or 13377672. OLE color: 13377672.

HSL color Cylindrical-coordinate representation of color #8820CC: hue angle of 276.28º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8820CC is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 136 32 204 -
CMYK 0.33 0.84 0 0.2
HSL 276.28º 0.73% 0.46% -
HSV(B) 276.28º 0.84% 0.8% -
XYZ 21.57 10.63 58.04 -
YUV 82.7 196.46 166.01 -
System Red Green Blue C M Y K H S L
Decimal 136 32 204 0.33 0.84 0 0.2 276.28 0.73 0.46
Hex 88 20 CC 21 54 0 14 114 49 2E
Octal 210 40 314 41 124 0 24 424 111 56
Binary 10001000 100000 11001100 100001 1010100 0 10100 100010100 1001001 101110

Color Harmonies of #8820CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8820CC

Black with #8820CC

Text Example


Text Example

White with #8820CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8820CC; }

 p { color: rgb(136,32,204); }

 H1.HeaderClassName
 {
   color: #8820CC;
 }
 .AnyTagClassName
 {
   color: #8820CC;
 }
</style>

background-color css

<style>
 a { background-color: #8820CC; }

 a { background-color: rgb(136,32,204); }

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

border-color css

<style>
 span { border-color: #8820CC; }

 span { border-color: rgb(136,32,204); }

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