Html Css Color HEX #8E2CCE Dark Orchid

📋 copy color: '#8E2CCE'

red 142 ◦ green 44 ◦ blue 206

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

Shades of Dark Orchid #8E2CCE

Tints of Dark Orchid #8E2CCE

RGB

 RED value IS 142 (55.86% from 255) = 36.22%

 GREEN value IS 44 (17.58% from 255) = 11.22%

 BLUE value IS 206 (80.86% from 255) = 52.55%

R = 36.22%
G = 11.22%
B = 52.55%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E2CCE (or 0x8E2CCE) is known color: Dark Orchid. HEX triplet: 8E, 2C and CE. RGB value is (142,44,206). Sum of RGB (Red+Green+Blue) = 142+44+206=392 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.22% from 392); Green value is 44 (17.58% from 255 or 11.22% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E2CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2CCE is #71D331. Grayscale: #5B5B5B. Windows color (decimal): -7459634 or 13511822. OLE color: 13511822.

HSL color Cylindrical-coordinate representation of color #8E2CCE: hue angle of 276.3º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8E2CCE is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 44 206 -
CMYK 0.31 0.79 0 0.19
HSL 276.3º 0.65% 0.49% -
HSV(B) 276.3º 0.79% 0.81% -
XYZ 23.2 12.01 59.49 -
YUV 91.77 192.47 163.83 -
System Red Green Blue C M Y K H S L
Decimal 142 44 206 0.31 0.79 0 0.19 276.3 0.65 0.49
Hex 8E 2C CE 1F 4F 0 13 114 41 31
Octal 216 54 316 37 117 0 23 424 101 61
Binary 10001110 101100 11001110 11111 1001111 0 10011 100010100 1000001 110001

Color Harmonies of #8E2CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2CCE

Black with #8E2CCE

Text Example


Text Example

White with #8E2CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,44,206); }

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

background-color css

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

 a { background-color: rgb(142,44,206); }

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

border-color css

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

 span { border-color: rgb(142,44,206); }

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