Html Css Color HEX #8845CD Dark Orchid

📋 copy color: '#8845CD'

red 136 ◦ green 69 ◦ blue 205

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

Shades of Dark Orchid #8845CD

Tints of Dark Orchid #8845CD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.83%

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

R = 33.17%
G = 16.83%
B = 50%

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

#8845CD (or 0x8845CD) is known color: Dark Orchid. HEX triplet: 88, 45 and CD. RGB value is (136,69,205). Sum of RGB (Red+Green+Blue) = 136+69+205=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #8845CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8845CD is #77BA32. Grayscale: #686868. Windows color (decimal): -7846451 or 13452680. OLE color: 13452680.

HSL color Cylindrical-coordinate representation of color #8845CD: hue angle of 269.56º degrees, saturation: 0.58, 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 #8845CD is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 69 205 -
CMYK 0.34 0.66 0 0.20
HSL 269.56º 0.58% 0.54% -
HSV(B) 269.56º 0.66% 0.8% -
XYZ 23.3 13.9 59.21 -
YUV 104.54 184.7 150.44 -
System Red Green Blue C M Y K H S L
Decimal 136 69 205 0.34 0.66 0 0.20 269.56 0.58 0.54
Hex 88 45 CD 22 42 0 14 10E 3A 36
Octal 210 105 315 42 102 0 24 416 72 66
Binary 10001000 1000101 11001101 100010 1000010 0 10100 100001110 111010 110110

Color Harmonies of #8845CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8845CD

Black with #8845CD

Text Example


Text Example

White with #8845CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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