Html Css Color HEX #861EC0 Dark Orchid

📋 copy color: '#861EC0'

red 134 ◦ green 30 ◦ blue 192

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

Shades of Dark Orchid #861EC0

Tints of Dark Orchid #861EC0

RGB

 RED value IS 134 (52.73% from 255) = 37.64%

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

 BLUE value IS 192 (75.39% from 255) = 53.93%

R = 37.64%
G = 8.43%
B = 53.93%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#861EC0 (or 0x861EC0) is known color: Dark Orchid. HEX triplet: 86, 1E and C0. RGB value is (134,30,192). Sum of RGB (Red+Green+Blue) = 134+30+192=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 192 (75.39% from 255 or 53.93% from 356); Max value from RGB is 192 - color contains mainly: blue. Hex color #861EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861EC0 is #79E13F. Grayscale: #4F4F4F. Windows color (decimal): -7987520 or 12590726. OLE color: 12590726.

HSL color Cylindrical-coordinate representation of color #861EC0: hue angle of 278.52º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #861EC0 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 30 192 -
CMYK 0.30 0.84 0 0.25
HSL 278.52º 0.73% 0.44% -
HSV(B) 278.52º 0.84% 0.75% -
XYZ 19.81 9.8 50.72 -
YUV 79.56 191.46 166.83 -
System Red Green Blue C M Y K H S L
Decimal 134 30 192 0.30 0.84 0 0.25 278.52 0.73 0.44
Hex 86 1E C0 1E 54 0 19 117 49 2C
Octal 206 36 300 36 124 0 31 427 111 54
Binary 10000110 11110 11000000 11110 1010100 0 11001 100010111 1001001 101100

Color Harmonies of #861EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861EC0

Black with #861EC0

Text Example


Text Example

White with #861EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861EC0; }

 p { color: rgb(134,30,192); }

 H1.HeaderClassName
 {
   color: #861EC0;
 }
 .AnyTagClassName
 {
   color: #861EC0;
 }
</style>

background-color css

<style>
 a { background-color: #861EC0; }

 a { background-color: rgb(134,30,192); }

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

border-color css

<style>
 span { border-color: #861EC0; }

 span { border-color: rgb(134,30,192); }

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