Html Css Color HEX #8D1ECC Dark Orchid

📋 copy color: '#8D1ECC'

red 141 ◦ green 30 ◦ blue 204

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

Shades of Dark Orchid #8D1ECC

Tints of Dark Orchid #8D1ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.4%

R = 37.6%
G = 8%
B = 54.4%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8D1ECC (or 0x8D1ECC) is known color: Dark Orchid. HEX triplet: 8D, 1E and CC. RGB value is (141,30,204). Sum of RGB (Red+Green+Blue) = 141+30+204=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 30 (12.11% from 255 or 8% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D1ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1ECC is #72E133. Grayscale: #525252. Windows color (decimal): -7528756 or 13377165. OLE color: 13377165.

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

Color convert

RGB 141 30 204 -
CMYK 0.31 0.85 0 0.2
HSL 278.28º 0.74% 0.46% -
HSV(B) 278.28º 0.85% 0.8% -
XYZ 22.35 10.95 58.06 -
YUV 83.03 196.27 169.35 -
System Red Green Blue C M Y K H S L
Decimal 141 30 204 0.31 0.85 0 0.2 278.28 0.74 0.46
Hex 8D 1E CC 1F 55 0 14 116 4A 2E
Octal 215 36 314 37 125 0 24 426 112 56
Binary 10001101 11110 11001100 11111 1010101 0 10100 100010110 1001010 101110

Color Harmonies of #8D1ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1ECC

Black with #8D1ECC

Text Example


Text Example

White with #8D1ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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