Html Css Color HEX #863BC1 Dark Orchid

📋 copy color: '#863BC1'

red 134 ◦ green 59 ◦ blue 193

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

Shades of Dark Orchid #863BC1

Tints of Dark Orchid #863BC1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.28%

 BLUE value IS 193 (75.78% from 255) = 50%

R = 34.72%
G = 15.28%
B = 50%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#863BC1 (or 0x863BC1) is known color: Dark Orchid. HEX triplet: 86, 3B and C1. RGB value is (134,59,193). Sum of RGB (Red+Green+Blue) = 134+59+193=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 59 (23.44% from 255 or 15.28% from 386); Blue value is 193 (75.78% from 255 or 50% from 386); Max value from RGB is 193 - color contains mainly: blue. Hex color #863BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863BC1 is #79C43E. Grayscale: #606060. Windows color (decimal): -7980095 or 12663686. OLE color: 12663686.

HSL color Cylindrical-coordinate representation of color #863BC1: hue angle of 273.58º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #863BC1 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 59 193 -
CMYK 0.31 0.69 0 0.24
HSL 273.58º 0.53% 0.49% -
HSV(B) 273.58º 0.69% 0.76% -
XYZ 21.02 12.05 51.67 -
YUV 96.7 182.35 154.6 -
System Red Green Blue C M Y K H S L
Decimal 134 59 193 0.31 0.69 0 0.24 273.58 0.53 0.49
Hex 86 3B C1 1F 45 0 18 112 35 31
Octal 206 73 301 37 105 0 30 422 65 61
Binary 10000110 111011 11000001 11111 1000101 0 11000 100010010 110101 110001

Color Harmonies of #863BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863BC1

Black with #863BC1

Text Example


Text Example

White with #863BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,59,193); }

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

background-color css

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

 a { background-color: rgb(134,59,193); }

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

border-color css

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

 span { border-color: rgb(134,59,193); }

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