Html Css Color HEX #8823CA Dark Orchid

📋 copy color: '#8823CA'

red 136 ◦ green 35 ◦ blue 202

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

Shades of Dark Orchid #8823CA

Tints of Dark Orchid #8823CA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.38%

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

R = 36.46%
G = 9.38%
B = 54.16%

CMYK

 C value IS 0.33

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8823CA (or 0x8823CA) is known color: Dark Orchid. HEX triplet: 88, 23 and CA. RGB value is (136,35,202). Sum of RGB (Red+Green+Blue) = 136+35+202=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 35 (14.06% from 255 or 9.38% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #8823CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8823CA is #77DC35. Grayscale: #535353. Windows color (decimal): -7855158 or 13247368. OLE color: 13247368.

HSL color Cylindrical-coordinate representation of color #8823CA: hue angle of 276.29º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8823CA is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 35 202 -
CMYK 0.33 0.83 0 0.21
HSL 276.29º 0.7% 0.46% -
HSV(B) 276.29º 0.83% 0.79% -
XYZ 21.42 10.7 56.81 -
YUV 84.24 194.46 164.92 -
System Red Green Blue C M Y K H S L
Decimal 136 35 202 0.33 0.83 0 0.21 276.29 0.7 0.46
Hex 88 23 CA 21 53 0 15 114 46 2E
Octal 210 43 312 41 123 0 25 424 106 56
Binary 10001000 100011 11001010 100001 1010011 0 10101 100010100 1000110 101110

Color Harmonies of #8823CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8823CA

Black with #8823CA

Text Example


Text Example

White with #8823CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8823CA; }

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

 H1.HeaderClassName
 {
   color: #8823CA;
 }
 .AnyTagClassName
 {
   color: #8823CA;
 }
</style>

background-color css

<style>
 a { background-color: #8823CA; }

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

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

border-color css

<style>
 span { border-color: #8823CA; }

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

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