Html Css Color HEX #8E2CCD Dark Orchid

📋 copy color: '#8E2CCD'

red 142 ◦ green 44 ◦ blue 205

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

Shades of Dark Orchid #8E2CCD

Tints of Dark Orchid #8E2CCD

RGB

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

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

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

R = 36.32%
G = 11.25%
B = 52.43%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8E2CCD (or 0x8E2CCD) is known color: Dark Orchid. HEX triplet: 8E, 2C and CD. RGB value is (142,44,205). Sum of RGB (Red+Green+Blue) = 142+44+205=391 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.32% from 391); Green value is 44 (17.58% from 255 or 11.25% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E2CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2CCD is #71D332. Grayscale: #5B5B5B. Windows color (decimal): -7459635 or 13446286. OLE color: 13446286.

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

Color convert

RGB 142 44 205 -
CMYK 0.31 0.79 0 0.20
HSL 276.52º 0.65% 0.49% -
HSV(B) 276.52º 0.79% 0.8% -
XYZ 23.08 11.96 58.85 -
YUV 91.66 191.97 163.91 -
System Red Green Blue C M Y K H S L
Decimal 142 44 205 0.31 0.79 0 0.20 276.52 0.65 0.49
Hex 8E 2C CD 1F 4F 0 14 115 41 31
Octal 216 54 315 37 117 0 24 425 101 61
Binary 10001110 101100 11001101 11111 1001111 0 10100 100010101 1000001 110001

Color Harmonies of #8E2CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2CCD

Black with #8E2CCD

Text Example


Text Example

White with #8E2CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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