Html Css Color HEX #863EBC Dark Orchid

📋 copy color: '#863EBC'

red 134 ◦ green 62 ◦ blue 188

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

Shades of Dark Orchid #863EBC

Tints of Dark Orchid #863EBC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.15%

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

R = 34.9%
G = 16.15%
B = 48.96%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#863EBC (or 0x863EBC) is known color: Dark Orchid. HEX triplet: 86, 3E and BC. RGB value is (134,62,188). Sum of RGB (Red+Green+Blue) = 134+62+188=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 62 (24.61% from 255 or 16.15% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #863EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863EBC is #79C143. Grayscale: #616161. Windows color (decimal): -7979332 or 12336774. OLE color: 12336774.

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

Color convert

RGB 134 62 188 -
CMYK 0.29 0.67 0 0.26
HSL 274.29º 0.5% 0.49% -
HSV(B) 274.29º 0.67% 0.74% -
XYZ 20.63 12.14 48.83 -
YUV 97.89 178.85 153.75 -
System Red Green Blue C M Y K H S L
Decimal 134 62 188 0.29 0.67 0 0.26 274.29 0.5 0.49
Hex 86 3E BC 1D 43 0 1A 112 32 31
Octal 206 76 274 35 103 0 32 422 62 61
Binary 10000110 111110 10111100 11101 1000011 0 11010 100010010 110010 110001

Color Harmonies of #863EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863EBC

Black with #863EBC

Text Example


Text Example

White with #863EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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