Html Css Color HEX #8D1ECD Dark Orchid

📋 copy color: '#8D1ECD'

red 141 ◦ green 30 ◦ blue 205

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

Shades of Dark Orchid #8D1ECD

Tints of Dark Orchid #8D1ECD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.98%

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

R = 37.5%
G = 7.98%
B = 54.52%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8D1ECD (or 0x8D1ECD) is known color: Dark Orchid. HEX triplet: 8D, 1E and CD. RGB value is (141,30,205). Sum of RGB (Red+Green+Blue) = 141+30+205=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 30 (12.11% from 255 or 7.98% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D1ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1ECD is #72E132. Grayscale: #525252. Windows color (decimal): -7528755 or 13442701. OLE color: 13442701.

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

Color convert

RGB 141 30 205 -
CMYK 0.31 0.85 0 0.20
HSL 278.06º 0.74% 0.46% -
HSV(B) 278.06º 0.85% 0.8% -
XYZ 22.47 11 58.7 -
YUV 83.14 196.77 169.27 -
System Red Green Blue C M Y K H S L
Decimal 141 30 205 0.31 0.85 0 0.20 278.06 0.74 0.46
Hex 8D 1E CD 1F 55 0 14 116 4A 2E
Octal 215 36 315 37 125 0 24 426 112 56
Binary 10001101 11110 11001101 11111 1010101 0 10100 100010110 1001010 101110

Color Harmonies of #8D1ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1ECD

Black with #8D1ECD

Text Example


Text Example

White with #8D1ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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