Html Css Color HEX #8846CD Dark Orchid

📋 copy color: '#8846CD'

red 136 ◦ green 70 ◦ blue 205

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

Shades of Dark Orchid #8846CD

Tints of Dark Orchid #8846CD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.03%

 BLUE value IS 205 (80.47% from 255) = 49.88%

R = 33.09%
G = 17.03%
B = 49.88%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8846CD (or 0x8846CD) is known color: Dark Orchid. HEX triplet: 88, 46 and CD. RGB value is (136,70,205). Sum of RGB (Red+Green+Blue) = 136+70+205=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 70 (27.73% from 255 or 17.03% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #8846CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8846CD is #77B932. Grayscale: #686868. Windows color (decimal): -7846195 or 13452936. OLE color: 13452936.

HSL color Cylindrical-coordinate representation of color #8846CD: hue angle of 269.33º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8846CD is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 70 205 -
CMYK 0.34 0.66 0 0.20
HSL 269.33º 0.57% 0.54% -
HSV(B) 269.33º 0.66% 0.8% -
XYZ 23.36 14.02 59.23 -
YUV 105.12 184.37 150.02 -
System Red Green Blue C M Y K H S L
Decimal 136 70 205 0.34 0.66 0 0.20 269.33 0.57 0.54
Hex 88 46 CD 22 42 0 14 10D 39 36
Octal 210 106 315 42 102 0 24 415 71 66
Binary 10001000 1000110 11001101 100010 1000010 0 10100 100001101 111001 110110

Color Harmonies of #8846CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8846CD

Black with #8846CD

Text Example


Text Example

White with #8846CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8846CD; }

 p { color: rgb(136,70,205); }

 H1.HeaderClassName
 {
   color: #8846CD;
 }
 .AnyTagClassName
 {
   color: #8846CD;
 }
</style>

background-color css

<style>
 a { background-color: #8846CD; }

 a { background-color: rgb(136,70,205); }

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

border-color css

<style>
 span { border-color: #8846CD; }

 span { border-color: rgb(136,70,205); }

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