Html Css Color HEX #8D1ECB Dark Orchid

📋 copy color: '#8D1ECB'

red 141 ◦ green 30 ◦ blue 203

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

Shades of Dark Orchid #8D1ECB

Tints of Dark Orchid #8D1ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 54.28%

R = 37.7%
G = 8.02%
B = 54.28%

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

#8D1ECB (or 0x8D1ECB) is known color: Dark Orchid. HEX triplet: 8D, 1E and CB. RGB value is (141,30,203). Sum of RGB (Red+Green+Blue) = 141+30+203=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 30 (12.11% from 255 or 8.02% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D1ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1ECB is #72E134. Grayscale: #525252. Windows color (decimal): -7528757 or 13311629. OLE color: 13311629.

HSL color Cylindrical-coordinate representation of color #8D1ECB: hue angle of 278.5º 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 #8D1ECB is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 141 30 203 -
CMYK 0.31 0.85 0 0.20
HSL 278.5º 0.74% 0.46% -
HSV(B) 278.5º 0.85% 0.8% -
XYZ 22.23 10.9 57.43 -
YUV 82.91 195.77 169.43 -
System Red Green Blue C M Y K H S L
Decimal 141 30 203 0.31 0.85 0 0.20 278.5 0.74 0.46
Hex 8D 1E CB 1F 55 0 14 116 4A 2E
Octal 215 36 313 37 125 0 24 426 112 56
Binary 10001101 11110 11001011 11111 1010101 0 10100 100010110 1001010 101110

Color Harmonies of #8D1ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1ECB

Black with #8D1ECB

Text Example


Text Example

White with #8D1ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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