Html Css Color HEX #8D47CD Dark Orchid

📋 copy color: '#8D47CD'

red 141 ◦ green 71 ◦ blue 205

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

Shades of Dark Orchid #8D47CD

Tints of Dark Orchid #8D47CD

RGB

 RED value IS 141 (55.47% from 255) = 33.81%

 GREEN value IS 71 (28.13% from 255) = 17.03%

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

R = 33.81%
G = 17.03%
B = 49.16%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8D47CD (or 0x8D47CD) is known color: Dark Orchid. HEX triplet: 8D, 47 and CD. RGB value is (141,71,205). Sum of RGB (Red+Green+Blue) = 141+71+205=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D47CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D47CD is #72B832. Grayscale: #6A6A6A. Windows color (decimal): -7518259 or 13453197. OLE color: 13453197.

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

Color convert

RGB 141 71 205 -
CMYK 0.31 0.65 0 0.20
HSL 271.34º 0.57% 0.54% -
HSV(B) 271.34º 0.65% 0.8% -
XYZ 24.26 14.58 59.29 -
YUV 107.21 183.19 152.1 -
System Red Green Blue C M Y K H S L
Decimal 141 71 205 0.31 0.65 0 0.20 271.34 0.57 0.54
Hex 8D 47 CD 1F 41 0 14 10F 39 36
Octal 215 107 315 37 101 0 24 417 71 66
Binary 10001101 1000111 11001101 11111 1000001 0 10100 100001111 111001 110110

Color Harmonies of #8D47CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D47CD

Black with #8D47CD

Text Example


Text Example

White with #8D47CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D47CD; }

 p { color: rgb(141,71,205); }

 H1.HeaderClassName
 {
   color: #8D47CD;
 }
 .AnyTagClassName
 {
   color: #8D47CD;
 }
</style>

background-color css

<style>
 a { background-color: #8D47CD; }

 a { background-color: rgb(141,71,205); }

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

border-color css

<style>
 span { border-color: #8D47CD; }

 span { border-color: rgb(141,71,205); }

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