Html Css Color HEX #8E2CCF Dark Orchid

📋 copy color: '#8E2CCF'

red 142 ◦ green 44 ◦ blue 207

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

Shades of Dark Orchid #8E2CCF

Tints of Dark Orchid #8E2CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.67%

R = 36.13%
G = 11.2%
B = 52.67%

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

#8E2CCF (or 0x8E2CCF) is known color: Dark Orchid. HEX triplet: 8E, 2C and CF. RGB value is (142,44,207). Sum of RGB (Red+Green+Blue) = 142+44+207=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 44 (17.58% from 255 or 11.20% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E2CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2CCF is #71D330. Grayscale: #5B5B5B. Windows color (decimal): -7459633 or 13577358. OLE color: 13577358.

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

Color convert

RGB 142 44 207 -
CMYK 0.31 0.79 0 0.19
HSL 276.07º 0.65% 0.49% -
HSV(B) 276.07º 0.79% 0.81% -
XYZ 23.32 12.06 60.13 -
YUV 91.88 192.97 163.75 -
System Red Green Blue C M Y K H S L
Decimal 142 44 207 0.31 0.79 0 0.19 276.07 0.65 0.49
Hex 8E 2C CF 1F 4F 0 13 114 41 31
Octal 216 54 317 37 117 0 23 424 101 61
Binary 10001110 101100 11001111 11111 1001111 0 10011 100010100 1000001 110001

Color Harmonies of #8E2CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2CCF

Black with #8E2CCF

Text Example


Text Example

White with #8E2CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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