Html Css Color HEX #862EBC Dark Orchid

📋 copy color: '#862EBC'

red 134 ◦ green 46 ◦ blue 188

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

Shades of Dark Orchid #862EBC

Tints of Dark Orchid #862EBC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.5%

 BLUE value IS 188 (73.83% from 255) = 51.09%

R = 36.41%
G = 12.5%
B = 51.09%

CMYK

 C value IS 0.29

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#862EBC (or 0x862EBC) is known color: Dark Orchid. HEX triplet: 86, 2E and BC. RGB value is (134,46,188). Sum of RGB (Red+Green+Blue) = 134+46+188=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 46 (18.36% from 255 or 12.5% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #862EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862EBC is #79D143. Grayscale: #585858. Windows color (decimal): -7983428 or 12332678. OLE color: 12332678.

HSL color Cylindrical-coordinate representation of color #862EBC: hue angle of 277.18º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #862EBC is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 46 188 -
CMYK 0.29 0.76 0 0.26
HSL 277.18º 0.61% 0.46% -
HSV(B) 277.18º 0.76% 0.74% -
XYZ 19.89 10.65 48.59 -
YUV 88.5 184.15 160.45 -
System Red Green Blue C M Y K H S L
Decimal 134 46 188 0.29 0.76 0 0.26 277.18 0.61 0.46
Hex 86 2E BC 1D 4C 0 1A 115 3D 2E
Octal 206 56 274 35 114 0 32 425 75 56
Binary 10000110 101110 10111100 11101 1001100 0 11010 100010101 111101 101110

Color Harmonies of #862EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862EBC

Black with #862EBC

Text Example


Text Example

White with #862EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862EBC; }

 p { color: rgb(134,46,188); }

 H1.HeaderClassName
 {
   color: #862EBC;
 }
 .AnyTagClassName
 {
   color: #862EBC;
 }
</style>

background-color css

<style>
 a { background-color: #862EBC; }

 a { background-color: rgb(134,46,188); }

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

border-color css

<style>
 span { border-color: #862EBC; }

 span { border-color: rgb(134,46,188); }

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