Html Css Color HEX #8E2FD0 Dark Orchid

📋 copy color: '#8E2FD0'

red 142 ◦ green 47 ◦ blue 208

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

Shades of Dark Orchid #8E2FD0

Tints of Dark Orchid #8E2FD0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.84%

 BLUE value IS 208 (81.64% from 255) = 52.39%

R = 35.77%
G = 11.84%
B = 52.39%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8E2FD0 (or 0x8E2FD0) is known color: Dark Orchid. HEX triplet: 8E, 2F and D0. RGB value is (142,47,208). Sum of RGB (Red+Green+Blue) = 142+47+208=397 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.77% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 208 (81.64% from 255 or 52.39% from 397); Max value from RGB is 208 - color contains mainly: blue. Hex color #8E2FD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2FD0 is #71D02F. Grayscale: #5D5D5D. Windows color (decimal): -7458864 or 13643662. OLE color: 13643662.

HSL color Cylindrical-coordinate representation of color #8E2FD0: hue angle of 275.4º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E2FD0 is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 142 47 208 -
CMYK 0.32 0.77 0 0.18
HSL 275.4º 0.63% 0.5% -
HSV(B) 275.4º 0.77% 0.82% -
XYZ 23.56 12.34 60.81 -
YUV 93.76 192.47 162.41 -
System Red Green Blue C M Y K H S L
Decimal 142 47 208 0.32 0.77 0 0.18 275.4 0.63 0.5
Hex 8E 2F D0 20 4D 0 12 113 3F 32
Octal 216 57 320 40 115 0 22 423 77 62
Binary 10001110 101111 11010000 100000 1001101 0 10010 100010011 111111 110010

Color Harmonies of #8E2FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2FD0

Black with #8E2FD0

Text Example


Text Example

White with #8E2FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,47,208); }

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

background-color css

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

 a { background-color: rgb(142,47,208); }

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

border-color css

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

 span { border-color: rgb(142,47,208); }

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